diff options
| author | Shauren <shauren.trinity@gmail.com> | 2017-03-18 20:14:26 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2017-03-18 20:14:26 +0100 |
| commit | 51207376b7efd06f5a6238ab22663dc9b3cced39 (patch) | |
| tree | bb2350be0cb6275f4e0954d47c8cb95f1606a447 /sql | |
| parent | 850390c963ba6bf5c94f2a95aa28b33472f4ef1a (diff) | |
Core/Spells: Fixed Charge
* Implemented Glyph of Blazing Charge
* Implemented a way to compute spline position at any given point in time
* Removed incorrect ProgressCurveId handling, it needs to apply to entire spline duration not to each segment separately
Closes #19217
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2017_03_18_08_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_18_08_world.sql b/sql/updates/world/master/2017_03_18_08_world.sql new file mode 100644 index 00000000000..452b3cd36b9 --- /dev/null +++ b/sql/updates/world/master/2017_03_18_08_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_warr_charge_effect','spell_warr_charge_drop_fire_periodic'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(198337, 'spell_warr_charge_effect'), +(218104, 'spell_warr_charge_effect'), +(126661, 'spell_warr_charge_drop_fire_periodic'); |
