Skip to content

Commit

Permalink
Update 20230623143144_world.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTyrer authored Jan 1, 2024
1 parent 52ced71 commit 2c8f9b4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sql/migrations/20230623143144_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,17 @@ UPDATE `creature_loot_template` SET `ChanceOrQuestChance` = 100 WHERE `item` = 5
-- Correct Scale For Mechanical Greench
UPDATE `creature_template` SET `display_scale1` = 0 WHERE `entry` = 15721;

-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- Add Item Root Sample To Correct Objects
DELETE FROM `gameobject_loot_template` WHERE `item` = 5056;
INSERT INTO `gameobject_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `condition_id`, `patch_min`, `patch_max`) VALUES
(2511, 5056, -40, 0, 1, 1, 0, 0, 10),
(2512, 5056, -40, 0, 1, 1, 0, 0, 10),
(2513, 5056, -40, 0, 1, 1, 0, 0, 10),
(2515, 5056, -40, 0, 1, 1, 0, 0, 10),
(2514, 5056, -40, 0, 1, 1, 0, 0, 10),
(2516, 5056, -40, 0, 1, 1, 0, 0, 10);


-- End of migration.
END IF;
Expand Down

0 comments on commit 2c8f9b4

Please sign in to comment.