mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Fix unique gem
This commit is contained in:
@@ -131,7 +131,7 @@ void PlayerbotFactory::Init()
|
|||||||
if (gemId == 0) {
|
if (gemId == 0) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (gemId == 1629) { // unique gem
|
if (gemId == 49110) { // unique gem
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
ItemTemplate const* proto = sObjectMgr->GetItemTemplate(gemId);
|
ItemTemplate const* proto = sObjectMgr->GetItemTemplate(gemId);
|
||||||
|
|||||||
Reference in New Issue
Block a user