fix (DB/Loot) Add Tailoring condition for the Battlecast Hood Recipe (#15797)
* Create rev_1680525460717061700.sql * Add delete * Update rev_1680525460717061700.sql * Add comment * Add Comment to HC drop condition
This commit is contained in:
parent
58dfe41592
commit
331e61649d
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 1 AND `SourceGroup` = 17798 AND `SourceEntry` = 24313 AND `ConditionTypeOrReference` = 7;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`,`ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES
|
||||
(1, 17798, 24313, 7, 197, 1, 'Pattern: Battlecast Hood requires Tailoring to drop');
|
||||
UPDATE `conditions` SET `Comment` = 'Pattern: Battlecast Hood requires Tailoring to drop' WHERE `SourceTypeOrReferenceId` = 1 AND `SourceGroup` = 20633 AND `SourceEntry` = 24313 AND `ConditionTypeOrReference` = 7;
|
||||
Loading…
Add table
Add a link
Reference in a new issue