vehicle has a proper expiration day when bought, implemented checking expired vehicles while login

This commit is contained in:
kamilprzyb
2020-09-22 13:16:09 +02:00
parent 00f64ce992
commit 5a58908462
7 changed files with 79 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ namespace Database {
void updateQuests(Player* player);
void getInventory(Player* player);
void removeExpiredVehicles(Player* player);
void getNanos(Player* player);
void getQuests(Player* player);