Map chair patch + other minor fixes

Patched map chair skill not disposing heal task properly in case of player changing maps while resting.
This commit is contained in:
ronancpl
2017-10-22 02:04:36 -02:00
parent e993c8c7b0
commit d91c893400
31 changed files with 41 additions and 26 deletions

View File

@@ -2137,6 +2137,8 @@ public class MapleMap {
*/
public void removePlayer(MapleCharacter chr) {
chr.unregisterChairBuff();
chrWLock.lock();
try {
removePartyMemberInternal(chr);