diff options
| author | treeston <treeston.mmoc@gmail.com> | 2017-07-18 18:32:43 +0200 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2017-07-18 18:32:56 +0200 |
| commit | 02b1d8bb484ed82be055438cd2bac1db5f18a101 (patch) | |
| tree | 093034812b18b1743e37400f78183c5fecb44950 /sql/updates | |
| parent | edb82fcfbf325c472c156157269d699881e7633c (diff) | |
Scripts/Item: Change Nitro -> Boosts <- to use the correct knockup effect for their backfire. Also, script that knockup effect to work properly ("usually" deploy a rescue parachute).
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_07_18_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_07_18_03_world.sql b/sql/updates/world/3.3.5/2017_07_18_03_world.sql new file mode 100644 index 00000000000..17bcc875f61 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_07_18_03_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `spell_script_names` WHERE `scriptname`='spell_item_nitro_boosts_backfire'; +INSERT INTO `spell_script_names` (`spell_id`,`scriptname`) VALUES (54621,'spell_item_nitro_boosts_backfire'); |
