DB/Quest: Test at Sea

* thanks for the spell_custom coresupport from @pete318
* closes #11880
This commit is contained in:
Rushor
2015-06-04 16:49:36 +02:00
parent f9cba93985
commit bbcc18bbf5

View 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);