aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Conditions/ConditionMgr.cpp
diff options
context:
space:
mode:
authorlinencloth <none@none>2010-12-19 05:15:47 +0100
committerlinencloth <none@none>2010-12-19 05:15:47 +0100
commit59da698189cccb65b94f7b14690ce87ef226cef7 (patch)
treec3fcb0a008e964c619d3b275caffa1765b369262 /src/server/game/Conditions/ConditionMgr.cpp
parent22928e23bd94cb744d2593996fad2de72a8eaece (diff)
Core: Rename spell attributes, use more general names
--HG-- branch : trunk
Diffstat (limited to 'src/server/game/Conditions/ConditionMgr.cpp')
-rwxr-xr-xsrc/server/game/Conditions/ConditionMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Conditions/ConditionMgr.cpp b/src/server/game/Conditions/ConditionMgr.cpp
index 43b33138c2b..17fa9a6caa9 100755
--- a/src/server/game/Conditions/ConditionMgr.cpp
+++ b/src/server/game/Conditions/ConditionMgr.cpp
@@ -903,7 +903,7 @@ bool ConditionMgr::isSourceTypeValid(Condition* cond)
}
if ((cond->mConditionValue1 == SPELL_TARGET_TYPE_DEAD) && !IsAllowingDeadTargetSpell(spellProto))
{
- sLog.outErrorDb("SourceEntry %u in `condition` table does have SPELL_TARGET_TYPE_DEAD specified but spell does not have SPELL_ATTR_EX2_ALLOW_DEAD_TARGET", cond->mSourceEntry);
+ sLog.outErrorDb("SourceEntry %u in `condition` table does have SPELL_TARGET_TYPE_DEAD specified but spell does not have SPELL_ATTR2_ALLOW_DEAD_TARGET", cond->mSourceEntry);
return false;
}
break;