diff options
author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-15 12:04:46 +0100 |
---|---|---|
committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-15 12:04:46 +0100 |
commit | 8c4f59c6f9788bc1ce483f34b647737dd91c5877 (patch) | |
tree | fdf2cf527326d1730e33994e603d8e355c89077e | |
parent | 602950cb77166993bd2386d30d0d1b50b30b1b1d (diff) |
SQL: Fix sql import problem
-rw-r--r-- | sql/updates/world/2013_01_14_03_world_lefty_loosy_righty_tighty.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_01_14_03_world_lefty_loosy_righty_tighty.sql b/sql/updates/world/2013_01_14_03_world_lefty_loosy_righty_tighty.sql index aae3abde905..5d322ac2dd9 100644 --- a/sql/updates/world/2013_01_14_03_world_lefty_loosy_righty_tighty.sql +++ b/sql/updates/world/2013_01_14_03_world_lefty_loosy_righty_tighty.sql @@ -6,7 +6,7 @@ UPDATE `gameobject` SET `spawntimesecs`=300,`animprogress`=100 WHERE `guid`=221; UPDATE `event_scripts` SET `x`=4029.0,`y`=4883.078,`z`=-12.71482,`o`=1.310609 WHERE `id`=17207 AND `command`=10 AND `datalong`=25832; -- Max Blasto: SAI UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=25832; -DELETE FROM `smart_scripts` WHERE `entryorguid`=25833 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=25832 AND `source_type`=0; INSERT INTO `smart_scripts`(`entryorguid`,`id`,`event_type`,`action_type`,`action_param1`,`target_type`,`target_param1`,`comment`) VALUE (25832,0,54,49,0,21,20,'Max Blasto - Just summoned - Start attack'), (25832,1,4,1,0,0,0,'Max Blasto - On aggro - Say'); |