From 62d1ee680b5cd7fc1053527332c3859cf621c727 Mon Sep 17 00:00:00 2001 From: Nay Date: Thu, 29 Aug 2013 15:36:38 +0100 Subject: Core/Quests: Drop world.quest_template.RequiredSpellCastX These were non-wdb fields that didn't have much use. Most quests that were using these fields (not many) should still work, however, if you find any quest that worked before and is now broken please report it in the issue tracker and it will be promptly fixed. --- sql/updates/world/2013_08_29_03_world_quest_template.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2013_08_29_03_world_quest_template.sql (limited to 'sql') diff --git a/sql/updates/world/2013_08_29_03_world_quest_template.sql b/sql/updates/world/2013_08_29_03_world_quest_template.sql new file mode 100644 index 00000000000..a93e111b590 --- /dev/null +++ b/sql/updates/world/2013_08_29_03_world_quest_template.sql @@ -0,0 +1,4 @@ +ALTER TABLE `quest_template` DROP `RequiredSpellCast1`; +ALTER TABLE `quest_template` DROP `RequiredSpellCast2`; +ALTER TABLE `quest_template` DROP `RequiredSpellCast3`; +ALTER TABLE `quest_template` DROP `RequiredSpellCast4`; -- cgit v1.2.3