diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2013_03_03_00_world_eye_of_eternity.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2013_03_03_00_world_eye_of_eternity.sql b/sql/updates/world/2013_03_03_00_world_eye_of_eternity.sql new file mode 100644 index 00000000000..e41f2723e5f --- /dev/null +++ b/sql/updates/world/2013_03_03_00_world_eye_of_eternity.sql @@ -0,0 +1,6 @@ +-- Delete wrongly inserted spell linked spell of Scion of Eternity - "Arcane Barrage". +-- It should be handled in the original caster spell with spellscript effect. +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=56397 AND `spell_effect`=63934 AND`type`=1; + +-- Update flags in creature for Malygos since differ from these in creature_template +UPDATE `creature` SET `unit_flags`=320,`dynamicflags`=8 WHERE `id`=28859; |
