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