aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-02-11 21:40:07 +0100
committerQAston <none@none>2009-02-11 21:40:07 +0100
commit376788d761a2f06c7ceb6437fab801cee0c9abab (patch)
treee2a42ed10954a5712aad9fa9e2758cad439a00c6 /src/game/SpellAuras.cpp
parentdff4f92edd5faa2f002ddd710350acb8d9fea125 (diff)
*Turn off log spam.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r--src/game/SpellAuras.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index 62726939ba5..9cf21a31faa 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -828,8 +828,6 @@ void Aura::_AddAura()
m_target->SetVisibleAura(slot, t_entry);
}
- sLog.outError("aura::_addaura slot:%d", slot);
-
AuraSlotEntry * entry;
entry=m_target->GetVisibleAura(slot);
if(!entry)