Name_Update callback does not print correct old custom name
gizzmo opened this issue ยท 1 comments
Description
When changing a custom name, the callback Name_Update
doesn't print the old custom name.
[07:22] Added: Xitnuh-AlteracMountains is now Renamed to First
[07:22] Edited: Xitnuh-AlteracMountains is now Renamed to Second (was Second)
[07:22] Edited: Xitnuh-AlteracMountains is now Renamed to Third (was Third)
This is due to the following lines changing the DB value before passing that new DB value to the callback.
Lines 131 to 132 in 8cf1fb4
Lines 93 to 96 in 8cf1fb4
World of Warcraft Flavor
Retail (Default)
Lua Error
No response
Reproduction Steps
/cn add Xitnuh-AlteracMountains to First
/cn edit Xitnuh-AlteracMountains to Second
/cn edit Xitnuh-AlteracMountains to Third
Last Good Version
No response