Rework View all characters - fix packet and limit max chrs
Thanks to Lehava#4668 for finding the packet structure
This commit is contained in:
@@ -515,8 +515,8 @@ public class World {
|
||||
return chrList;
|
||||
}
|
||||
|
||||
public List<Character> getAccountCharactersView(Integer accountId) {
|
||||
List<Character> chrList;
|
||||
public List<Character> getAccountCharactersView(int accountId) {
|
||||
final List<Character> chrList;
|
||||
|
||||
accountCharsLock.lock();
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user