diff options
author | Killyana <morphone1@gmail.com> | 2018-08-22 15:51:53 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-08-22 15:51:53 +0200 |
commit | 1da9c040c96a300e416acc8bf9fec14aff5edab5 (patch) | |
tree | ba716495af69abf11e63336f68840f66ffc231e5 | |
parent | af8e28a80837f6448b3ccb303a1516aa12622e72 (diff) |
DB/Spell: Flaming Spears
Ref #1596
-rw-r--r-- | sql/updates/world/3.3.5/2018_08_22_01_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_08_22_01_world.sql b/sql/updates/world/3.3.5/2018_08_22_01_world.sql new file mode 100644 index 00000000000..824f2e74aed --- /dev/null +++ b/sql/updates/world/3.3.5/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); |