diff options
author | joschiwald <joschiwald.trinity@gmail.com> | 2015-07-27 22:44:42 +0200 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2015-11-06 13:07:12 +0100 |
commit | 07f2b4044318f9fab0adaf131ec494f8f7bf2f03 (patch) | |
tree | 1ca6f09feb6435f6b842b364c96a3af089fcb7c7 /sql | |
parent | ec9fa4bd7494033144bb8eab69d38ea91d09ddf1 (diff) |
DB/Conditions: corrected loot conditions after 8a9f1b871ac7a3c165d00f1404eaf3d91e3c5060
(cherry picked from commit df92d2c8d259a272bf5abfc41293f88781d03457)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2015_11_06_37_world_2015_07_27_01.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_06_37_world_2015_07_27_01.sql b/sql/updates/world/2015_11_06_37_world_2015_07_27_01.sql new file mode 100644 index 00000000000..1c450b8b6ce --- /dev/null +++ b/sql/updates/world/2015_11_06_37_world_2015_07_27_01.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); |