[DiscordArchive] does anybody know why updates/insertions on mysql database (e.g. `mangos.item_template`) have only h
[DiscordArchive] does anybody know why updates/insertions on mysql database (e.g. `mangos.item_template`) have only h
Archived author: Silberschein • Posted: 2022-04-08T19:44:07.231000+00:00
Original source
does anybody know why updates/insertions on mysql database (e.g. `mangos.item_template`) have only half effect in game? (mangos for wow 1.12)
Lets say I change the name of "Item X" into "Item Y" via SQL UPDATE, then I restart the world server,
when I'm doing `.lookup item Item Y` in game it will be listed as `Item Y` but when I add it to my inventory, the name is still `Item X`...
I checked the db, there is only one entry of `Item Y` and none of `Item X`.
Is there something else I have to do, delete cache?
Archived author: Deleted User • Posted: 2022-04-08T19:45:00.648000+00:00
Original source
I think that's because the client data not gets overwritten
Archived author: Deleted User • Posted: 2022-04-08T19:45:13.556000+00:00
Original source
the .lookup info comes from the server
Archived author: Deleted User • Posted: 2022-04-08T19:45:26.074000+00:00
Original source
core issue probably