Area boss G. Centipede + fixed Hak event

Added new script for area boss Giant Centipede. Fixed event Hak not
disposing players properly, which made character clients stuck until
logout.
This commit is contained in:
ronancpl
2017-04-18 23:46:59 -03:00
parent c17e4c93a3
commit 72ef73a949
11 changed files with 138 additions and 35 deletions

View File

@@ -98,7 +98,7 @@ public class PlayerStorage {
}
}
public int getSize(){
public int getSize() {
rlock.lock();
try {
return storage.size();