Code: Select all
vector<Item*>* itemswhen i know what the item is and it is here as master_item
Code: Select all
master_item = master_item_list.GetItem(item_harvested);Code: Select all
void Client::Loot(int32 total_coins, vector<Item*>* items, Entity* entity, bool collection){
if(!entity && !collection){
CloseLoot();
return;
}