mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-30 05:07:46 +00:00
style typo 2
This commit is contained in:
parent
120f097853
commit
c449d10333
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@ class SubFst005 : public EventScript
|
||||||
static constexpr auto Seq1Actor1 = 1;
|
static constexpr auto Seq1Actor1 = 1;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
SubFst005( ) : EventScript( 65564 )
|
SubFst005() : EventScript( 65564 )
|
||||||
{ };
|
{ };
|
||||||
~SubFst005( )
|
~SubFst005()
|
||||||
{ };
|
{ };
|
||||||
|
|
||||||
void onTalk( uint32_t eventId, Entity::Player& player, uint64_t actorId ) override
|
void onTalk( uint32_t eventId, Entity::Player& player, uint64_t actorId ) override
|
||||||
|
|
Loading…
Add table
Reference in a new issue