diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-09-28 03:02:12 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-03-04 19:01:39 +0100 |
| commit | 07149316d1717cd2f1f28d7945f6d572c4bc5fb7 (patch) | |
| tree | f6d16c3030751df14a910d9396a71ecc86d17531 | |
| parent | e91e7a5004a2bf598d51128aafba9e9dcb503612 (diff) | |
DB/Creature: Typo fix on previous commit
By Malcrom
(cherry picked from commit dbd4a9abf860902a76d2fe11372df2901a7ed5f1)
| -rw-r--r-- | sql/updates/world/master/2017_03_04_02_world_2016_09_28_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_04_02_world_2016_09_28_01_world.sql b/sql/updates/world/master/2017_03_04_02_world_2016_09_28_01_world.sql new file mode 100644 index 00000000000..18c2b906f1d --- /dev/null +++ b/sql/updates/world/master/2017_03_04_02_world_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"); |
