Fix build.

This commit is contained in:
QAston
2011-08-17 12:00:20 +02:00
parent a44e1c505e
commit ec95ead0ac

View File

@@ -54,7 +54,7 @@ SpellTargetSelectionCheckTypes SpellImplicitTargetInfo::GetSelectionCheckType()
return _data[_target].SelectionCheckType;
}
SpellTargetSelectionCheckTypes SpellImplicitTargetInfo::GetDirectionType() const
SpellTargetDirectionTypes SpellImplicitTargetInfo::GetDirectionType() const
{
return _data[_target].DirectionType;
}