fix(DB/Item): Shaft of Tsol drop rate (#11444)

This commit is contained in:
Lynethris
2022-04-23 16:21:23 +02:00
committed by GitHub
parent 1de5f34bc7
commit 4bb56bd8f2

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1650378083515345987');
DELETE FROM `creature_loot_template` WHERE (`Entry` = 6910) AND (`Item` IN (7741));
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(6910, 7741, 0, 100, 0, 1, 0, 1, 1, 'Revelosh - The Shaft of Tsol');