mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
DB/Creature_text: Missing ; from previous commit
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-- Text for Crushridge Warmonger
|
||||
SET @ENTRY := 2287
|
||||
SET @ENTRY := 2287;
|
||||
DELETE FROM `creature_text` WHERE `entry`=@ENTRY;
|
||||
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
|
||||
(@ENTRY,0,0,'Raaar!!! Me smash $R',12,0,100,0,0,0,'Crushridge Warmonger'),
|
||||
|
||||
Reference in New Issue
Block a user