1
This commit is contained in:
parent
bdfebc11dd
commit
fa17175b72
@ -88,7 +88,10 @@ void Player::Initialize()
|
|||||||
}
|
}
|
||||||
#ifdef DEBUG
|
#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
|
#endif
|
||||||
need_sync_active_player = true;
|
need_sync_active_player = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user