diff options
author | Aokromes <jipr@hotmail.com> | 2014-01-23 10:31:05 +0100 |
---|---|---|
committer | Aokromes <jipr@hotmail.com> | 2014-01-23 10:31:05 +0100 |
commit | 4c0c9820b8d280e366936602e9a0140921ce36f5 (patch) | |
tree | 3579bc22b1fdc17a6b37d32b18925094d54ec2d5 | |
parent | 984b7126ffa76f865089ba9afb4bfd3c21989cda (diff) |
DB/Conditions: Fix Banishing Crystal
By MitchesD closes #11430
-rw-r--r-- | sql/updates/world/2014_01_23_01_conditions.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_23_01_conditions.sql b/sql/updates/world/2014_01_23_01_conditions.sql new file mode 100644 index 00000000000..4afa30ee13d --- /dev/null +++ b/sql/updates/world/2014_01_23_01_conditions.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE `SourceEntry` = 40817; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `Comment`) VALUES +(17,0,40817,0,0,23,0,3785,0,0,0,0,0,'Banishing Crystal requires Forge Camp: Wrath'), +(17,0,40817,0,1,23,0,3784,0,0,0,0,0,'Banishing Crystal requires Forge Camp: Terror'); |