mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
[Bug Fix] Fix Raid Invites causing client desync issues (#3053)
This commit is contained in:
parent
0ba90df1f1
commit
b6448c840f
@ -1509,7 +1509,7 @@ bool Raid::LearnMembers()
|
||||
|
||||
members[index].member = nullptr;
|
||||
strn0cpy(members[index].membername, row[0], 64);
|
||||
int groupNum = Strings::ToInt(row[1]);
|
||||
uint32 groupNum = Strings::ToUnsignedInt(row[1]);
|
||||
if(groupNum > 11)
|
||||
members[index].GroupNumber = 0xFFFFFFFF;
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user