fix(DB/Creature_text): ToC Lich King (#2824)

* Lich King will no longer say his text twice in ToC
This commit is contained in:
AsunaFrostwyrm
2020-05-09 14:53:06 +02:00
committed by GitHub
parent e49c8c3aa6
commit e8e5b8e02d

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1585523678966764200');
UPDATE `creature_text` SET `Text`="You will have your challenge, Fordring.", `Sound`=16321, `BroadcastTextId`=35747, `comment`="The Lich King SAY CHALLENGE" WHERE `CreatureID`=35877 AND `GroupID`=0;