mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
DB/Gameobject: Fix one startup error
By Malcrom
This commit is contained in:
28
sql/updates/world/2016_08_01_03_world.sql
Normal file
28
sql/updates/world/2016_08_01_03_world.sql
Normal file
@@ -0,0 +1,28 @@
|
||||
-- Add items to gameobject_loot_template
|
||||
DELETE FROM `gameobject_loot_template` WHERE `Entry`=29711;
|
||||
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(29711, 55249, 0, 10, 0, 1, 1, 1, 1, 'Gameobject Neptulon''s Cache Normal contains Triton Legplates'),
|
||||
(29711, 55250, 0, 10, 0, 1, 1, 1, 1, 'Gameobject Neptulon''s Cache Normal contains Nautilus Ring'),
|
||||
(29711, 55251, 0, 10, 0, 1, 1, 1, 1, 'Gameobject Neptulon''s Cache Normal contains Might of the Ocean'),
|
||||
(29711, 55252, 0, 10, 0, 1, 1, 1, 1, 'Gameobject Neptulon''s Cache Normal contains Whitefin Axe'),
|
||||
(29711, 55253, 0, 10, 0, 1, 1, 1, 1, 'Gameobject Neptulon''s Cache Normal contains Wentletrap Vest'),
|
||||
(29711, 55254, 0, 10, 0, 1, 1, 1, 1, 'Gameobject Neptulon''s Cache Normal contains Abalone Plate Armor'),
|
||||
(29711, 55255, 0, 10, 0, 1, 1, 1, 1, 'Gameobject Neptulon''s Cache Normal contains Mnemiopsis Gloves'),
|
||||
(29711, 55256, 0, 10, 0, 1, 1, 1, 1, 'Gameobject Neptulon''s Cache Normal contains Sea Star'),
|
||||
(29711, 55258, 0, 10, 0, 1, 1, 1, 1, 'Gameobject Neptulon''s Cache Normal contains Pipefish Cord'),
|
||||
(29711, 55259, 0, 10, 0, 1, 1, 1, 1, 'Gameobject Neptulon''s Cache Normal contains Bioluminescent Lamp');
|
||||
|
||||
-- Add items to gameobject_loot_template
|
||||
DELETE FROM `gameobject_loot_template` WHERE `Entry`=36142;
|
||||
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(36142, 52078, 0, 100, 0, 1, 0, 1, 1, 'Gameobject Neptulon''s Cache Heroic contains Chaos Orb'),
|
||||
(36142, 56281, 0, 10, 0, 1, 1, 1, 1, 'Gameobject Neptulon''s Cache Heroic contains Wentletrap Vest'),
|
||||
(36142, 56282, 0, 10, 0, 1, 1, 1, 1, 'Gameobject Neptulon''s Cache Heroic contains Nautilus Ring'),
|
||||
(36142, 56283, 0, 10, 0, 1, 1, 1, 1, 'Gameobject Neptulon''s Cache Heroic contains Triton Legplates'),
|
||||
(36142, 56284, 0, 10, 0, 1, 1, 1, 1, 'Gameobject Neptulon''s Cache Heroic contains Whitefin Axe'),
|
||||
(36142, 56285, 0, 10, 0, 1, 1, 1, 1, 'Gameobject Neptulon''s Cache Heroic contains Might of the Ocean'),
|
||||
(36142, 56286, 0, 10, 0, 1, 1, 1, 1, 'Gameobject Neptulon''s Cache Heroic contains Mnemiopsis Gloves'),
|
||||
(36142, 56288, 0, 10, 0, 1, 1, 1, 1, 'Gameobject Neptulon''s Cache Heroic contains Pipefish Cord'),
|
||||
(36142, 56289, 0, 10, 0, 1, 1, 1, 1, 'Gameobject Neptulon''s Cache Heroic contains Bioluminescent Lamp'),
|
||||
(36142, 56290, 0, 10, 0, 1, 1, 1, 1, 'Gameobject Neptulon''s Cache Heroic contains Sea Star'),
|
||||
(36142, 56291, 0, 10, 0, 1, 1, 1, 1, 'Gameobject Neptulon''s Cache Heroic contains Abalone Plate Armor');
|
||||
Reference in New Issue
Block a user