mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
DB/Quest: Test at Sea
* thanks for the spell_custom coresupport from @pete318 * closes #11880
This commit is contained in:
5
sql/updates/world/2015_06_04_00_world.sql
Normal file
5
sql/updates/world/2015_06_04_00_world.sql
Normal file
@@ -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