diff options
Diffstat (limited to 'src/MonsterConfig.cpp')
-rw-r--r-- | src/MonsterConfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MonsterConfig.cpp b/src/MonsterConfig.cpp index 97336166c..3c86903e9 100644 --- a/src/MonsterConfig.cpp +++ b/src/MonsterConfig.cpp @@ -91,7 +91,7 @@ void cMonsterConfig::AssignAttributes(cMonster * a_Monster, const AString & a_Na { if (itr->m_Name.compare(a_Name) == 0) { - cBehaviorChaser * Chaser = a_Monster->GetBehaviorChaser(); + cBehaviorAttacker * Chaser = a_Monster->GetBehaviorChaser(); // mobTodo chaser is kind of "attacker", not really chaser? if (Chaser != nullptr) |