1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-28 15:17:46 +00:00

style fix

This commit is contained in:
NotAdam 2019-01-26 14:59:04 +11:00
parent 29be5e1249
commit 0915406bd3

View file

@ -88,7 +88,7 @@ namespace Sapphire::Entity
void onDeath() override; void onDeath() override;
uint32_t getTimeOfDeath() const; uint32_t getTimeOfDeath() const;
void setTimeOfDeath( uint32_t timeOfDeath); void setTimeOfDeath( uint32_t timeOfDeath );
private: private:
uint32_t m_bNpcBaseId; uint32_t m_bNpcBaseId;