aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclick <click@gonnamakeyou.com>2011-06-13 23:29:03 +0200
committerclick <click@gonnamakeyou.com>2011-06-13 23:29:03 +0200
commit3ae16e3fa47578feb7effddd911f15d60d2e5720 (patch)
tree521b0b139c3ecfc1e7cd37ac381c4ea091942f9a
parent5b7b9ff457d48d3f99d6addbdf14de33546e759b (diff)
DB/SAI: Fix my previous silly mistake (I need to stop changin a file after it has been tested)
-rw-r--r--sql/updates/world/2011_06_13_01_world_sai.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/2011_06_13_01_world_sai.sql b/sql/updates/world/2011_06_13_01_world_sai.sql
index 5f6b1d58d65..f1a8d487644 100644
--- a/sql/updates/world/2011_06_13_01_world_sai.sql
+++ b/sql/updates/world/2011_06_13_01_world_sai.sql
@@ -19,5 +19,5 @@ UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry`
DELETE FROM `creature_ai_scripts` WHERE `creature_id`=@ENTRY; -- Remove EAI if exist
DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=@ENTRY;
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
-(@ENTRY,0,1,0,0,0,100,0,12000,12000,10000,14000,11,@SPELL1,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Shade of Taerar - Combat - Cast Corrosive Acid Breath on victim');
-(@ENTRY,0,0,0,0,0,100,0,30000,30000,25000,30000,11,@SPELL2,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Shade of Taerar - Combat - Cast Poison Cloud on victim'),
+(@ENTRY,0,1,0,0,0,100,0,12000,12000,10000,14000,11,@SPELL1,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Shade of Taerar - Combat - Cast Corrosive Acid Breath on victim'),
+(@ENTRY,0,0,0,0,0,100,0,30000,30000,25000,30000,11,@SPELL2,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Shade of Taerar - Combat - Cast Poison Cloud on victim');