Fix vehicle type override

This commit is contained in:
Gent
2020-09-17 12:59:30 -04:00
parent b929d12902
commit d1c5e272a8
3 changed files with 23 additions and 2 deletions

View File

@@ -34,5 +34,4 @@ namespace NPCManager {
void npcVendorBuyback(CNSocket* sock, CNPacketData* data);
void npcVendorBuyBattery(CNSocket* sock, CNPacketData* data);
void npcCombineItems(CNSocket* sock, CNPacketData* data);
void updatePlayerNPCS(CNSocket* sock, PlayerView& plr);
}