mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
DB/Creature: Typo fix on previous commit
By Malcrom
This commit is contained in:
4
sql/updates/world/3.3.5/2016_09_28_01_world.sql
Normal file
4
sql/updates/world/3.3.5/2016_09_28_01_world.sql
Normal file
@@ -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");
|
||||
Reference in New Issue
Block a user