aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_11_10_07_world_conditions,sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_11_10_07_world_conditions,sql b/sql/updates/world/2013_11_10_07_world_conditions,sql
new file mode 100644
index 00000000000..93ab61414b6
--- /dev/null
+++ b/sql/updates/world/2013_11_10_07_world_conditions,sql
@@ -0,0 +1,4 @@
+-- Add condition for Shoot Arcane Explosion Arrow
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=36327;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(13, 1, 36327, 0, 0, 31, 0, 3, 21186, 0, 0, 0, 0, '', 'Shoot Arcane Explosion Arrow Targets Arcane Warder Target');