[Archive] [7.2.0] [TrinityCore] Item editing
[Archive] [7.2.0] [TrinityCore] Item editing
Archived author: Marwin • Posted: 2017-05-30T21:32:13+00:00
Original source
Hello,
I recently compiled the Legion on TrinityCore 7.2.0 TDB. I'm trying to get to know the differences between Wotlk and WoD / Legion modding. The biggest surprise was the missing item_template DB table.
Because the documentation is still not complete, do you have any idea how to edit the name, description or price of an item? I will be very grateful for any information, thanks. ![]()
Archived author: Razmataz • Posted: 2017-05-30T22:42:10+00:00
Original source
In the Hotfixes database, to modify the name, description and price of the item you want to recreate the item in the table "Item_Sparse". You will then need to add the ID of that item and the Hash of Item_Sparse to the table "Hotfix_Data".