aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2016-11-07 20:56:11 -0300
committerariel- <ariel-@users.noreply.github.com>2016-11-07 20:56:34 -0300
commit471a8bccc3078778bacf3b0af63e0f0beb15d00e (patch)
tree7a9098bd557c4da29d87b8d7399b758647dadf1a
parent85143f305dd6b82e35639fe026f5f8613a1b96c4 (diff)
DB/Spell: disable LoS checks for Death and Decay damage spell
-rw-r--r--sql/updates/world/3.3.5/2016_11_07_00_world_335.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_11_07_00_world_335.sql b/sql/updates/world/3.3.5/2016_11_07_00_world_335.sql
new file mode 100644
index 00000000000..26a8e003a93
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_11_07_00_world_335.sql
@@ -0,0 +1,3 @@
+DELETE FROM `disables` WHERE `sourceType`=0 AND `entry`=52212;
+INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES
+(0, 52212, 64, '', '', 'Disable LoS for Spell Death and Decay');