diff options
| author | megamage <none@none> | 2009-03-21 14:39:04 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-21 14:39:04 -0600 |
| commit | f1afff1a5bd9671bd7c34d70d595577235aa7819 (patch) | |
| tree | e0b8e6b6e623be9cd70dedb1dd28c071dfe88460 /src/game/World.cpp | |
| parent | 59ce40e484db3eb5be7cd7abbd3bf07b02b22e26 (diff) | |
Updated OpenSSL lib. Thanks to Neo2003. Author: tomrus88
--HG--
branch : trunk
Diffstat (limited to 'src/game/World.cpp')
| -rw-r--r-- | src/game/World.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index 947500c09dc..12d8d2ed64b 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -265,6 +265,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 |
