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:
parent
8e14dd3806
commit
35f56177c6
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue