aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2017-07-18 14:08:10 +0200
committerShauren <shauren.trinity@gmail.com>2020-08-19 20:18:24 +0200
commitba7d8e9ace2de730034cd8b2b901f19f04129ef9 (patch)
tree451d8bde54b0eae41fef6c4953f5a10a92d37664 /sql
parent32832fa9cbdb20318b848736f22e44bc81dd5121 (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.sql2
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";