aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-05-03 18:03:01 +0200
committerQAston <none@none>2009-05-03 18:03:01 +0200
commit977295bb59ebf896fdde3814614396642a87536b (patch)
tree87f65d411080ac184560a50bf552bd8160e23894 /src/game/Unit.cpp
parent0085572de163a0efc50be8d2225aae0be52c9ffa (diff)
*Searing totem is no longer kamikaze
--HG-- branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r--src/game/Unit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index 5ee9bc4c5c4..8bddd073ee9 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -3953,7 +3953,7 @@ void Unit::RemoveAurasDueToSpellByDispel(uint32 spellId, uint64 casterGUID, Unit
int32 damage = aur->GetPartAura(0)->GetAmount()*9;
RemoveAuraFromStack(iter, AURA_REMOVE_BY_ENEMY_SPELL);
// backfire damage and silence
- dispeler->CastCustomSpell(dispeler, 31117, &damage, NULL, NULL, true, NULL, NULL,GetGUID());
+ dispeler->CastCustomSpell(this, 31117, &damage, NULL, NULL, true, NULL, NULL,dispeler->GetGUID());
return;
}
RemoveAuraFromStack(iter, AURA_REMOVE_BY_ENEMY_SPELL);