Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix Included] Rattlecage Skull Droprate Incorrect (Should be 100%) #356

Open
StraysFromPath opened this issue Sep 3, 2024 · 0 comments

Comments

@StraysFromPath
Copy link

https://wotlk.evowow.com/?npc=1890

My warlock has killed 14 skeletons and has only 1 skull.

Should be 100% drop. Super easy fix but worth patching.

DELETE FROM creature_loot_template WHERE (Entry = 1890) AND (Item IN (0, 0, 6281));
INSERT INTO creature_loot_template (Entry, Item, Reference, Chance, QuestRequired, LootMode, GroupId, MinCount, MaxCount, Comment) VALUES
(1890, 6281, 0, 100, 1, 1, 0, 1, 1, 'Rattlecage Skeleton - Rattlecage Skull');

@StraysFromPath StraysFromPath changed the title Rattlecgae Skull Droprate Incorrect (Should be 100%) [Fix Included] Rattlecgae Skull Droprate Incorrect (Should be 100%) Sep 13, 2024
@StraysFromPath StraysFromPath changed the title [Fix Included] Rattlecgae Skull Droprate Incorrect (Should be 100%) [Fix Included] Rattlecage Skull Droprate Incorrect (Should be 100%) Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant