mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
Small update
This commit is contained in:
parent
0f43427d49
commit
cc6d0e0568
17 changed files with 152 additions and 742 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue