diff options
| author | Nyeriah <sarah.trysan@live.com> | 2014-09-13 11:10:33 -0300 |
|---|---|---|
| committer | Nyeriah <sarah.trysan@live.com> | 2014-09-13 11:10:33 -0300 |
| commit | e746e8685c65264cd1ba4495ab7f23f535c88404 (patch) | |
| tree | ab29014a6fcf5fb4d5088813e81b4ca3471dc811 /sql | |
| parent | 12e405bedde4f97960ff99fb59d20959be9e6851 (diff) | |
Scripts/UtigardePinnacle: Use a generic spell to calculate the damage for Dark Slash instead
Thanks to @Vincent_Michael for the heads up
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_09_13_01_world_spell_script_names.sql | 2 |
1 files changed, 1 insertions, 1 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 index ff03bfa78b0..aaa12cd0938 100644 --- 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 @@ -1,3 +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');
+(48292, 'spell_gen_50pct_count_pct_from_max_hp');
|
