1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 06:27:45 +00:00

Update EventHelper.cpp

This commit is contained in:
Mordred 2018-07-17 16:11:09 +02:00 committed by GitHub
parent 8e14dd3806
commit 35f56177c6

View file

@ -81,7 +81,8 @@ std::string Core::Event::getEventName( uint32_t eventId )
std::string name = shopInfo->name; std::string name = shopInfo->name;
if( shopInfo ) if( shopInfo )
return "GilShop - " + name; return name;
return unknown + "GilShop";
} }
default: default:
{ {