Fix(DB/Loot): Tobacco should not be in chest (#12026)
This commit is contained in:
parent
671836e509
commit
45ba146430
1 changed files with 3 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue