From 12e405bedde4f97960ff99fb59d20959be9e6851 Mon Sep 17 00:00:00 2001 From: Nyeriah Date: Sat, 13 Sep 2014 10:33:51 -0300 Subject: Scripts/UtgardePinnacle: King Ymiron - Updated to EventMaps - Replaced manual summons with proper spells - Fixed glitch where boss would resume fight/run back to his main target before the ancestor summon roleplay was over (it might still need few adjustments i.e fire on boat is currently missing) - Implemented damage calculation for spell Dark Slash (http://www.wowhead.com/spell=48292) as previously the spell would do no damage and it's BasePoints is 0 --- sql/updates/world/2014_09_13_01_world_spell_script_names.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2014_09_13_01_world_spell_script_names.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2014_09_13_01_world_spell_script_names.sql b/sql/updates/world/2014_09_13_01_world_spell_script_names.sql new file mode 100644 index 00000000000..ff03bfa78b0 --- /dev/null +++ b/sql/updates/world/2014_09_13_01_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` = 48292; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(48292, 'spell_ymiron_dark_slash'); -- cgit v1.2.3