mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
fix(scripts/instance): Force correct gossip/text updates (#3838)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user