From eba9abd2ee552859d5f63127e1d13b78e48dba7f Mon Sep 17 00:00:00 2001 From: Vincent_Michael Date: Thu, 3 Jan 2013 17:37:39 +0100 Subject: Core/Spells: Update no fly zone for wintergrasp --- sql/updates/world/2013_01_03_01_world_spell_area_434.sql | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sql/updates/world/2013_01_03_01_world_spell_area_434.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2013_01_03_01_world_spell_area_434.sql b/sql/updates/world/2013_01_03_01_world_spell_area_434.sql new file mode 100644 index 00000000000..2eb36926193 --- /dev/null +++ b/sql/updates/world/2013_01_03_01_world_spell_area_434.sql @@ -0,0 +1,13 @@ +DELETE FROM `spell_area` WHERE `spell`=91604; +INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES +(91604, 4197, 0, 0, 0, 0, 2, 1, 64, 11), +(91604, 4538, 0, 0, 0, 0, 2, 1, 64, 11), +(91604, 4539, 0, 0, 0, 0, 2, 1, 64, 11), +(91604, 4575, 0, 0, 0, 0, 2, 1, 64, 11), +(91604, 4577, 0, 0, 0, 0, 2, 1, 64, 11), +(91604, 4581, 0, 0, 0, 0, 2, 1, 64, 11), +(91604, 4582, 0, 0, 0, 0, 2, 1, 64, 11), +(91604, 4583, 0, 0, 0, 0, 2, 1, 64, 11), +(91604, 4585, 0, 0, 0, 0, 2, 1, 64, 11), +(91604, 4589, 0, 0, 0, 0, 2, 1, 64, 11), +(91604, 4612, 0, 0, 0, 0, 2, 1, 64, 11); -- cgit v1.2.3