1
This commit is contained in:
parent
07e2b503cd
commit
20286a1e5f
@ -1,5 +1,7 @@
|
|||||||
#include "precompile.h"
|
#include "precompile.h"
|
||||||
|
|
||||||
|
#include <a8/udplog.h>
|
||||||
|
|
||||||
#include "guildmgr.h"
|
#include "guildmgr.h"
|
||||||
#include "typeconvert.h"
|
#include "typeconvert.h"
|
||||||
#include "ss_proto.pb.h"
|
#include "ss_proto.pb.h"
|
||||||
@ -317,6 +319,10 @@ void GuildMgr::OnOneDBDone(int instance_id)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
a8::UdpLog::Instance()->Debug("%d db done", {instance_id});
|
||||||
|
if (load_done_) {
|
||||||
|
a8::UdpLog::Instance()->Debug("all db done", {});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void GuildMgr::RefreshGuild(long long guild_id)
|
void GuildMgr::RefreshGuild(long long guild_id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user