From e8e5b8e02d1327f0119aa230577c334a24afa4f5 Mon Sep 17 00:00:00 2001 From: AsunaFrostwyrm Date: Sat, 9 May 2020 14:53:06 +0200 Subject: [PATCH] fix(DB/Creature_text): ToC Lich King (#2824) * Lich King will no longer say his text twice in ToC --- data/sql/updates/pending_db_world/rev_1585523678966764200.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1585523678966764200.sql diff --git a/data/sql/updates/pending_db_world/rev_1585523678966764200.sql b/data/sql/updates/pending_db_world/rev_1585523678966764200.sql new file mode 100644 index 000000000..33714e6bc --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1585523678966764200.sql @@ -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; +