diff options
| author | treeston <treeston.mmoc@gmail.com> | 2017-07-18 14:08:10 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-08-19 20:18:24 +0200 |
| commit | ba7d8e9ace2de730034cd8b2b901f19f04129ef9 (patch) | |
| tree | 451d8bde54b0eae41fef6c4953f5a10a92d37664 /sql | |
| parent | 32832fa9cbdb20318b848736f22e44bc81dd5121 (diff) | |
Scripts/Item: Fix Nitro Boosts to only fail in flyable areas. Also, it's called nitro _boosts_. Not _boots_. Nitro _boosts_.
(cherry picked from commit f953d8596091cf70aab308a2c80ebdfa443b4723)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2020_08_19_00_world_2017_07_18_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_08_19_00_world_2017_07_18_01_world.sql b/sql/updates/world/master/2020_08_19_00_world_2017_07_18_01_world.sql new file mode 100644 index 00000000000..8123ceafc6d --- /dev/null +++ b/sql/updates/world/master/2020_08_19_00_world_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"; |
