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);
|
||||
DBHelper::Instance()->SetFriendApplyStatus
|
||||
(
|
||||
myself.crc32_code,
|
||||
n myself.crc32_code,
|
||||
msg.apply().target_id(),
|
||||
AccountId(),
|
||||
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 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