Add dealership vehicle owner type

This commit is contained in:
Vortrex
2020-12-14 10:44:30 -06:00
parent e4d32d328f
commit 7bd9189ec8

View File

@@ -41,6 +41,7 @@ const AG_VEHOWNER_JOB = 2;
const AG_VEHOWNER_CLAN = 3;
const AG_VEHOWNER_FACTION = 4;
const AG_VEHOWNER_PUBLIC = 5;
const AG_VEHOWNER_DEALERSHIP = 6;
// Business Owner Types
const AG_BIZOWNER_NONE = 0;