aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-09-25 16:22:48 +0200
committerGitHub <noreply@github.com>2016-09-25 16:22:48 +0200
commit645d9251edec429a02e50598537edea9374ae2e6 (patch)
tree14196b5522678638d54569ceff5a255b8b00c10c
parent96316530d8eef7be278ca7baad952ebef0696a0a (diff)
DB/Conditions: limit targets for spell Dropping Heavy Bomb.
-rw-r--r--sql/updates/world/3.3.5/2016_09_25_00_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_25_00_world.sql b/sql/updates/world/3.3.5/2016_09_25_00_world.sql
new file mode 100644
index 00000000000..c48637f4f00
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_09_25_00_world.sql
@@ -0,0 +1,6 @@
+--
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=33836;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(13, 3, 33836, 0, 0, 31, 0, 3, 19397, 0, 0, 0, 0, "", "Spell 'Dropping Heavy Bomb' can only hit 'Mo'arg Overseer' OR"),
+(13, 3, 33836, 0, 1, 31, 0, 3, 19398, 0, 0, 0, 0, "", "Spell 'Dropping Heavy Bomb' can only hit 'Gan'arg Peon' OR"),
+(13, 3, 33836, 0, 2, 31, 0, 3, 19399, 0, 0, 0, 0, "", "Spell 'Dropping Heavy Bomb' can only hit 'Fel Cannon Destroyed'");