Kamisato Ayaka and Mona talent moving costs stamina

This commit is contained in:
gentlespoon
2022-05-07 00:37:27 -07:00
committed by Melledy
parent 9b3ca239c9
commit 6bba3c8477
2 changed files with 35 additions and 9 deletions

View File

@@ -16,11 +16,9 @@ public class HandlerEvtDoSkillSuccNotify extends PacketHandler {
// TODO: Will be used for deducting stamina for charged skills.
int caster = notify.getCasterId();
int skill = notify.getSkillId();
int skillId = notify.getSkillId();
// Grasscutter.getLogger().warn(caster + "\t" + skill);
// session.getPlayer().getScene().broadcastPacket(new PacketEvtAvatarStandUpNotify(notify));
session.getPlayer().getMovementManager().notifySkill(caster, skillId);
}
}