mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-20 15:01:38 -04:00
DB/Quest: Test at Sea
* thanks for the spell_custom coresupport from @pete318 * closes #11880
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
SET @SPELL_ATTR0_CU_ALLOW_INFLIGHT_TARGET := 262144;
|
||||
DELETE FROM `spell_custom_attr` WHERE `entry`=43138;
|
||||
INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES
|
||||
(43138, @SPELL_ATTR0_CU_ALLOW_INFLIGHT_TARGET);
|
||||
Reference in New Issue
Block a user