fix(DB/Loot): add Scourge Curio drop to Lost Shandaral Spirit (#23686)

This commit is contained in:
sogladev
2025-11-15 01:56:07 +01:00
committed by GitHub
parent 0fdb557fb2
commit b6ed4347fe

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `creature_loot_template` WHERE (`Entry` = 31231) AND (`Item` IN (42108));
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(31231, 42108, 0, 33, 1, 1, 0, 1, 1, 'Lost Shandaral Spirit - Scourge Curio');