mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
DB/Spells: Armistice aura is missing when player is in front Sunreaver Pavillion or Silver Covenant Pavillion
Closes #1938
This commit is contained in:
5
sql/updates/world/2012_09_10_08_world_spell_area.sql
Normal file
5
sql/updates/world/2012_09_10_08_world_spell_area.sql
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user