Updating items properly after edit in item_template #12617
kapstok
started this conversation in
Guides & Tips
Replies: 1 comment 1 reply
-
You must clear your client cache after making item_template changes for the new values to be displayed, so you must close your game completely, navigate to the cache folder and delete it. If the item wasn't cached then it will display fine (rarely the case) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have two already existing items in WoW (item A and item B).
Item A is held in one of my character's inventory while the other item is only a random equipable item I found in my item_template table.
I edit both rows of items A and B in the item_template table (e.g. change their name and dps). After that, I destroy item A from my inventory.
If I get both items in WoW again (e.g. by looting of buying them), item A isn't updated while item B is. My suggestion is to add a small bit of information to the Wiki which explains how to show item A again as prescribed by the item_template table.
It is a question I'm wondering myself, but I presume that others might deal (or have dealt) with the similar problem.
Beta Was this translation helpful? Give feedback.
All reactions