Skip to content

Commit

Permalink
Fix unique gem
Browse files Browse the repository at this point in the history
  • Loading branch information
liyunfan1223 committed Mar 30, 2024
1 parent b7997f5 commit 6b51958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PlayerbotFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void PlayerbotFactory::Init()
if (gemId == 0) {
continue;
}
if (gemId == 1629) { // unique gem
if (gemId == 49110) { // unique gem
continue;
}
ItemTemplate const* proto = sObjectMgr->GetItemTemplate(gemId);
Expand Down

0 comments on commit 6b51958

Please sign in to comment.