fix(DB/Loot): Remove Frigid Ring from RLT (#9358)

This commit is contained in:
baranzadeoglu
2021-12-04 11:06:44 +01:00
committed by GitHub
parent 309633e526
commit 9febe40ddd

View File

@@ -0,0 +1,8 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1637923012381502740');
DELETE FROM `reference_loot_template` WHERE (`Entry` = 24016) AND (`Item` IN (18679));
DELETE FROM `creature_loot_template` WHERE (`Entry` = 14457) AND (`Item` IN (18679));
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(14457, 18679, 0, 40, 0, 1, 0, 1, 1, '');