aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-09-28 03:02:12 +0200
committerGitHub <noreply@github.com>2016-09-28 03:02:12 +0200
commitdbd4a9abf860902a76d2fe11372df2901a7ed5f1 (patch)
tree457eb93316e030463f5eb3ac888afdcaab366c04
parentb153d783b9532c9a8c48312410f62df5ddd9f583 (diff)
DB/Creature: Typo fix on previous commit
By Malcrom
-rw-r--r--sql/updates/world/3.3.5/2016_09_28_01_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_28_01_world.sql b/sql/updates/world/3.3.5/2016_09_28_01_world.sql
new file mode 100644
index 00000000000..18c2b906f1d
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_09_28_01_world.sql
@@ -0,0 +1,4 @@
+-- Texts for Dragonflayer Berserker fix
+DELETE FROM `creature_text` WHERE `entry`=24216 AND `groupid`=1 AND `id`=4;
+INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
+(24216,1,4,"May you die in the Lich King's favor!",12,0,100,0,0,0,"Dragonflayer Berserker");