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:
parent
1b59645996
commit
4e885b7e54
1 changed files with 4 additions and 0 deletions
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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue