From cd70ff40e2278f8659a0eadc9d7cc7f757c1c3a1 Mon Sep 17 00:00:00 2001 From: neuro_999 Date: Sun, 15 May 2011 17:34:57 +0700 Subject: Scripts/RazorfenKraul: Fix force field before boss Agathelos the Raging Closes #712 --- sql/updates/world/2011_05_15_00_world_creature_template.sql | 1 + sql/updates/world/2011_05_15_01_world_smart_scripts.sql | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 sql/updates/world/2011_05_15_00_world_creature_template.sql create mode 100644 sql/updates/world/2011_05_15_01_world_smart_scripts.sql (limited to 'sql') diff --git a/sql/updates/world/2011_05_15_00_world_creature_template.sql b/sql/updates/world/2011_05_15_00_world_creature_template.sql new file mode 100644 index 00000000000..fe94c70cf5a --- /dev/null +++ b/sql/updates/world/2011_05_15_00_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`='' WHERE `entry` = 4625; diff --git a/sql/updates/world/2011_05_15_01_world_smart_scripts.sql b/sql/updates/world/2011_05_15_01_world_smart_scripts.sql new file mode 100644 index 00000000000..988f172965b --- /dev/null +++ b/sql/updates/world/2011_05_15_01_world_smart_scripts.sql @@ -0,0 +1,4 @@ +DELETE FROM `smart_scripts` WHERE `entryorguid` = 4625 AND `source_type` = 0 AND `id` IN (0,1); +INSERT INTO `smart_scripts` VALUES +(4625,0,0,0,1,0,100,3,0,1100,0,1100,11,7083,2,0,0,0,0,1,0,0,0,0,0,0,0,'Ward Keepers - Cast the Guard Spell'), +(4625,0,1,0,6,0,100,2,0,0,0,0,34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Ward Keepers - Send Event on Die'); -- cgit v1.2.3