mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Fix unique gem
This commit is contained in:
parent
b7997f5a08
commit
6b51958719
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user