diff options
| author | Nyeriah <sarah.trysan@live.com> | 2014-09-13 10:33:51 -0300 |
|---|---|---|
| committer | Nyeriah <sarah.trysan@live.com> | 2014-09-13 10:33:51 -0300 |
| commit | 12e405bedde4f97960ff99fb59d20959be9e6851 (patch) | |
| tree | de4839655e605b3c5606bd1b448ac2aa1b8933e3 /sql | |
| parent | 05aa0d51b150a1d9ddd8973f9acf3c0bcf25af5f (diff) | |
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
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_09_13_01_world_spell_script_names.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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');
|
