fix(scripts/instance): Force correct gossip/text updates (#3838)

This commit is contained in:
Vox
2021-01-08 07:34:05 -05:00
committed by GitHub
parent 5e56a288a6
commit 9592028ad1
2 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1606881109355464500');
-- Text improvements
UPDATE `creature_text` SET `Text`='The Lich King is here? Then my destiny shall be fulfilled on this day! ' WHERE `CreatureID`=37223 AND `GroupID`=27 AND `ID`=0;
UPDATE `creature_text` SET `Text`='Aye. ARRRRRRGHHHH... He... He is coming. You... You must...' WHERE `CreatureID`=37225 AND `GroupID`=35 AND `ID`=0;