aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRushor <PBienati@web.de>2016-02-09 20:51:08 +0100
committerShauren <shauren.trinity@gmail.com>2016-04-02 20:53:44 +0200
commit3794c45c6932098dc3b02d0c25b56044df887827 (patch)
tree071128072177fbb38f0cbc8e2bdd1b725cc4d84d
parent9a48fcecb85d2c5673a24c2c22a69cf50144f403 (diff)
DB/Spell: Mission: Plague This!: Kill Credit - Add SPELL_ATTR0_CU_ALLOW_INFLIGHT_TARGET
* closes #16517 * thanks to Treeston for report (cherry picked from commit 830e5c1f366f639d1318d5333e9e3ed8e8c47442)
-rw-r--r--sql/updates/world/2016_04_02_49_world_2016_02_09_04_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_02_49_world_2016_02_09_04_world.sql b/sql/updates/world/2016_04_02_49_world_2016_02_09_04_world.sql
new file mode 100644
index 00000000000..015ab519557
--- /dev/null
+++ b/sql/updates/world/2016_04_02_49_world_2016_02_09_04_world.sql
@@ -0,0 +1,5 @@
+--
+SET @SPELL_ATTR0_CU_ALLOW_INFLIGHT_TARGET := 262144;
+DELETE FROM `spell_custom_attr` WHERE `entry`=43419;
+INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES
+(43419, @SPELL_ATTR0_CU_ALLOW_INFLIGHT_TARGET);