From f2067f98f90cfbe00e7dc30323c51ce3320ff509 Mon Sep 17 00:00:00 2001 From: Tomas Date: Tue, 11 Sep 2012 00:35:36 +0100 Subject: DB/Spells: Armistice aura is missing when player is in front Sunreaver Pavillion or Silver Covenant Pavillion Closes #1938 --- sql/updates/world/2012_09_10_08_world_spell_area.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2012_09_10_08_world_spell_area.sql (limited to 'sql') diff --git a/sql/updates/world/2012_09_10_08_world_spell_area.sql b/sql/updates/world/2012_09_10_08_world_spell_area.sql new file mode 100644 index 00000000000..4e4e36051c9 --- /dev/null +++ b/sql/updates/world/2012_09_10_08_world_spell_area.sql @@ -0,0 +1,5 @@ +-- Cast Armistice in front of the pavillions as well +DELETE FROM `spell_area` WHERE `spell`=64373 AND `area` IN (4676, 4677); +INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_start_active`,`quest_end`,`aura_spell`,`racemask`,`gender`,`autocast`) VALUES +(64373,4676,0,0,0,0,0,2,1), -- Sunreaver Pavillion +(64373,4677,0,0,0,0,0,2,1); -- SIlver Covenant Pavillion -- cgit v1.2.3