fix(DB/Loot): Fel Orc Blood Vial should drop only inside Blood Furnace. (#15340)
Fixes #15263
This commit is contained in:
parent
55b9c2479d
commit
65347bc8ad
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
--
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=1 AND `SourceGroup` IN (17370,18608) AND `SourceEntry`=23894;
|
||||
INSERT INTO `conditions` VALUES
|
||||
(1,17370,23894,0,0,22,0,542,0,0,0,0,0,'','Drop Fel Orc Blood Vial only inside Blood Furnace'),
|
||||
(1,18608,23894,0,0,22,0,542,0,0,0,0,0,'','Drop Fel Orc Blood Vial only inside Blood Furnace');
|
||||
Loading…
Add table
Add a link
Reference in a new issue