aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <jipr@hotmail.com>2013-11-03 07:49:02 +0100
committerAokromes <jipr@hotmail.com>2013-11-03 07:49:02 +0100
commit7cba781153572af3f1b1019796e1d7235b32a6a6 (patch)
tree82b1156ec1d38050ef895c5dfc7df3f29644694e
parente6e16f377f50cee6864339f4df2e2d796a5cea60 (diff)
DB/SAI: Little Morsels cannot feed mobs
by dr-j, closes #10892
-rw-r--r--sql/updates/world/2013_11_03_23_world_misc.sql13
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/2013_11_03_23_world_misc.sql b/sql/updates/world/2013_11_03_23_world_misc.sql
new file mode 100644
index 00000000000..12859a2578d
--- /dev/null
+++ b/sql/updates/world/2013_11_03_23_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');