Skip to content

Commit

Permalink
Fixed level 10 creature abilities (#3544)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loobinex authored Oct 12, 2024
1 parent 1fd1a6e commit 9aa52ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config_magic.h
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ struct SpellConfig {
struct MagicStats {
long cost[MAGIC_OVERCHARGE_LEVELS];
long duration;
long strength[MAGIC_OVERCHARGE_LEVELS];
long strength[MAGIC_OVERCHARGE_LEVELS+1];
};

struct MagicConfig {
Expand Down

0 comments on commit 9aa52ca

Please sign in to comment.