aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Spell.h')
-rw-r--r--src/game/Spell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.h b/src/game/Spell.h
index d06862ad1fa..afef4262058 100644
--- a/src/game/Spell.h
+++ b/src/game/Spell.h
@@ -353,7 +353,7 @@ class Spell
~Spell();
void prepare(SpellCastTargets const* 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);