瀏覽代碼

Merge pull request #509 from Heler/fix_vip_system

Fixes 498 - Fixed a check not forwarding a change of status to the login server for the VIP system. Thanks to @Heler and @sammeepay.
Aleos 10 年之前
父節點
當前提交
89c9b7b92c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/char/char_mapif.c

+ 1 - 1
src/char/char_mapif.c

@@ -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)