Rename and clean up MapleBuffStat

This commit is contained in:
P0nk
2021-09-09 21:02:22 +02:00
parent 6ea9a57e9f
commit 46bd0570d7
23 changed files with 431 additions and 431 deletions

View File

@@ -21,8 +21,8 @@
var status = -1;
function isPillUsed(ch) {
const MapleBuffStat = Java.type('client.MapleBuffStat');
return ch.getBuffSource(MapleBuffStat.HPREC) == 2022198;
const BuffStat = Java.type('client.BuffStat');
return ch.getBuffSource(BuffStat.HPREC) == 2022198;
}
function end(mode, type, selection) {