aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2013-01-16 20:54:22 -0330
committerMalcrom <malcromdev@gmail.com>2013-01-16 20:54:22 -0330
commit937fcc38100c46edfad89e62bdcc85d0a0f79b4d (patch)
tree6c33578c9875631d080ac255ba792020fe48ee8b
parentec50fc7c3b4d9e092321613d389149928ca2d7e6 (diff)
DB/Creature_text: Missing ; from previous commit
-rw-r--r--sql/updates/world/2013_01_16_01_world_creature_text.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_01_16_01_world_creature_text.sql b/sql/updates/world/2013_01_16_01_world_creature_text.sql
index c814797986e..69bdd91b886 100644
--- a/sql/updates/world/2013_01_16_01_world_creature_text.sql
+++ b/sql/updates/world/2013_01_16_01_world_creature_text.sql
@@ -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'),