mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Misc: Misc fixes
By Malcrom
This commit is contained in:
7
sql/updates/world/6.x/2016_07_29_01_world.sql
Normal file
7
sql/updates/world/6.x/2016_07_29_01_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Add items to gameobject_loot_template
|
||||
DELETE FROM `gameobject_loot_template` WHERE `Entry`=1594 AND `Item`=3255;
|
||||
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(1594, 3255, 0, 100, 1, 1, 0, 1, 1, 'Gameobject Berard''s Bookshelf holds Loot item Berard''s Journal');
|
||||
|
||||
UPDATE `creature_template` SET `mingold`=1, `maxgold`=5 WHERE `entry` IN (706,946,7073,37070,37105,37507);
|
||||
UPDATE `creature_template` SET `mingold`=3, `maxgold`=8 WHERE `entry` IN (808);
|
||||
Reference in New Issue
Block a user