Jump to content

item_instance data to normal fields:


Recommended Posts

Posted

I think it would be good to move the data field of item_instance to normal table fields and discart more redundant information.

Wath do you think about this?

Posted

Well I think we all agree with this idea, this was already done for the data field of characters table.

But atm I don't know if all that stuff in item_instance.data can be stored somewhere else or deleted.

Maybe it's on devs' todo-list ? :)

Posted

Item_instance and querys like

SELECT data,text,bag,slot,item,item_template FROM character_inventory JOIN item_instance ON character_inventory.item = item_instance.guid WHERE character_inventory.guid = '%u' ORDER BY bag,slot;

cause unnecessary delays.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use