diff options
Diffstat (limited to 'src/game/Spell.h')
-rw-r--r-- | src/game/Spell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.h b/src/game/Spell.h index 474336edab8..9debbf7efd9 100644 --- a/src/game/Spell.h +++ b/src/game/Spell.h @@ -323,7 +323,7 @@ class Spell ~Spell(); void prepare(SpellCastTargets * targets, Aura* triggeredByAura = NULL); - void cancel(); + void cancel(bool report = true); void update(uint32 difftime); void cast(bool skipCheck = false); void finish(bool ok = true); |