mirror of
https://github.com/araxiaonline/AscEmu.git
synced 2026-06-13 03:02:22 -04:00
Merge branch 'develop' of https://github.com/AscEmu/AscEmu into develop
This commit is contained in:
@@ -25,7 +25,7 @@ void WorldSession::sendTaxiStatus(WoWGuid guid)
|
||||
Creature* unit = player->getWorldMapCreature(guid.getRawGuid());
|
||||
if (!unit || isHostile(unit, player) || !unit->isTaxi())
|
||||
{
|
||||
sLogger.failure("WorldSession::sendTaxiStatus Creature with guid - " I64FMT " not found.", guid);
|
||||
sLogger.failure("WorldSession::sendTaxiStatus Creature with guid - " I64FMT " not found.", unit->getGuid());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user