From 51207376b7efd06f5a6238ab22663dc9b3cced39 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 18 Mar 2017 20:14:26 +0100 Subject: 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 --- sql/updates/world/master/2017_03_18_08_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2017_03_18_08_world.sql (limited to 'sql') 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'); -- cgit v1.2.3