Fixed VIP system

This commit is contained in:
Heler 2015-07-13 04:00:05 +03:00
parent 890352a3a0
commit b10a8c8f33

View File

@ -734,7 +734,7 @@ int chmapif_parse_fwlog_changestatus(int fd){
int32 timediff = 0;
int val1 = 0, sex = SEX_MALE;
if (operation == 2) {
if (operation == 2 || operation == 6) {
timediff = RFIFOL(fd, 32);
val1 = RFIFOL(fd, 36);
} else if (operation == 7)