Skip to content

Commit

Permalink
Merge pull request #381 from Grimfeather/Rattlecage-Skull-drop-chance
Browse files Browse the repository at this point in the history
Update zone_tirisfal_glades.sql - fix Rattlecage Skull drop chance
  • Loading branch information
ZhengPeiRu21 authored Oct 15, 2024
2 parents 49e571d + 6c2af97 commit 77accfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/world/base/zone_tirisfal_glades.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ INSERT INTO `creature_questender` (`id`, `quest`) VALUES (5667, 1470);
-- Piercing the Veil (Warlock)
DELETE FROM `creature_queststarter` WHERE `id`=5667 AND `quest`=1470;
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (5667, 1470);
/* Drop chance for Rattlecage Skull was incorrectly set to 15 - updated to 80 */
UPDATE `creature_loot_template` SET `Chance` = 80 WHERE `Entry` = 1890 AND `Item` = 6281;

-- Wretched Zombie
UPDATE `creature_template` SET `name`='Wretched Zombie' WHERE `entry`=1502;
Expand Down

0 comments on commit 77accfe

Please sign in to comment.