From 07f2b4044318f9fab0adaf131ec494f8f7bf2f03 Mon Sep 17 00:00:00 2001 From: joschiwald Date: Mon, 27 Jul 2015 22:44:42 +0200 Subject: DB/Conditions: corrected loot conditions after 8a9f1b871ac7a3c165d00f1404eaf3d91e3c5060 (cherry picked from commit df92d2c8d259a272bf5abfc41293f88781d03457) --- sql/updates/world/2015_11_06_37_world_2015_07_27_01.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sql/updates/world/2015_11_06_37_world_2015_07_27_01.sql (limited to 'sql/updates') 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); -- cgit v1.2.3