diff options
| author | Kinzcool <kinzzcool@hotmail.com> | 2013-02-18 23:09:53 -0500 |
|---|---|---|
| committer | Kinzcool <kinzzcool@hotmail.com> | 2013-02-18 23:09:53 -0500 |
| commit | 12e55416368e5c4db5c024180fe8b7cbf6963158 (patch) | |
| tree | 2ea09120417c0a1c34e301e667d8b6a89fefdc3d | |
| parent | 03f97f75ec6d4a8c98d9b2de46b4bd42971870e5 (diff) | |
DB/Spell: Added an auto-kill spell if you go at No Man's Land in Isle of Conquest
| -rw-r--r-- | sql/updates/world/2013_02_18_03_world_spell_area.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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); |
