mirror of
https://github.com/mangosfour/server.git
synced 2026-01-01 16:37:12 +00:00
Some Basic Updates for MOP 5.1.0 Build 16357
This commit is contained in:
parent
090f8b8aba
commit
20f6f587ee
5 changed files with 36 additions and 24 deletions
|
|
@ -314,9 +314,9 @@ World::AddSession_(WorldSession* s)
|
|||
packet.WriteBit(true); // has account info
|
||||
|
||||
packet << uint32(0); // Unknown - 4.3.2
|
||||
packet << uint8(s->Expansion()); // 0 - normal, 1 - TBC, 2 - WotLK, 3 - CT. must be set in database manually for each account
|
||||
packet << uint8(s->Expansion()); // 0 - normal, 1 - TBC, 2 - WotLK, 3 - Cata, 4 - MOP. must be set in database manually for each account
|
||||
packet << uint32(0); // BillingTimeRemaining
|
||||
packet << uint8(s->Expansion()); // 0 - normal, 1 - TBC, 2 - WotLK, 3 - CT. Must be set in database manually for each account.
|
||||
packet << uint8(s->Expansion()); // 0 - normal, 1 - TBC, 2 - WotLK, 3 - Cata, 4 - MOP. Must be set in database manually for each account.
|
||||
packet << uint32(0); // BillingTimeRested
|
||||
packet << uint8(0); // BillingPlanFlags
|
||||
packet << uint8(AUTH_OK);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue