diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 1432898ae1d..889633dccf6 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -15084,4 +15084,4 @@ void CharmInfo::SetIsReturning(bool val) bool CharmInfo::IsReturning() { return m_isReturning; -}
\ No newline at end of file +} |