710711712713714715716717718719720
activeChar.doCast(skill); // only for Heal potions if (magicId == 2031 || magicId == 2032 || magicId == 2037) { activeChar.shortBuffStatusUpdate(magicId, level, 15); } if (!(activeChar.isSitting() && !skill.isPotion())) return true; }