From eeafe3de5089c1694c7736e4fd1484ddd4986bd6 Mon Sep 17 00:00:00 2001 From: AussieGlenn Date: Sun, 3 Feb 2019 12:30:24 +1000 Subject: [PATCH] Scripts/Quests more style changes --- src/scripts/quest/subquest/limsa/SubSea012.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/quest/subquest/limsa/SubSea012.cpp b/src/scripts/quest/subquest/limsa/SubSea012.cpp index b86fc310..7a5ab67f 100644 --- a/src/scripts/quest/subquest/limsa/SubSea012.cpp +++ b/src/scripts/quest/subquest/limsa/SubSea012.cpp @@ -53,7 +53,7 @@ public: 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( actorId ) ); + auto actor = pEventMgr->mapEventActorToRealActor( static_cast< uint32_t >( actorId ) ); if( actor == Actor0 ) {