[DiscordArchive] https://wowdev.wiki/DB/Item
[DiscordArchive] https://wowdev.wiki/DB/Item
Archived author: Kaev • Posted: 2017-12-09T10:54:53.492000+00:00
Original source
https://wowdev.wiki/DB/Item
InventorySlotID is determinded through ItemClass and ItemSubClass in Azerothcore, right?
[Embed: Item]
https://wowdev.wiki/DB/Item
Archived author: Kaev • Posted: 2017-12-09T10:56:02.577000+00:00
Original source
Because besides that ID everything is already included in item_template which means i could kick it out completely
Archived author: Kaev • Posted: 2017-12-09T10:59:19.866000+00:00
Original source
Nevermind, it's the InventoryType column
Archived author: Kaev • Posted: 2017-12-09T11:54:41.224000+00:00
Original source
Hmm, there are many items that are in the DBCs but not in item_template (i think they are NPC only equip) - Does anyone have an idea how could i handle this? Would be stupid to create a new table for them :/
Archived author: Kaev • Posted: 2017-12-09T11:55:49.643000+00:00
Original source
I could write a small tool which imports them without any stats and with a name like "NPC Equip {ItemID}" or smth like that into item_template
Archived author: Kaev • Posted: 2017-12-09T12:55:55.520000+00:00
Original source
Did that now and added them as an SQL update