mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-06-08 08:57:45 +00:00
typo and style
This commit is contained in:
parent
939117d584
commit
43f3530d8f
1 changed files with 3 additions and 6 deletions
|
@ -1,4 +1,3 @@
|
|||
#include <Script/NativeScriptApi.h>
|
||||
#include <Actor/Player.h>
|
||||
#include "Event/EventHelper.h"
|
||||
#include <ScriptObject.h>
|
||||
|
@ -88,9 +87,7 @@ class ManFst003 : public EventScript
|
|||
player.learnAction( 1 );
|
||||
Scene00051( player );
|
||||
},
|
||||
[&]( Entity::Player& player, uint32_t eventId, uint64_t additional )
|
||||
{},
|
||||
eventId );
|
||||
nullptr, eventId );
|
||||
}
|
||||
else if( actor == Actor2 )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue