aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-08-01 01:17:47 +0200
committerGitHub <noreply@github.com>2016-08-01 01:17:47 +0200
commit315bdf9f630239284d9a305986bcacde8a9ed043 (patch)
tree3fb9357a73d9adda7467058377eaa9c17eeab494 /sql/updates
parent4de3f5f99d1e7c2f77b7369155b8c494a1aa6210 (diff)
DB/Misc: Fix startup error
By Malcrom
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/6.x/2016_08_01_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_08_01_01_world.sql b/sql/updates/world/6.x/2016_08_01_01_world.sql
new file mode 100644
index 00000000000..7d5e71b0d88
--- /dev/null
+++ b/sql/updates/world/6.x/2016_08_01_01_world.sql
@@ -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');