diff options
-rw-r--r-- | sql/updates/world/2016_02_14_00_world.sql (renamed from sql/updates/world/2016_02_12_FLIGHTFORMSCRIPT.sql) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2016_02_12_FLIGHTFORMSCRIPT.sql b/sql/updates/world/2016_02_14_00_world.sql index f1f35431c54..961ecd74d4d 100644 --- a/sql/updates/world/2016_02_12_FLIGHTFORMSCRIPT.sql +++ b/sql/updates/world/2016_02_14_00_world.sql @@ -1,3 +1,3 @@ --- +-- Disallow flight form while affected by no-mount shapeshift DELETE FROM `spell_script_names` WHERE `spell_id` IN (-33943, 33943, 40120); INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (-33943, "spell_dru_flight_form"); |