aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-06-18 20:00:35 +0200
committerShauren <shauren.trinity@gmail.com>2020-07-17 20:02:59 +0200
commitf31acd1a33675d94c98e0c159a81b15dbc265c3f (patch)
treeed3f86d43c7151a0e9f1847f87217f5cdd8578d6
parent2e8cc7ad9b7e9c1ac919b9ade638d7dddb9dd35c (diff)
DB/Creature: Use correct texts for Frostmane Shadowcaster and Frostmane Seer
Closes #19912 By Weyrath (cherry picked from commit 971e2f76163a45f2c213d65c317efee405e5f16c)
-rw-r--r--sql/updates/world/master/2020_07_17_12_world_2017_06_18_04_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_07_17_12_world_2017_06_18_04_world.sql b/sql/updates/world/master/2020_07_17_12_world_2017_06_18_04_world.sql
new file mode 100644
index 00000000000..ec66c8d5b0b
--- /dev/null
+++ b/sql/updates/world/master/2020_07_17_12_world_2017_06_18_04_world.sql
@@ -0,0 +1,7 @@
+--
+
+DELETE FROM `creature_text` WHERE `CreatureID` IN (1124, 1397);
+INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
+(1124, 0, 0, "Have a taste of Frostmane magics.", 12, 14, 100, 0, 0, 0, 1910, 0, "Frostmane Shadowcaster"),
+(1397, 0, 0, "Have a taste of Frostmane magics.", 12, 14, 100, 0, 0, 0, 1910, 0, "Frostmane Seer"),
+(1397, 0, 1, "All you $R want is my weed.", 12, 14, 100, 0, 0, 0, 1911, 0, "Frostmane Seer");