diff options
| author | treeston <treeston.mmoc@gmail.com> | 2017-07-18 14:08:10 +0200 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2017-07-18 14:08:10 +0200 |
| commit | f953d8596091cf70aab308a2c80ebdfa443b4723 (patch) | |
| tree | 3da3f40d3b1e2d173b42a6e753b79fc150c32cda /sql | |
| parent | 134700b28fb176a8cad5dc7a04edd771e72da09a (diff) | |
Scripts/Item: Fix Nitro Boosts to only fail in flyable areas. Also, it's called nitro _boosts_. Not _boots_. Nitro _boosts_.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_07_18_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_07_18_01_world.sql b/sql/updates/world/3.3.5/2017_07_18_01_world.sql new file mode 100644 index 00000000000..8123ceafc6d --- /dev/null +++ b/sql/updates/world/3.3.5/2017_07_18_01_world.sql @@ -0,0 +1,2 @@ +-- correct typo in script name +UPDATE `spell_script_names` SET `ScriptName`="spell_item_nitro_boosts" WHERE `ScriptName`="spell_item_nitro_boots"; |
