mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-06 04:42:28 +00:00
Fix additional typo
This commit is contained in:
parent
6646618e01
commit
cda89e6782
@ -528,7 +528,7 @@ void Client::SendExpansionPacketData(PlayerLoginReplyOld &plrs)
|
||||
|
||||
//generate expansion data
|
||||
for (int i = 0; i < 19; i++) {
|
||||
buf.WriteInt32(i); //sequenctial number
|
||||
buf.WriteInt32(i); //sequential number
|
||||
buf.WriteInt32((expansion & (1 << i)) == (1 << i) ? 0x01 : 0x00); //1 own 0 not own
|
||||
buf.WriteInt8(0x00);
|
||||
buf.WriteInt32(ExpansionLookup[i]); //from eqlsstr_us.txt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user