Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Database: Add Hogger's Loot to database.
Browse files Browse the repository at this point in the history
  • Loading branch information
AriDEV3 committed Oct 29, 2023
1 parent c41afe7 commit 42cab8d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sql/updates/world/2023_10_29_world_00.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
UPDATE `creature_template` SET `lootid`=46254 WHERE `entry`=46254;

DELETE FROM `creature_loot_template` WHERE `entry`=46254;
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`) VALUES
(46254, 2168, 31, 1), -- Corpse Rompers
(46254, 1934, 27, 1), -- Hogger's Trousers
(46254, 1959, 25, 1), -- Cold Iron Pick
(46254, 132569, 12, 1), -- Stolen Jailer's Greaves
(46254, 151074, 6, 1); -- Turnkey's Pauldrons

0 comments on commit 42cab8d

Please sign in to comment.