1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-28 20:27:46 +00:00

style typo 2

This commit is contained in:
Dantestyle 2018-05-01 01:42:37 +02:00
parent 120f097853
commit c449d10333

View file

@ -33,9 +33,9 @@ class SubFst005 : public EventScript
static constexpr auto Seq1Actor1 = 1;
public:
SubFst005( ) : EventScript( 65564 )
SubFst005() : EventScript( 65564 )
{ };
~SubFst005( )
~SubFst005()
{ };
void onTalk( uint32_t eventId, Entity::Player& player, uint64_t actorId ) override