Small update

This commit is contained in:
tomrus88 2009-03-15 10:10:21 +03:00
parent 0f43427d49
commit cc6d0e0568
17 changed files with 152 additions and 742 deletions

View file

@ -252,10 +252,7 @@ World::AddSession_ (WorldSession* s)
packet << uint8 (s->Expansion()); // 0 - normal, 1 - TBC, must be set in database manually for each account
s->SendPacket (&packet);
// Create and send the Addon packet
//if (sAddOnHandler.BuildAddonPacket (&recvPacket, &SendAddonPacked))
// SendPacket (SendAddonPacked);
s->SendAddonsInfo();
s->SendTutorialsData();
UpdateMaxSessionCounters ();