fix(DB/Gossip) Fix Tirion's gossip order for to the Redemption quest (#8568)

This commit is contained in:
Banehammer
2021-10-21 00:06:31 +02:00
committed by GitHub
parent 39bfe880f4
commit fd0314b873

View File

@@ -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;