mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
DB/Misc: Fix startup error
By Malcrom
This commit is contained in:
3
sql/updates/world/6.x/2016_08_01_01_world.sql
Normal file
3
sql/updates/world/6.x/2016_08_01_01_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user