aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-10-21 15:37:14 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-10-15 16:12:30 +0200
commit1283e217268087c8330c8214f8e4efc27d98cf6d (patch)
treed147ef6ae94d0e6672166ac4e9ed4e2c47d6bb4c /sql
parent08c45b48c5fdf86dd12e76e06601610ce37168fd (diff)
DB/Spell: fix cosmetic effect triggered when a Water Barrel is used.
(cherry picked from commit e78cb6ac5c96c41dbded43f7f648ab8642eeac09)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_10_15_06_world_2016_10_21_00_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_10_15_06_world_2016_10_21_00_world.sql b/sql/updates/world/master/2017_10_15_06_world_2016_10_21_00_world.sql
new file mode 100644
index 00000000000..00c773e398e
--- /dev/null
+++ b/sql/updates/world/master/2017_10_15_06_world_2016_10_21_00_world.sql
@@ -0,0 +1,8 @@
+--
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=43244;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(13, 1, 43244, 0, 0, 31, 0, 5, 186234, 0, 0, 0, 0, "", "Spell Headless Horseman - Create Water Bucket, Barrel Splash's EFFECT_0 targets gameobject Water Barrel");
+
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=42144;
+INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
+(42144, 42229, 1, "Spell Headless Horseman - Create Water Bucket triggers cast of Headless Horseman - Create Water Bucket (Cosmetic)");