Jump to content

[7.2.0] [TrinityCore] Item editing

By Marwin
in Serverside

Recommended Posts

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. :) 
 

Link to comment
Share on other sites

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".

Iy6QvK4.png

Link to comment
Share on other sites

×
×
  • Create New...