Some Basic Updates for MOP 5.1.0 Build 16357

This commit is contained in:
Salja 2020-02-17 14:16:27 +00:00 committed by Antz
parent 090f8b8aba
commit 20f6f587ee
5 changed files with 36 additions and 24 deletions

View file

@ -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);