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