/sql/old/ancient/3.3.5a/TDB49_to_TDB50_updates/world/2012_10_06_00_world_spell_script_names.sql

https://gitlab.com/trinitycore/TrinityCore_434 · SQL · 18 lines · 18 code · 0 blank · 0 comment · 0 complexity · e1cd933054836dca77bfb78b10424b35 MD5 · raw file

  1. DELETE FROM `spell_script_names` WHERE `spell_id` IN (74562,74567,74610,74641,74792,74795,74800,74805,74807,74808,74812,75396,74769,77844,77845,77846);
  2. INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
  3. (74562, 'spell_halion_fiery_combustion'),
  4. (74567, 'spell_halion_mark_of_combustion'),
  5. (74610, 'spell_halion_damage_aoe_summon'),
  6. (74641, 'spell_halion_meteor_strike_marker'),
  7. (74792, 'spell_halion_soul_consumption'),
  8. (74795, 'spell_halion_mark_of_consumption'),
  9. (74800, 'spell_halion_damage_aoe_summon'),
  10. (74805, 'spell_halion_summon_exit_portals'),
  11. (74807, 'spell_halion_enter_twilight_realm'),
  12. (74808, 'spell_halion_twilight_phasing'),
  13. (74812, 'spell_halion_leave_twilight_realm'),
  14. (75396, 'spell_halion_clear_debuffs'),
  15. (74769, 'spell_halion_twilight_cutter'),
  16. (77844, 'spell_halion_twilight_cutter'),
  17. (77845, 'spell_halion_twilight_cutter'),
  18. (77846, 'spell_halion_twilight_cutter');