mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-11 04:28:41 +01:00
5
sql/updates/world/3.3.5/2018_08_22_01_world.sql
Normal file
5
sql/updates/world/3.3.5/2018_08_22_01_world.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user