mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 13:22:48 +01:00
Scripts/Item: Fix Nitro Boosts to only fail in flyable areas. Also, it's called nitro _boosts_. Not _boots_. Nitro _boosts_.
This commit is contained in:
2
sql/updates/world/3.3.5/2017_07_18_01_world.sql
Normal file
2
sql/updates/world/3.3.5/2017_07_18_01_world.sql
Normal file
@@ -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";
|
||||
Reference in New Issue
Block a user