1
This commit is contained in:
parent
c0a3b4f7ee
commit
e20f2aa68b
@ -250,7 +250,7 @@ void Player::_CMFriendAgree(f8::MsgHdr& hdr, const cs::CMFriendAgree& msg)
|
|||||||
SendMsg(respmsg);
|
SendMsg(respmsg);
|
||||||
DBHelper::Instance()->SetFriendApplyStatus
|
DBHelper::Instance()->SetFriendApplyStatus
|
||||||
(
|
(
|
||||||
myself.crc32_code,
|
n myself.crc32_code,
|
||||||
msg.apply().target_id(),
|
msg.apply().target_id(),
|
||||||
AccountId(),
|
AccountId(),
|
||||||
1
|
1
|
||||||
|
@ -23,3 +23,8 @@ void SyncHelper::SyncDeleteFriend(Player* hum, const std::string& target_id)
|
|||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void SyncHelper::SyncUpdateFriend(Player* hum, const std::string& target_id)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
@ -13,4 +13,5 @@ class SyncHelper : public a8::Singleton<SyncHelper>
|
|||||||
|
|
||||||
void SyncNewFriend(Player* hum, const std::string& target_id);
|
void SyncNewFriend(Player* hum, const std::string& target_id);
|
||||||
void SyncDeleteFriend(Player* hum, const std::string& target_id);
|
void SyncDeleteFriend(Player* hum, const std::string& target_id);
|
||||||
|
void SyncUpdateFriend(Player* hum, const std::string& target_id);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user