diff --git a/src/world/Actor/BNpc.h b/src/world/Actor/BNpc.h index bd5e4d9a..cce71450 100644 --- a/src/world/Actor/BNpc.h +++ b/src/world/Actor/BNpc.h @@ -88,7 +88,7 @@ namespace Sapphire::Entity void onDeath() override; uint32_t getTimeOfDeath() const; - void setTimeOfDeath( uint32_t timeOfDeath); + void setTimeOfDeath( uint32_t timeOfDeath ); private: uint32_t m_bNpcBaseId;