mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 15:17:46 +00:00
fix build
This commit is contained in:
parent
d5677b2a5a
commit
3ae54d3db0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ using namespace Sapphire::Common;
|
||||||
std::string Sapphire::World::Manager::EventMgr::getEventName( uint32_t eventId )
|
std::string Sapphire::World::Manager::EventMgr::getEventName( uint32_t eventId )
|
||||||
{
|
{
|
||||||
auto& exdData = Common::Service< Data::ExdDataGenerated >::ref();
|
auto& exdData = Common::Service< Data::ExdDataGenerated >::ref();
|
||||||
uint16_t eventType = eventId >> 16;
|
auto eventType = static_cast< Event::EventHandler::EventHandlerType >( eventId >> 16 );
|
||||||
|
|
||||||
auto unknown = std::string{ "unknown" };
|
auto unknown = std::string{ "unknown" };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue