diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-11-02 18:03:27 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-11-02 18:03:27 +0100 |
commit | 88111fa365fcbd0164e34a007e964558612c7d30 (patch) | |
tree | caf46ae43980b1e4a62eb513468e807c1ea2ed58 | |
parent | a1ac057ed2ee47fab38d6452c08c8b1005c4e146 (diff) |
Update 2015_11_02_00_world.sql
-rw-r--r-- | sql/updates/world/2015_11_02_00_world.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/updates/world/2015_11_02_00_world.sql b/sql/updates/world/2015_11_02_00_world.sql index 77720bc0ad8..f0805777177 100644 --- a/sql/updates/world/2015_11_02_00_world.sql +++ b/sql/updates/world/2015_11_02_00_world.sql @@ -6,9 +6,9 @@ INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES -- make crypt guards aggro anub when pulled DELETE FROM `smart_scripts` WHERE `entryorguid`=16573 AND `source_type`=0 AND `id` IN (6,7); -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_chance`,`event_flags`,`event_param1`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`target_type`,`comment`) VALUES -(16573,0, 6, 0, 4,100,0,NULL, 39, 25, 0, 0, 0, "Crypt Guard - On Aggro - Call For Help (25yd)"), -(16573,0, 7, 5,61,100,0,NULL, 1, 0, 0, 0, 0, "Crypt Guard - On Cast Frenzy - Say EMOTE_FRENZY"); +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_chance`,`event_flags`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`target_type`,`comment`) VALUES +(16573,0, 6, 0, 4,100,0, 39, 25, 0, 0, 0, "Crypt Guard - On Aggro - Call For Help (25yd)"), +(16573,0, 7, 5,61,100,0, 1, 0, 0, 0, 0, "Crypt Guard - On Cast Frenzy - Say EMOTE_FRENZY"); UPDATE `smart_scripts` SET `link`=7 WHERE `entryorguid`=16573 AND `source_type`=0 AND `id`=5; DELETE FROM `creature_text` WHERE `entry`=16573; |