mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 16:57:47 +00:00
Update EventHelper.cpp
This commit is contained in:
parent
db9e2faf55
commit
8ac7191502
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