1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 06:27:45 +00:00

Added Space in Func Call Arguments

This commit is contained in:
Biscuit Boy 2018-01-05 23:44:08 +11:00
parent 8b1e246cc2
commit 4a6fa2e9da

View file

@ -50,7 +50,7 @@ public:
void onTalk( uint32_t eventId, Entity::Player& player, uint64_t actorId ) override
{
auto actor = Event::mapEventActorToRealActor( static_cast< uint32_t >(actorId) );
auto actor = Event::mapEventActorToRealActor( static_cast< uint32_t >( actorId ) );
if( actor == ACTOR0 && !player.hasQuest( getId() ) )
Scene00000( player );