aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgecko32 <gecko32@trinity.contrib>2012-08-26 02:02:21 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2012-08-26 02:07:46 +0200
commitc66de00638aa3a2f215faac02c9166e29be15c8a (patch)
tree1c1595f057b21eda71d4184c553561faca4e919f
parent99749b3e88363c316ed1c0f31c024e39e6c948e6 (diff)
DB/Conditions: Fix Sartharion Berserk targets
-rw-r--r--sql/updates/world/2012_08_26_00_world_conditions.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2012_08_26_00_world_conditions.sql b/sql/updates/world/2012_08_26_00_world_conditions.sql
new file mode 100644
index 00000000000..c33d9bfc878
--- /dev/null
+++ b/sql/updates/world/2012_08_26_00_world_conditions.sql
@@ -0,0 +1,5 @@
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=61632;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
+(13,7,61632,0,0,31,0,3,30449,0,0,0,'','Sartharion Berserk - Only hit Tenebron, Shadron & Vesperon'),
+(13,7,61632,0,1,31,0,3,30451,0,0,0,'','Sartharion Berserk - Only hit Tenebron, Shadron & Vesperon'),
+(13,7,61632,0,2,31,0,3,30452,0,0,0,'','Sartharion Berserk - Only hit Tenebron, Shadron & Vesperon');