aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyreth <Wyreth@users.noreply.github.com>2017-11-08 19:16:38 +0100
committerKillyana <morphone1@gmail.com>2017-11-08 19:16:38 +0100
commitec6e7b618615be16e675d3c081531e5eaddaa89a (patch)
tree3529a637a72bfe3979191502e41aafec3b5aa633
parentc44907face59e2eb55094140469f255770753333 (diff)
DB/Conditions: Cosmetic fixes for spells involved in the quest Towers of Certain Doom
Closes #20810
-rw-r--r--sql/updates/world/3.3.5/2017_11_08_13_world.sql19
1 files changed, 19 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_11_08_13_world.sql b/sql/updates/world/3.3.5/2017_11_08_13_world.sql
new file mode 100644
index 00000000000..ef892cad5e1
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_11_08_13_world.sql
@@ -0,0 +1,19 @@
+--
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry` IN (49625, 49634);
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (43069, 43106);
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(17, 0, 49625, 0, 0, 29, 0, 24087, 90, 0, 0, 0, 0, "", "Spell Brave's Flare can be used within 90 yards of Skorn Tower NW Bunny OR"),
+(17, 0, 49625, 0, 1, 29, 0, 24092, 90, 0, 0, 0, 0, "", "Spell Brave's Flare can be used within 90 yards of Skorn Tower E Bunny OR"),
+(17, 0, 49625, 0, 2, 29, 0, 24093, 90, 0, 0, 0, 0, "", "Spell Brave's Flare can be used within 90 yards of Skorn Tower SW Bunny OR"),
+(17, 0, 49625, 0, 3, 29, 0, 24094, 90, 0, 0, 0, 0, "", "Spell Brave's Flare can be used within 90 yards of Skorn Tower SE Bunny"),
+(17, 0, 49634, 0, 0, 29, 0, 24087, 90, 0, 0, 0, 0, "", "Spell Sergeant's Flare can be used within 90 yards of Skorn Tower NW Bunny OR"),
+(17, 0, 49634, 0, 1, 29, 0, 24092, 90, 0, 0, 0, 0, "", "Spell Sergeant's Flare can be used within 90 yards of Skorn Tower E Bunny OR"),
+(17, 0, 49634, 0, 2, 29, 0, 24093, 90, 0, 0, 0, 0, "", "Spell Sergeant's Flare can be used within 90 yards of Skorn Tower SW Bunny OR"),
+(17, 0, 49634, 0, 3, 29, 0, 24094, 90, 0, 0, 0, 0, "", "Spell Sergeant's Flare can be used within 90 yards of Skorn Tower SE Bunny"),
+(13, 1, 43069, 0, 0, 31, 0, 3, 23668, 0, 0, 0, 0, "", "Towers of Certain Doom: Skorn Cannonfire targets Winterskorn Rune-Caster OR"),
+(13, 1, 43069, 0, 1, 31, 0, 3, 23667, 0, 0, 0, 0, "", "Towers of Certain Doom: Skorn Cannonfire targets Winterskorn Rune-Seer OR"),
+(13, 1, 43069, 0, 2, 31, 0, 3, 23669, 0, 0, 0, 0, "", "Towers of Certain Doom: Skorn Cannonfire targets Winterskorn Oracle"),
+(13, 1, 43106, 0, 0, 31, 0, 3, 24087, 0, 0, 0, 0, "", "Spell Sergeant's Flare can be used within 90 yards of Skorn Tower NW Bunny OR"),
+(13, 1, 43106, 0, 1, 31, 0, 3, 24092, 0, 0, 0, 0, "", "Spell Sergeant's Flare can be used within 90 yards of Skorn Tower E Bunny OR"),
+(13, 1, 43106, 0, 2, 31, 0, 3, 24093, 0, 0, 0, 0, "", "Spell Sergeant's Flare can be used within 90 yards of Skorn Tower SW Bunny OR"),
+(13, 1, 43106, 0, 3, 31, 0, 3, 24094, 0, 0, 0, 0, "", "Spell Sergeant's Flare can be used within 90 yards of Skorn Tower SE Bunny");