Skip to content

Commit

Permalink
DB/Spell: Mission: Plague This!: Kill Credit - Add SPELL_ATTR0_CU_ALL…
Browse files Browse the repository at this point in the history
…OW_INFLIGHT_TARGET

* closes #16517
* thanks to Treeston for report
  • Loading branch information
Rushor committed Feb 9, 2016
1 parent 222ba50 commit 830e5c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sql/updates/world/2016_02_09_04_world.sql
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 830e5c1

Please sign in to comment.