diff --git a/data/sql/updates/pending_db_world/rampartshcbadge.sql b/data/sql/updates/pending_db_world/rampartshcbadge.sql new file mode 100644 index 000000000..3d883407f --- /dev/null +++ b/data/sql/updates/pending_db_world/rampartshcbadge.sql @@ -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');