From db40ad767539410015e542d94aaab89e8e1bc6cf Mon Sep 17 00:00:00 2001 From: offl <11556157+offl@users.noreply.github.com> Date: Fri, 31 Jul 2020 23:02:28 +0300 Subject: DB/Creature: Add more texts to Naxxanar Skeletal Mage Closes #25034 --- sql/updates/world/3.3.5/2020_07_31_14_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_07_31_14_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_07_31_14_world.sql b/sql/updates/world/3.3.5/2020_07_31_14_world.sql new file mode 100644 index 00000000000..3007e301ebc --- /dev/null +++ b/sql/updates/world/3.3.5/2020_07_31_14_world.sql @@ -0,0 +1,7 @@ +-- http://web.archive.org/web/20120706221554/www.wowhead.com/npc=25396 +DELETE FROM `creature_text` WHERE `CreatureID` = 25396; +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(25396,0,0,"You should not have come here!",12,0,100,0,0,0,13923,0,"Naxxanar Skeletal Mage"), +(25396,0,1,"You'll be joining the other guests now....",12,0,100,0,0,0,13924,0,"Naxxanar Skeletal Mage"), +(25396,0,2,"You cannot stop us all!",12,0,100,0,0,0,13925,0,"Naxxanar Skeletal Mage"), +(25396,0,3,"Your death will soon follow....",12,0,100,0,0,0,13926,0,"Naxxanar Skeletal Mage"); -- cgit v1.2.3