Save player payday
This commit is contained in:
@@ -97,6 +97,7 @@ class SubAccountData {
|
|||||||
this.inHouse = toInteger(dbAssoc["sacct_inhouse"]);
|
this.inHouse = toInteger(dbAssoc["sacct_inhouse"]);
|
||||||
this.inBusiness = toInteger(dbAssoc["sacct_inbusiness"]);
|
this.inBusiness = toInteger(dbAssoc["sacct_inbusiness"]);
|
||||||
this.accent = toString(dbAssoc["sacct_accent"]);
|
this.accent = toString(dbAssoc["sacct_accent"]);
|
||||||
|
this.payDayAmount = toInteger(dbAssoc["sacct_svr_payday"]);
|
||||||
this.scene = toString(dbAssoc["sacct_svr_scene"]);
|
this.scene = toString(dbAssoc["sacct_svr_scene"]);
|
||||||
|
|
||||||
this.bodyParts = {
|
this.bodyParts = {
|
||||||
|
|||||||
Reference in New Issue
Block a user