aboutsummaryrefslogtreecommitdiff
path: root/src/game/ObjectMgr.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-08-17 16:30:14 +0200
committerQAston <none@none>2009-08-17 16:30:14 +0200
commitb8993423b5bad734c1ff7d30eb387686fb6c208d (patch)
treec700e21e66d0c970e82469bb3f70faa7e2b3e1c3 /src/game/ObjectMgr.cpp
parentb568a9cc4afe9bb8bae290338a59d9d4f0c83587 (diff)
*Implement aura type SPELL_AURA_MOD_CRIT_PCT(290).
--HG-- branch : trunk
Diffstat (limited to 'src/game/ObjectMgr.cpp')
-rw-r--r--src/game/ObjectMgr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp
index 216ee2ece7c..32832f0544c 100644
--- a/src/game/ObjectMgr.cpp
+++ b/src/game/ObjectMgr.cpp
@@ -130,7 +130,6 @@ bool SpellClickInfo::IsFitToRequirements(Player const* player, Creature const *
if (!player->HasAura(auraRequired))
return false;
- sLog.outError("Aura forbid: %d", auraForbidden);
if (auraForbidden)
if (player->HasAura(auraForbidden))
return false;