1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-02 08:57:44 +00:00

style fix

This commit is contained in:
NotAdam 2019-01-26 14:59:04 +11:00
parent e72b031d82
commit 83eeacb1ce

View file

@ -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;