diff options
author | joschiwald <joschiwald.trinity@gmail.com> | 2015-07-27 22:44:42 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2015-07-27 22:44:42 +0200 |
commit | df92d2c8d259a272bf5abfc41293f88781d03457 (patch) | |
tree | 1ecaac505498373415baf2bdaa1e049326354fd9 | |
parent | ef93d1174ddfce87129d95eaf93f5bf3e0334479 (diff) |
DB/Conditions: corrected loot conditions after 8a9f1b871ac7a3c165d00f1404eaf3d91e3c5060
-rw-r--r-- | sql/updates/world/2015_07_27_01_world.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/2015_07_27_01_world.sql b/sql/updates/world/2015_07_27_01_world.sql new file mode 100644 index 00000000000..1c450b8b6ce --- /dev/null +++ b/sql/updates/world/2015_07_27_01_world.sql @@ -0,0 +1,12 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=4 AND `SourceEntry` IN (45786,45788,45815); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=4 AND `SourceEntry`=46110; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(4,27078,46110,0,0,7,0,171,425,0,0,0,0,'',NULL), +(4,27079,46110,0,0,7,0,171,425,0,0,0,0,'',NULL), +(4,27080,46110,0,0,7,0,171,425,0,0,0,0,'',NULL), +(4,27081,46110,0,0,7,0,171,425,0,0,0,0,'',NULL), +(4,26959,46110,0,0,7,0,171,425,0,0,0,0,'',NULL), +(4,26960,46110,0,0,7,0,171,425,0,0,0,0,'',NULL), +(4,26961,46110,0,0,7,0,171,425,0,0,0,0,'',NULL), +(4,26962,46110,0,0,7,0,171,425,0,0,0,0,'',NULL); |