mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 15:17:46 +00:00
Expanded debug string
This commit is contained in:
parent
5ffb8fd65e
commit
fe2a6b8052
1 changed files with 3 additions and 2 deletions
|
@ -76,8 +76,9 @@ Core::HousingZone::~HousingZone()
|
|||
void Core::HousingZone::onPlayerZoneIn( Entity::Player& player )
|
||||
{
|
||||
auto pLog = g_fw.get< Logger >();
|
||||
pLog->debug( "HousingZone::onPlayerZoneIn: Zone#" + std::to_string( getGuId() ) + "|"
|
||||
", Entity#" + std::to_string( player.getId() ) );
|
||||
pLog->debug(
|
||||
"HousingZone::onPlayerZoneIn: Zone#" + std::to_string( getGuId() ) + "|" + std::to_string( getTerritoryTypeId() ) +
|
||||
", Entity#" + std::to_string( player.getId() ) );
|
||||
|
||||
uint32_t yardPacketNum;
|
||||
uint32_t yardPacketTotal = 8;
|
||||
|
|
Loading…
Add table
Reference in a new issue