aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <jipr@hotmail.com>2013-07-01 08:17:16 +0200
committerAokromes <jipr@hotmail.com>2013-07-01 08:17:16 +0200
commita93007e93c515660d385fa781c06c4f3047620a3 (patch)
tree52a83e99741a1f0bad859f76889bc0c89c4d5d52
parent7845a86260ea9a1589853b31e5961f27e1afff63 (diff)
DB/Misc: Typo fix
-rw-r--r--sql/updates/world/2013_06_30_16_world_misc.sql8
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/updates/world/2013_06_30_16_world_misc.sql b/sql/updates/world/2013_06_30_16_world_misc.sql
index a22a7b44bce..7e7494e58cd 100644
--- a/sql/updates/world/2013_06_30_16_world_misc.sql
+++ b/sql/updates/world/2013_06_30_16_world_misc.sql
@@ -5,11 +5,11 @@ DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=@WAROSH;
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
(@WAROSH,0,0,0,1,0,100,0,20000,20000,20000,20000,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Warosh - OOC - Say 0');
-- Text for Warosh
-DELETE FROM `creature_text` WHERE `entry` IN (WAROSH);
+DELETE FROM `creature_text` WHERE `entry` IN (@WAROSH);
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
-(WAROSH,0,0,'%s cries.',16,0,100,0,0,0,'Warosh'),
-(WAROSH,0,1,'%s snorts.',16,0,100,0,0,0,'Warosh'),
-(WAROSH,0,2,'%s grumbles.',16,0,100,0,0,0,'Warosh');
+(@WAROSH,0,0,'%s cries.',16,0,100,0,0,0,'Warosh'),
+(@WAROSH,0,1,'%s snorts.',16,0,100,0,0,0,'Warosh'),
+(@WAROSH,0,2,'%s grumbles.',16,0,100,0,0,0,'Warosh');
-- Add missing and path Warosh Entry: 10799
SET @NPC := 17;