mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-18 18:29:51 +08:00
Kamisato Ayaka and Mona talent moving costs stamina
This commit is contained in:
committed by
Melledy
Unverified
parent
9b3ca239c9
commit
6bba3c8477
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user