1
Fork 0
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:
Adam 2019-02-03 09:39:48 +10:00 committed by GitHub
parent 411134c8e0
commit 4229dec73d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) );