diff options
author | treeston <treeston.mmoc@gmail.com> | 2016-02-14 00:56:45 +0100 |
---|---|---|
committer | treeston <treeston.mmoc@gmail.com> | 2016-02-14 00:56:45 +0100 |
commit | 8c38bab0e3f7b280a9ac0f56b848d66cb8fd7bc0 (patch) | |
tree | cea1114646a343c4d65e4f1afdeceb2f42e55af5 | |
parent | 101c3f93035c8e7a571477c30c1c9edc8730c0c5 (diff) |
Renamed sql update file.
-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"); |