- @charunban is fully usable now
  - Updated Inter-Server Packet documentation
* Added misc battle config, 'disp_servervip_msg' (default: no)

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
This commit is contained in:
Cydh Ramdh
2014-11-17 20:19:30 +07:00
parent d9a9a024f6
commit 796b97455c
12 changed files with 147 additions and 103 deletions

View File

@@ -18781,7 +18781,7 @@ BUILDIN_FUNC(vip_time) {
if (sd == NULL)
return SCRIPT_CMD_FAILURE;
chrif_req_login_operation(sd->status.account_id, sd->status.name, 6, viptime, 7, 0);
chrif_req_login_operation(sd->status.account_id, sd->status.name, CHRIF_OP_LOGIN_VIP, viptime, 7, 0);
#endif
return SCRIPT_CMD_SUCCESS;
}