From dbd4a9abf860902a76d2fe11372df2901a7ed5f1 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Wed, 28 Sep 2016 03:02:12 +0200 Subject: DB/Creature: Typo fix on previous commit By Malcrom --- sql/updates/world/3.3.5/2016_09_28_01_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_09_28_01_world.sql (limited to 'sql/updates') 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"); -- cgit v1.2.3