DB/Misc: Fix startup error

By Malcrom
This commit is contained in:
Aokromes
2016-08-01 01:17:47 +02:00
committed by GitHub
parent 4de3f5f99d
commit 315bdf9f63

View File

@@ -0,0 +1,3 @@
DELETE FROM `gameobject_loot_template` WHERE `Entry` IN (25343);
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(25343, 40744, 0, 100, 1, 1, 0, 1, 1, 'Unfortunate Snobold contains Impure Saronite Ore');