From fcd48335e8efc194d8c731eaf7fe39d7166dce52 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Sun, 26 Aug 2012 19:38:05 +0200 Subject: Core/Spells: Implement Battleground - Dampening for wintergrasp --- sql/updates/world/2012_08_26_03_world_spell_area.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2012_08_26_03_world_spell_area.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2012_08_26_03_world_spell_area.sql b/sql/updates/world/2012_08_26_03_world_spell_area.sql new file mode 100644 index 00000000000..65072d2b4a7 --- /dev/null +++ b/sql/updates/world/2012_08_26_03_world_spell_area.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_area` WHERE spell=74411 AND `area`=4197; +INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_start_active`,`quest_end`,`aura_spell`,`racemask`,`gender`,`autocast`) VALUES +(74411,4197,0,0,0,0,0,2,1); -- cgit v1.2.3