aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <11556157+offl@users.noreply.github.com>2020-07-31 23:02:28 +0300
committerGitHub <noreply@github.com>2020-07-31 23:02:28 +0300
commitdb40ad767539410015e542d94aaab89e8e1bc6cf (patch)
tree74072bf46b4bc94cf6adcf84d8a9f29eedc85870
parent9cee34ddb7e98ded5c21b639d0a8c2eb8f4d782a (diff)
DB/Creature: Add more texts to Naxxanar Skeletal Mage
Closes #25034
-rw-r--r--sql/updates/world/3.3.5/2020_07_31_14_world.sql7
1 files changed, 7 insertions, 0 deletions
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");