mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-22 11:29:51 +08:00
Only deduct energy when elemental burst actually fires (#2424)
This commit is contained in:
committed by
GitHub
Unverified
parent
d461ee2eb3
commit
d224178a64
@@ -21,7 +21,6 @@ public class HandlerEvtDoSkillSuccNotify extends PacketHandler {
|
||||
|
||||
// Handle skill notify in other managers.
|
||||
player.getStaminaManager().handleEvtDoSkillSuccNotify(session, skillId, casterId);
|
||||
player.getEnergyManager().handleEvtDoSkillSuccNotify(session, skillId, casterId);
|
||||
player.getQuestManager().queueEvent(QuestContent.QUEST_CONTENT_SKILL, skillId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user