diff options
author | offl <11556157+offl@users.noreply.github.com> | 2020-07-31 23:02:28 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-24 20:03:14 +0100 |
commit | ff1be8baf15103412006337f1127f643a6f5c48d (patch) | |
tree | 0a3a0dea6d9b7b180c6391fdf4824914119eb824 | |
parent | 06f7c3b74ef4e2ed5755485ff1d5d6e56c87db06 (diff) |
DB/Creature: Add more texts to Naxxanar Skeletal Mage
Closes #25034
(cherry picked from commit db40ad767539410015e542d94aaab89e8e1bc6cf)
-rw-r--r-- | sql/updates/world/master/2022_01_24_13_world_2020_07_31_14_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_24_13_world_2020_07_31_14_world.sql b/sql/updates/world/master/2022_01_24_13_world_2020_07_31_14_world.sql new file mode 100644 index 00000000000..3007e301ebc --- /dev/null +++ b/sql/updates/world/master/2022_01_24_13_world_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"); |