Skip to content

Commit

Permalink
fixed new chant CD bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Ish authored and Nick Ish committed Feb 14, 2024
1 parent 9911ed7 commit 6084275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spell_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,7 @@ ACMD(do_cast) {
}

/* Chant cooldown moved here after chant determined: is the chant violent or not */
if (subcmd = SCMD_CHANT) {
if (subcmd == SCMD_CHANT) {
if (GET_LEVEL(ch) < LVL_GOD) {
int seconds = 0;
if (SINFO.violent && GET_CLASS(ch) == CLASS_MONK && GET_COOLDOWN(ch, CD_OFFENSE_CHANT)) {
Expand Down

0 comments on commit 6084275

Please sign in to comment.