From 2b812e790f208d4d479ed4fe3bd3ad77d03b5a1e Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 4 Nov 2013 00:39:33 +0100 Subject: Rename 2013_11_03_23_world_misc.sql to 2013_11_03_24_world_misc.sql --- sql/updates/world/2013_11_03_23_world_misc.sql | 13 ------------- sql/updates/world/2013_11_03_24_world_misc.sql | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 sql/updates/world/2013_11_03_23_world_misc.sql create mode 100644 sql/updates/world/2013_11_03_24_world_misc.sql (limited to 'sql') diff --git a/sql/updates/world/2013_11_03_23_world_misc.sql b/sql/updates/world/2013_11_03_23_world_misc.sql deleted file mode 100644 index 12859a2578d..00000000000 --- a/sql/updates/world/2013_11_03_23_world_misc.sql +++ /dev/null @@ -1,13 +0,0 @@ --- -UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry` IN(17111,17112,17113); - -DELETE FROM `smart_scripts` WHERE `entryorguid` IN (17111,17112,17113); -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 -(17111, 0, 0, 0, 8, 0, 100, 0, 29916, 0, 0, 0, 33, 17111 , 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Captive Jaguar - On Spellhit - Kill Credit'), -(17112, 0, 0, 0, 8, 0, 100, 0, 29916, 0, 0, 0, 33, 17112 , 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Captive Tarantula - On Spellhit - Kill Credit'), -(17113, 0, 0, 0, 8, 0, 100, 0, 29916, 0, 0, 0, 33, 17113 , 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Captive Crocolisk - On Spellhit - Kill Credit'); - -DELETE FROM `disables` WHERE `sourceType`=0 AND `entry`IN (29916,29917); -INSERT INTO `disables`(`sourceType`,`entry`,`flags`,`comment`) VALUES -(0,29917,64,'Ignore LOS on Feed Captured Animal'), -(0,29916,64,'Ignore LOS on Feed Captured Animal'); diff --git a/sql/updates/world/2013_11_03_24_world_misc.sql b/sql/updates/world/2013_11_03_24_world_misc.sql new file mode 100644 index 00000000000..12859a2578d --- /dev/null +++ b/sql/updates/world/2013_11_03_24_world_misc.sql @@ -0,0 +1,13 @@ +-- +UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry` IN(17111,17112,17113); + +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (17111,17112,17113); +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 +(17111, 0, 0, 0, 8, 0, 100, 0, 29916, 0, 0, 0, 33, 17111 , 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Captive Jaguar - On Spellhit - Kill Credit'), +(17112, 0, 0, 0, 8, 0, 100, 0, 29916, 0, 0, 0, 33, 17112 , 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Captive Tarantula - On Spellhit - Kill Credit'), +(17113, 0, 0, 0, 8, 0, 100, 0, 29916, 0, 0, 0, 33, 17113 , 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Captive Crocolisk - On Spellhit - Kill Credit'); + +DELETE FROM `disables` WHERE `sourceType`=0 AND `entry`IN (29916,29917); +INSERT INTO `disables`(`sourceType`,`entry`,`flags`,`comment`) VALUES +(0,29917,64,'Ignore LOS on Feed Captured Animal'), +(0,29916,64,'Ignore LOS on Feed Captured Animal'); -- cgit v1.2.3