mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
formatting fix
This commit is contained in:
parent
742892e206
commit
f8cfc12f5d
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ public:
|
||||||
ScriptObject( name, questId )
|
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 onNpcKill( uint32_t npcId, Entity::Player& player ) { }
|
||||||
virtual void onEmote( uint64_t actorId, uint32_t eventId, uint32_t emoteId, Entity::Player& player ) { }
|
virtual void onEmote( uint64_t actorId, uint32_t eventId, uint32_t emoteId, Entity::Player& player ) { }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue