1
This commit is contained in:
parent
68ffcf50d3
commit
24f95b36a5
@ -128,6 +128,7 @@ void Guild::MarkDirty()
|
||||
|
||||
void Guild::SyncData()
|
||||
{
|
||||
#if 0
|
||||
if (!sync_timer_) {
|
||||
sync_timer_ = a8::Timer::Instance()->AddDeadLineTimerAndAttach
|
||||
(1000 * 3,
|
||||
@ -146,6 +147,7 @@ void Guild::SyncData()
|
||||
}
|
||||
);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void Guild::SendUpdate()
|
||||
|
@ -367,6 +367,7 @@ void GuildMgr::LoadGuild(int instance_id, long long last_idx)
|
||||
|
||||
void GuildMgr::SyncGuild(int instance_id)
|
||||
{
|
||||
#if 0
|
||||
DBEngine::Instance()->ExecAsyncQuery
|
||||
(
|
||||
*JsonDataMgr::Instance()->GetMysqlConf(instance_id),
|
||||
@ -418,6 +419,7 @@ void GuildMgr::SyncGuild(int instance_id)
|
||||
abort();
|
||||
},
|
||||
instance_id);
|
||||
#endif
|
||||
}
|
||||
|
||||
void GuildMgr::OnOneDBDone(int instance_id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user