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:
parent
3827c359d7
commit
411134c8e0
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue