1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-06-07 16:47:44 +00:00

Update src/scripts/quest/subquest/limsa/SubSea012.cpp

Co-Authored-By: AussieGlenn <glenn_brisbane@hotmail.com>
This commit is contained in:
Adam 2019-02-03 09:39:36 +10:00 committed by GitHub
parent 3827c359d7
commit 411134c8e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ public:
auto pEventMgr = m_framework->get< World::Manager::EventMgr >(); auto pEventMgr = m_framework->get< World::Manager::EventMgr >();
auto actor = pEventMgr->mapEventActorToRealActor( static_cast<uint32_t>(actorId) ); auto actor = pEventMgr->mapEventActorToRealActor( static_cast<uint32_t>(actorId) );
if (actor == Actor0) if( actor == Actor0 )
{ {
Scene00000( player ); Scene00000( player );
} }