DB/Creature_text: Missing ; from previous commit

This commit is contained in:
Malcrom
2013-01-16 20:54:22 -03:30
parent ec50fc7c3b
commit 937fcc3810

View File

@@ -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'),