Update - 1.11.0.113
EN: 1.11.0.113 CN: 1.11.0.114 JP: 1.11.0.118 KR: 1.11.0.118
This commit is contained in:
@@ -98,6 +98,7 @@ local player_data_succeed_ack = function(mapMsgData)
|
||||
PlayerData.PopUp:RefreshPopUp()
|
||||
PlayerData.TutorialData:CacheTutorialData(mapMsgData.TutorialLevels)
|
||||
PlayerData.Story:CacheLastStory(mapMsgData.LastRead)
|
||||
PlayerData.Avg:CachePersonalityData(mapMsgData.PersonalityModels)
|
||||
PlayerData.Char:UpdateAllCharRecordInfoRedDot()
|
||||
if CS.SDKManager.Instance:IsSDKInit() then
|
||||
CS.SDKManager.Instance:RoleInfoUpload(tostring(PlayerData.Base._nPlayerId), PlayerData.Base._sPlayerNickName, mapMsgData.ServerTs)
|
||||
@@ -1258,6 +1259,7 @@ local BindProcessFunction = function()
|
||||
[NetMsgId.Id.build_convert_group_reward_receive_succeed_ack] = HttpNetHandlerPlus.build_convert_group_reward_receive_succeed_ack,
|
||||
[NetMsgId.Id.build_convert_group_reward_receive_failed_ack] = NOTHING_NEED_TO_BE_DONE,
|
||||
[NetMsgId.Id.activity_story_settle_succeed_ack] = HttpNetHandlerPlus.activity_story_settle_succeed_ack,
|
||||
[NetMsgId.Id.activity_history_story_settle_succeed_ack] = HttpNetHandlerPlus.activity_history_story_settle_succeed_ack,
|
||||
[NetMsgId.Id.milkout_settle_succeed_ack] = HttpNetHandlerPlus.milkout_settle_succeed_ack,
|
||||
[NetMsgId.Id.milkout_settle_failed_ack] = NOTHING_NEED_TO_BE_DONE,
|
||||
[NetMsgId.Id.milkout_character_unlock_notify] = HttpNetHandlerPlus.milkout_character_unlock_notify,
|
||||
|
||||
@@ -78,6 +78,10 @@ function HttpNetHandlerPlus.activity_story_reward_receive_succeed_ack(mapMsgData
|
||||
local mapDecodedChangeInfo = UTILS.DecodeChangeInfo(mapMsgData)
|
||||
HttpNetHandler.ProcChangeInfo(mapDecodedChangeInfo)
|
||||
end
|
||||
function HttpNetHandlerPlus.activity_history_story_settle_succeed_ack(mapMsgData)
|
||||
local mapDecodedChangeInfo = UTILS.DecodeChangeInfo(mapMsgData)
|
||||
HttpNetHandler.ProcChangeInfo(mapDecodedChangeInfo)
|
||||
end
|
||||
function HttpNetHandlerPlus.activity_task_reward_receive_succeed_ack(mapMsgData)
|
||||
local mapDecodedChangeInfo = UTILS.DecodeChangeInfo(mapMsgData)
|
||||
HttpNetHandler.ProcChangeInfo(mapDecodedChangeInfo)
|
||||
|
||||
@@ -685,6 +685,12 @@ NetMsgId.Id = {
|
||||
player_last_read_update_req = 8325,
|
||||
player_last_read_update_succeed_ack = 8326,
|
||||
player_last_read_update_failed_ack = 8327,
|
||||
activity_history_story_apply_req = 8328,
|
||||
activity_history_story_apply_succeed_ack = 8329,
|
||||
activity_history_story_apply_failed_ack = 8330,
|
||||
activity_history_story_settle_req = 8331,
|
||||
activity_history_story_settle_succeed_ack = 8332,
|
||||
activity_history_story_settle_failed_ack = 8333,
|
||||
activity_penguin_card_level_settle_req = 8401,
|
||||
activity_penguin_card_level_settle_succeed_ack = 8402,
|
||||
activity_penguin_card_level_settle_failed_ack = 8403,
|
||||
@@ -1596,6 +1602,12 @@ NetMsgId.MsgName = {
|
||||
[8325] = "proto.LastRead",
|
||||
[8326] = "proto.Nil",
|
||||
[8327] = "proto.Error",
|
||||
[8328] = "proto.ActivityHistoryStoryApplyReq",
|
||||
[8329] = "proto.Nil",
|
||||
[8330] = "proto.Error",
|
||||
[8331] = "proto.ActivityHistoryStorySettleReq",
|
||||
[8332] = "proto.ChangeInfo",
|
||||
[8333] = "proto.Error",
|
||||
[8401] = "proto.ActivityPenguinCardSettleReq",
|
||||
[8402] = "proto.ChangeInfo",
|
||||
[8403] = "proto.Error",
|
||||
|
||||
Reference in New Issue
Block a user