diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2015-10-31 17:59:56 +0000 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2015-11-06 10:51:47 +0100 |
commit | 93b8c0261fab9bb778fe147162de5580a86ba77e (patch) | |
tree | e7524695d43e6228a25d0dc5be7a02885979d060 /sql | |
parent | f3f0968dbf26e75f6759fd90348b10284cf12bf3 (diff) |
DB/Text: Real texts and sounds ids for Headless Horseman
(cherry picked from commit f7e6f7a1054a1fbd44491dd347d46d7389d8b704)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2015_11_06_23_world_2015_10_31_00.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_06_23_world_2015_10_31_00.sql b/sql/updates/world/2015_11_06_23_world_2015_10_31_00.sql new file mode 100644 index 00000000000..edae60f42d6 --- /dev/null +++ b/sql/updates/world/2015_11_06_23_world_2015_10_31_00.sql @@ -0,0 +1,7 @@ +UPDATE `creature_text` SET `text`='It is over, your search is done. Let fate choose now, the righteous one.', `sound`=11961,`BroadcastTextId`=22261 WHERE `entry`=23682 AND `groupid`=0 AND `id`=0; -- Summon +UPDATE `creature_text` SET `text`='Here\'s my body, fit and pure! Now, your blackened souls I\'ll cure!', `sound`=12567,`BroadcastTextId`=22271 WHERE `entry`=23682 AND `groupid`=1 AND `id`=0; -- Agro +UPDATE `creature_text` SET `text`='Harken, cur! Tis you I spurn! Now feel... the burn!', `type`=12,`BroadcastTextId`=22587 WHERE `entry`=23682 AND `groupid`=2 AND `id`=0; -- Conflaguate +UPDATE `creature_text` SET `text`='Soldiers arise, stand and fight! Bring victory at last to this fallen knight!', `sound`=11963,`BroadcastTextId`=23861 WHERE `entry`=23682 AND `groupid`=3 AND `id`=0; -- Summon Pumkins +UPDATE `creature_text` SET `text`='This end have I reached before. What new adventure lies in store?', `sound`=11964,`BroadcastTextId`=23455 WHERE `entry`=23682 AND `groupid`=4 AND `id`=0; -- Death +UPDATE `creature_text` SET `text`='So eager you are, for my blood to spill. Yet to vanquish me, \'tis my head you must kill!', `sound`=11969, `BroadcastTextId`=22757 WHERE `entry`=23775 AND `groupid`=0 AND `id`=0; -- Loose Head +UPDATE `creature_text` SET `text`='Your body lies beaten, battered and broken! Let my curse be your own, fate has spoken!', `sound`=11962,`BroadcastTextId`=40546 WHERE `entry`=23775 AND `groupid`=1 AND `id`=0; -- PLayer Death |