chore(Core): Correct typo of Suppress. (#20229)

* Init.

* Adjust spacing.
This commit is contained in:
Benjamin Jackson
2024-10-17 16:09:53 -04:00
committed by GitHub
parent 9182e970d4
commit 4ad9d68f42
8 changed files with 57 additions and 57 deletions

View File

@@ -936,7 +936,7 @@ class spell_dru_starfall_dummy : public SpellScript
return;
}
// Any effect which causes you to lose control of your character will supress the starfall effect.
// Any effect which causes you to lose control of your character will suppress the starfall effect.
if (caster->HasUnitState(UNIT_STATE_CONTROLLED))
return;