aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-08-22 15:51:53 +0200
committerShauren <shauren.trinity@gmail.com>2021-10-22 19:11:41 +0200
commitfe23cb46ad29cddde3d2ca2e29b2c10d3d882a79 (patch)
tree94ded823a28f1338b780880b3db0d01af73db117
parent5d48e8db7d0175af807e77214583058bf6e9c790 (diff)
DB/Spell: Flaming Spears
Ref #1596 (cherry picked from commit 1da9c040c96a300e416acc8bf9fec14aff5edab5)
-rw-r--r--sql/updates/world/master/2021_10_22_03_world_2018_08_22_01_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_22_03_world_2018_08_22_01_world.sql b/sql/updates/world/master/2021_10_22_03_world_2018_08_22_01_world.sql
new file mode 100644
index 00000000000..824f2e74aed
--- /dev/null
+++ b/sql/updates/world/master/2021_10_22_03_world_2018_08_22_01_world.sql
@@ -0,0 +1,5 @@
+--
+SET @SPELL_ATTR0_CU_ALLOW_INFLIGHT_TARGET := 262144;
+DELETE FROM `spell_custom_attr` WHERE `entry`=66717;
+INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES
+(66717, @SPELL_ATTR0_CU_ALLOW_INFLIGHT_TARGET);