DB/Spell: Added an auto-kill spell if you go at No Man's Land in Isle of Conquest
This commit is contained in:
@@ -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