1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 14:37:44 +00:00

formatting fix

This commit is contained in:
GokuWeedLord 2017-12-11 22:52:10 +11:00
parent 742892e206
commit f8cfc12f5d

View file

@ -86,7 +86,7 @@ public:
ScriptObject( name, questId )
{ }
virtual void onTalk(uint32_t eventId, Entity::Player& player, uint64_t actorId) { }
virtual void onTalk( uint32_t eventId, Entity::Player& player, uint64_t actorId ) { }
virtual void onNpcKill( uint32_t npcId, Entity::Player& player ) { }
virtual void onEmote( uint64_t actorId, uint32_t eventId, uint32_t emoteId, Entity::Player& player ) { }
};