diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-08-01 16:44:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-01 16:44:19 +0200 |
commit | fe3b5f43ef9313d14835ccfbb2acd5d65cd6079b (patch) | |
tree | 8891fa89f2822787559284e7a2f0f15db385f72a | |
parent | c74a1fcad07f9083233f92ba35c352593eb0eb3e (diff) |
Update 2016_08_01_02_world.sql
-rw-r--r-- | sql/updates/world/6.x/2016_08_01_02_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/6.x/2016_08_01_02_world.sql b/sql/updates/world/6.x/2016_08_01_02_world.sql index 439a54ae568..bafbcfdddcd 100644 --- a/sql/updates/world/6.x/2016_08_01_02_world.sql +++ b/sql/updates/world/6.x/2016_08_01_02_world.sql @@ -1,6 +1,6 @@ -- DELETE FROM `gameobject_loot_template` WHERE `Entry` IN (15561, 22937); -INSERT INTO `gameobject_loot_template` (`Entry`, `Type`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (15561, 17411, 0, 100, 1, 1, 0, 1, 1, 'Gameobject Steamsaw contains item Steamsaw'), (22937, 34102, 0, 100, 1, 1, 0, 1, 3, 'Gameobject Loose Rock contains item Fjord Grub'); |