aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
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)