From f8cfc12f5de5c0218f0f6100b7a42f925319ae2d Mon Sep 17 00:00:00 2001 From: GokuWeedLord Date: Mon, 11 Dec 2017 22:52:10 +1100 Subject: [PATCH] formatting fix --- src/servers/Server_Zone/Script/NativeScriptApi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/servers/Server_Zone/Script/NativeScriptApi.h b/src/servers/Server_Zone/Script/NativeScriptApi.h index b451731c..9c6509be 100644 --- a/src/servers/Server_Zone/Script/NativeScriptApi.h +++ b/src/servers/Server_Zone/Script/NativeScriptApi.h @@ -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 ) { } };