mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
Small fix for my previous commit
This commit is contained in:
parent
85d707ec74
commit
e774fd3730
19 changed files with 151 additions and 755 deletions
|
|
@ -252,6 +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);
|
||||
|
||||
s->SendAddonsInfo();
|
||||
UpdateMaxSessionCounters ();
|
||||
|
||||
// Updates the population
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue