fix(DB/Loot): HC ramparts chest should drop a badge of justice (#16807)

* fix(DB/Loot): HC ramparts chest should drop a badge of justice

* typo

* comment
This commit is contained in:
Samsequel
2023-07-24 14:50:52 +02:00
committed by GitHub
parent 1b59645996
commit 4e885b7e54

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `gameobject_loot_template` WHERE (`Entry` = 21764) AND (`Item` IN (29434));
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(21764, 29434, 0, 100, 0, 1, 0, 1, 1, 'Badge of Justice');