Fix(DB/Loot): Tobacco should not be in chest (#12026)

This commit is contained in:
temperrr
2022-06-18 14:26:43 +02:00
committed by GitHub
parent 671836e509
commit 45ba146430

View File

@@ -0,0 +1,3 @@
DELETE FROM `gameobject_loot_template` WHERE (`Entry` = 5000);
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(5000, 13172, 0, 0.0001, 1, 1, 0, 1, 1, 'Premium Siabi Tobacco - Siabi\'s Premium Tobacco');