mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
Don't send account data times twice.
This commit is contained in:
parent
9b844f8ef7
commit
2846cc8d4d
2 changed files with 2 additions and 4 deletions
|
|
@ -245,8 +245,6 @@ World::AddSession_ (WorldSession* s)
|
|||
pkt << uint32(getConfig(CONFIG_CLIENTCACHE_VERSION));
|
||||
s->SendPacket(&pkt);
|
||||
|
||||
s->SendAccountDataTimes(GLOBAL_CACHE_MASK);
|
||||
|
||||
s->SendTutorialsData();
|
||||
|
||||
UpdateMaxSessionCounters ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue