mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Fix build.
This commit is contained in:
@@ -54,7 +54,7 @@ SpellTargetSelectionCheckTypes SpellImplicitTargetInfo::GetSelectionCheckType()
|
||||
return _data[_target].SelectionCheckType;
|
||||
}
|
||||
|
||||
SpellTargetSelectionCheckTypes SpellImplicitTargetInfo::GetDirectionType() const
|
||||
SpellTargetDirectionTypes SpellImplicitTargetInfo::GetDirectionType() const
|
||||
{
|
||||
return _data[_target].DirectionType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user