Don't send account data times twice.

This commit is contained in:
tomrus88 2009-12-19 21:04:03 +03:00
parent 9b844f8ef7
commit 2846cc8d4d
2 changed files with 2 additions and 4 deletions

View file

@ -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 ();