fix(DB/Loot): Fel Orc Blood Vial should drop only inside Blood Furnace. (#15340)

Fixes #15263
This commit is contained in:
UltraNix
2023-04-09 20:56:06 +02:00
committed by GitHub
parent 55b9c2479d
commit 65347bc8ad

View File

@@ -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');