From 8c38bab0e3f7b280a9ac0f56b848d66cb8fd7bc0 Mon Sep 17 00:00:00 2001 From: treeston Date: Sun, 14 Feb 2016 00:56:45 +0100 Subject: Renamed sql update file. --- sql/updates/world/2016_02_12_FLIGHTFORMSCRIPT.sql | 3 --- sql/updates/world/2016_02_14_00_world.sql | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 sql/updates/world/2016_02_12_FLIGHTFORMSCRIPT.sql create mode 100644 sql/updates/world/2016_02_14_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_02_12_FLIGHTFORMSCRIPT.sql b/sql/updates/world/2016_02_12_FLIGHTFORMSCRIPT.sql deleted file mode 100644 index f1f35431c54..00000000000 --- a/sql/updates/world/2016_02_12_FLIGHTFORMSCRIPT.sql +++ /dev/null @@ -1,3 +0,0 @@ --- -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"); diff --git a/sql/updates/world/2016_02_14_00_world.sql b/sql/updates/world/2016_02_14_00_world.sql new file mode 100644 index 00000000000..961ecd74d4d --- /dev/null +++ b/sql/updates/world/2016_02_14_00_world.sql @@ -0,0 +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"); -- cgit v1.2.3