mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
Updated to 9658 client build, SMSG_ADDON_INFO temporary disabled
This commit is contained in:
parent
6aadc16d7d
commit
8f9849969b
19 changed files with 110 additions and 70 deletions
|
|
@ -252,6 +252,12 @@ 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->SendTutorialsData();
|
||||
|
||||
UpdateMaxSessionCounters ();
|
||||
|
||||
// Updates the population
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue