Merge branch 'master' into various-fixes

This commit is contained in:
P0nk
2022-08-03 07:43:02 +02:00
9 changed files with 86 additions and 33 deletions

View File

@@ -2379,6 +2379,12 @@ public class MapleMap {
chr.setMapId(mapid);
chr.updateActiveEffects();
if (this.getHPDec() > 0) {
getWorldServer().addPlayerHpDecrease(chr);
} else {
getWorldServer().removePlayerHpDecrease(chr);
}
MapScriptManager msm = MapScriptManager.getInstance();
if (chrSize == 1) {