mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Spell: Added an auto-kill spell if you go at No Man's Land in Isle of Conquest
This commit is contained in:
3
sql/updates/world/2013_02_18_03_world_spell_area.sql
Normal file
3
sql/updates/world/2013_02_18_03_world_spell_area.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_area` WHERE `spell`=68132 AND `area`=4741;
|
||||
INSERT INTO `spell_area` (`spell`, `area`, `autocast`) VALUES
|
||||
(68132, 4741, 1);
|
||||
Reference in New Issue
Block a user