1
This commit is contained in:
parent
eb08467bdf
commit
59d2829db0
@ -480,6 +480,11 @@ void Guild::_CMGuildMemberFire(f8::MsgHdr& hdr, const cs::CMGuildMemberFire& msg
|
||||
|
||||
}
|
||||
|
||||
int Guild::GetMemberJob(const std::string& account_id)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void Guild::FillGuildBasic(cs::MFGuildBasic* guild_basic)
|
||||
{
|
||||
guild_basic->set_guild_id(guild_id_);
|
||||
|
@ -30,7 +30,7 @@ public:
|
||||
void _CMGuildMemberFire(f8::MsgHdr& hdr, const cs::CMGuildMemberFire& msg);
|
||||
|
||||
long long GuildId() { return guild_id_; }
|
||||
int GetMemberJob(const std::string& account_id) { return 0;};
|
||||
int GetMemberJob(const std::string& account_id);
|
||||
|
||||
private:
|
||||
bool IsFull();
|
||||
|
Loading…
x
Reference in New Issue
Block a user