mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-26 23:16:23 +00: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