mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
Core/Spells: Implement Battleground - Dampening for wintergrasp
This commit is contained in:
3
sql/updates/world/2012_08_26_03_world_spell_area.sql
Normal file
3
sql/updates/world/2012_08_26_03_world_spell_area.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user