aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Conditions/ConditionMgr.cpp
diff options
context:
space:
mode:
authorQAston <qaston@gmail.com>2011-08-16 16:05:24 +0200
committerQAston <qaston@gmail.com>2011-08-16 16:06:21 +0200
commit73bbc3aca85b746a5a2935ff5a5a65d4437f95bf (patch)
treeca1d96d5841fe914d6d000a25066c081d7fd9ad9 /src/server/game/Conditions/ConditionMgr.cpp
parent8ae5750c1506fea01c4b2e49bbe46770876a61ff (diff)
Core/Spells: Update some targeting related attribute definitions to make them more clear and consistent.
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 b45a870ee83..46e0b8bf9a5 100755
--- a/src/server/game/Conditions/ConditionMgr.cpp
+++ b/src/server/game/Conditions/ConditionMgr.cpp
@@ -901,7 +901,7 @@ bool ConditionMgr::isSourceTypeValid(Condition* cond)
}
if ((cond->mConditionValue1 == SPELL_TARGET_TYPE_DEAD) && !spellProto->IsAllowingDeadTarget())
{
- 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);
+ sLog->outErrorDb("SourceEntry %u in `condition` table does have SPELL_TARGET_TYPE_DEAD specified but spell does not have SPELL_ATTR2_CAN_TARGET_DEAD", cond->mSourceEntry);
return false;
}
break;