diff options
Diffstat (limited to 'source/Mobs/PassiveAggressiveMonster.cpp')
-rw-r--r-- | source/Mobs/PassiveAggressiveMonster.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Mobs/PassiveAggressiveMonster.cpp b/source/Mobs/PassiveAggressiveMonster.cpp index b5ef7aa97..41258c788 100644 --- a/source/Mobs/PassiveAggressiveMonster.cpp +++ b/source/Mobs/PassiveAggressiveMonster.cpp @@ -9,7 +9,8 @@ -cPassiveAggressiveMonster::cPassiveAggressiveMonster(void) +cPassiveAggressiveMonster::cPassiveAggressiveMonster(const AString & a_ConfigName, char a_ProtocolMobType, const AString & a_SoundHurt, const AString & a_SoundDeath) : + super(a_ConfigName, a_ProtocolMobType, a_SoundHurt, a_SoundDeath) { m_EMPersonality = PASSIVE; } |