mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 15:46:24 +00:00
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:
4
data/sql/updates/pending_db_world/rampartshcbadge.sql
Normal file
4
data/sql/updates/pending_db_world/rampartshcbadge.sql
Normal 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');
|
||||
Reference in New Issue
Block a user