diff options
Diffstat (limited to 'source/Mobs/PassiveAggressiveMonster.h')
-rw-r--r-- | source/Mobs/PassiveAggressiveMonster.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Mobs/PassiveAggressiveMonster.h b/source/Mobs/PassiveAggressiveMonster.h index e6e50677d..abb6a7abd 100644 --- a/source/Mobs/PassiveAggressiveMonster.h +++ b/source/Mobs/PassiveAggressiveMonster.h @@ -13,7 +13,7 @@ class cPassiveAggressiveMonster : typedef cAggressiveMonster super; public: - cPassiveAggressiveMonster(void); + cPassiveAggressiveMonster(const AString & a_ConfigName, char a_ProtocolMobType, const AString & a_SoundHurt, const AString & a_SoundDeath); virtual void DoTakeDamage(TakeDamageInfo & a_TDI) override; } ; |