aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorQAston <none@none>2009-07-02 14:15:40 +0200
committerQAston <none@none>2009-07-02 14:15:40 +0200
commit1f899caf75ab3ddf17c70548b6e0c0c97a529b4d (patch)
tree55223c5f0b85969cf1e3e06e5a800c64e501624d /src
parent7a4d99cc906e4a4e0be193e2b31f7d5c9943a1ef (diff)
*Remove debug log unintentionally pushed in latest rev.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/Unit.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index f6d54b488e3..b5487eaaf96 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -12834,7 +12834,6 @@ void Unit::ProcDamageAndSpellFor( bool isVictim, Unit * pTarget, uint32 procFlag
// Remove charge (aura can be removed by triggers)
if(useCharges && takeCharges)
{
- sLog.outError("%d, %d, %d", Id, procSpell? procSpell->Id : 0, procFlag);
i->aura->DropAuraCharge();
}
}