DB/Loot: Add conditions to gem drops of Ghost Iron

Addition to d284b5d437
This commit is contained in:
DDuarte
2015-07-19 04:10:47 +01:00
parent 5705555f1f
commit 727de0ef8d

View File

@@ -0,0 +1,14 @@
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=4 AND `SourceGroup`=40268 AND `SourceEntry` IN (76135, 76133, 76136, 76134, 76130, 76137, 76138, 76131, 76139, 76140, 76141, 76142);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(4, 40268, 76135, 0, 0, 2, 0, 85777, 1, 0, 0, 0, 0, '', ' Ghost Iron green gems -> has Ancient Pandaren Mining Pick'),
(4, 40268, 76133, 0, 0, 2, 0, 85777, 1, 0, 0, 0, 0, '', ' Ghost Iron green gems -> has Ancient Pandaren Mining Pick'),
(4, 40268, 76136, 0, 0, 2, 0, 85777, 1, 0, 0, 0, 0, '', ' Ghost Iron green gems -> has Ancient Pandaren Mining Pick'),
(4, 40268, 76134, 0, 0, 2, 0, 85777, 1, 0, 0, 0, 0, '', ' Ghost Iron green gems -> has Ancient Pandaren Mining Pick'),
(4, 40268, 76130, 0, 0, 2, 0, 85777, 1, 0, 0, 0, 0, '', ' Ghost Iron green gems -> has Ancient Pandaren Mining Pick'),
(4, 40268, 76137, 0, 0, 2, 0, 85777, 1, 0, 0, 0, 0, '', ' Ghost Iron green gems -> has Ancient Pandaren Mining Pick'),
(4, 40268, 76138, 0, 0, 2, 0, 85777, 1, 0, 0, 0, 0, '', ' Ghost Iron blue gems -> has Ancient Pandaren Mining Pick'),
(4, 40268, 76131, 0, 0, 2, 0, 85777, 1, 0, 0, 0, 0, '', ' Ghost Iron blue gems -> has Ancient Pandaren Mining Pick'),
(4, 40268, 76139, 0, 0, 2, 0, 85777, 1, 0, 0, 0, 0, '', ' Ghost Iron blue gems -> has Ancient Pandaren Mining Pick'),
(4, 40268, 76140, 0, 0, 2, 0, 85777, 1, 0, 0, 0, 0, '', ' Ghost Iron blue gems -> has Ancient Pandaren Mining Pick'),
(4, 40268, 76141, 0, 0, 2, 0, 85777, 1, 0, 0, 0, 0, '', ' Ghost Iron blue gems -> has Ancient Pandaren Mining Pick'),
(4, 40268, 76142, 0, 0, 2, 0, 85777, 1, 0, 0, 0, 0, '', ' Ghost Iron blue gems -> has Ancient Pandaren Mining Pick');