From 2ff21d4cefc6c871790676de9461f5bd105bde66 Mon Sep 17 00:00:00 2001 From: QAston Date: Wed, 22 Jul 2009 17:10:30 +0200 Subject: *Implement Aura Type 247 (SPELL_AURA_CLONE_CASTER) and 279 (SPELL_AURA_INITIALIZE_IMAGES) *Handle CMSG_GET_MIRRORIMAGE_DATA opcode. *Save Minions follow angle to allow themmoving in a formation *Improvements in SpellAI: correctly evade and select attack target for creatures without threat list *Use SpellAI instead of PetAI for not controllable guardians *Only guardians with SUMMON_TYPE_PET are controllable now *Add script and template data for Mirror Image. *Thanks to Drahy for help. --HG-- branch : trunk --- sql/updates/4527_world_spell_script_target.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/4527_world_spell_script_target.sql (limited to 'sql/updates') diff --git a/sql/updates/4527_world_spell_script_target.sql b/sql/updates/4527_world_spell_script_target.sql new file mode 100644 index 00000000000..f1bf84d509a --- /dev/null +++ b/sql/updates/4527_world_spell_script_target.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_target` WHERE `entry` IN (58836); +INSERT INTO `spell_script_target` VALUES (58836, 1, 31216); +UPDATE `creature_template` SET `ScriptName`='npc_mirror_image' WHERE `entry`=31216; +UPDATE `creature_template` SET `spell1`=59638, `spell2` = 59637 WHERE `entry`=31216; -- cgit v1.2.3