Skip to content

Commit

Permalink
Add back essence burst mana tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorm4 committed Jun 20, 2024
1 parent 24d2dbe commit 73800b1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ enum EB_SOURCE {

export const MANA_COSTS: { [name: string]: number } = {
'Emerald Blossom': SPELLS.EMERALD_BLOSSOM_CAST.manaCost,
Echo: 0,
// Echo: TALENTS_EVOKER.ECHO_TALENT.manaCost?,
Echo: TALENTS_EVOKER.ECHO_TALENT.manaCost,
Disintegrate: 0,
};

Expand Down

0 comments on commit 73800b1

Please sign in to comment.