This commit is contained in:
aozhiwei 2022-10-11 11:56:36 +08:00
parent bdfebc11dd
commit fa17175b72

View File

@ -88,7 +88,10 @@ void Player::Initialize()
}
#ifdef DEBUG
{
std::vector<int> present_items{30202, 30201, 30301, 30203, 30207, 30208, 30209, 30210};
for (int item_id : present_items) {
GMAddItem(item_id, 10);
}
}
#endif
need_sync_active_player = true;