mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-06-07 08:37:45 +00:00
Update src/scripts/quest/subquest/limsa/SubSea012.cpp
Co-Authored-By: AussieGlenn <glenn_brisbane@hotmail.com>
This commit is contained in:
parent
411134c8e0
commit
4229dec73d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public:
|
|||
{
|
||||
};
|
||||
|
||||
void onTalk(uint32_t eventId, Entity::Player& player, uint64_t actorId) override
|
||||
void onTalk( uint32_t eventId, Entity::Player& player, uint64_t actorId ) override
|
||||
{
|
||||
auto pEventMgr = m_framework->get< World::Manager::EventMgr >();
|
||||
auto actor = pEventMgr->mapEventActorToRealActor( static_cast<uint32_t>(actorId) );
|
||||
|
|
Loading…
Add table
Reference in a new issue