aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-07-30 01:55:23 +0200
committerGitHub <noreply@github.com>2016-07-30 01:55:23 +0200
commit8e5dfd9af1ed5cf3ddae35fc3e3423153878f611 (patch)
tree8a4cdd4d69fe49dc3da431b3a2131569ffbd73e7
parent826867c4b220ffefc7aaa179e8044f2186d85feb (diff)
Typo fix
-rw-r--r--sql/updates/world/6.x/2016_07_30_00_world.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/6.x/2016_07_30_00_world.sql b/sql/updates/world/6.x/2016_07_30_00_world.sql
index 1020319e6f1..39e8c59c703 100644
--- a/sql/updates/world/6.x/2016_07_30_00_world.sql
+++ b/sql/updates/world/6.x/2016_07_30_00_world.sql
@@ -7,7 +7,7 @@ INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`,
(28553, 53063, 0, 90, 0, 1, 1, 1, 1, 'Gameobject Mountain Trout School contains Loot item Mountain Trout');
-- Add items to gameobject_loot_template
-DELETE FROM `gameobject_loot_template` WHERE `Entry`=207734 AND `Item`=38652;
+DELETE FROM `gameobject_loot_template` WHERE `Entry`=38652 AND `Item`=52325;
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(38652, 52325, 0, 100, 0, 1, 0, 1, 1, 'Gameobject Pool of Fire contains Loot item Volatile Fire');
@@ -59,4 +59,4 @@ INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`,
(38644, 46109, 0, 0.01, 0, 1, 1, 1, 1, 'Gameobject Shipwreck Debris contains Loot item Sea Turtle'),
(38644, 52326, 0, 9.99, 0, 1, 1, 1, 1, 'Gameobject Shipwreck Debris contains Loot item Volatile Water'),
(38644, 67597, 0, 9.99, 0, 1, 1, 1, 1, 'Gameobject Shipwreck Debris contains Loot item Sealed Crate'),
-(38644, 52985, 0, 80, 0, 1, 1, 1, 1, 'Gameobject Shipwreck Debris contains Loot item Azshara's Veil');
+(38644, 52985, 0, 80, 0, 1, 1, 1, 1, 'Gameobject Shipwreck Debris contains Loot item Azshara''s Veil');