mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
Fix(DB/Loot): Tobacco should not be in chest (#12026)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user