mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
fix(DB/Gossip) Fix Tirion's gossip order for to the Redemption quest (#8568)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634415260620792026');
|
||||
|
||||
UPDATE `gossip_menu` SET `TextID` = 4493 WHERE `MenuID` = 3681 AND `TextID` = 4495;
|
||||
UPDATE `gossip_menu` SET `TextID` = 4495 WHERE `MenuID` = 3683 AND `TextID` = 4493;
|
||||
|
||||
Reference in New Issue
Block a user