diff options
| author | neuro_999 <neuro_999@trinitycore.contributor> | 2011-05-15 17:34:57 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-05-15 17:34:57 +0700 |
| commit | cd70ff40e2278f8659a0eadc9d7cc7f757c1c3a1 (patch) | |
| tree | 6b84da990d652b8b70af6d7e682af5e36fb670b3 /sql | |
| parent | 2cd2d2dd8af6cc49e9a5fc3f96789253ec2f58d3 (diff) | |
Scripts/RazorfenKraul: Fix force field before boss Agathelos the Raging
Closes #712
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_05_15_00_world_creature_template.sql | 1 | ||||
| -rw-r--r-- | sql/updates/world/2011_05_15_01_world_smart_scripts.sql | 4 |
2 files changed, 5 insertions, 0 deletions
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'); |
