Skip to content

Commit

Permalink
Fix ZZZPropertyType AGENT_ENERGY_GEN
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Nov 11, 2024
1 parent beddb54 commit 559150d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genshin/models/zzz/character.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class ZZZPropertyType(enum.IntEnum):
AGENT_ANOMALY_MASTERY = 7
AGENT_ANOMALY_PROFICIENCY = 8
AGENT_PEN_RATIO = 9
AGENT_ENERGY_GEN = 10
AGENT_ENERGY_GEN = 11
AGENT_PEN = 232

# Agent DMG bonus
Expand Down

0 comments on commit 559150d

Please sign in to comment.