Fix default case for ahbot
This commit is contained in:
parent
30e7ca4b6a
commit
41a1552277
@ -1335,6 +1335,9 @@ bool AuctionBotSeller::Initialize()
|
|||||||
{ continue; }
|
{ continue; }
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
default:
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_ItemPool[prototype->Quality][prototype->Class].push_back(itemID);
|
m_ItemPool[prototype->Quality][prototype->Class].push_back(itemID);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user