aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRushor <PBienati@web.de>2015-06-04 16:49:36 +0200
committerRushor <PBienati@web.de>2015-06-04 16:49:36 +0200
commitbbcc18bbf5ee5340321c7e057a900ffd8930f02c (patch)
tree58e43bc5383253e950ce97d085358be823045fb9
parentf9cba93985d79ae352a9e6371da1d580a119fb51 (diff)
DB/Quest: Test at Sea
* thanks for the spell_custom coresupport from @pete318 * closes #11880
-rw-r--r--sql/updates/world/2015_06_04_00_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_06_04_00_world.sql b/sql/updates/world/2015_06_04_00_world.sql
new file mode 100644
index 00000000000..da4814af332
--- /dev/null
+++ b/sql/updates/world/2015_06_04_00_world.sql
@@ -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);