From 12e55416368e5c4db5c024180fe8b7cbf6963158 Mon Sep 17 00:00:00 2001 From: Kinzcool Date: Mon, 18 Feb 2013 23:09:53 -0500 Subject: DB/Spell: Added an auto-kill spell if you go at No Man's Land in Isle of Conquest --- sql/updates/world/2013_02_18_03_world_spell_area.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2013_02_18_03_world_spell_area.sql (limited to 'sql') diff --git a/sql/updates/world/2013_02_18_03_world_spell_area.sql b/sql/updates/world/2013_02_18_03_world_spell_area.sql new file mode 100644 index 00000000000..28752bdaea7 --- /dev/null +++ b/sql/updates/world/2013_02_18_03_world_spell_area.sql @@ -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); -- cgit v1.2.3