diff options
| author | tobmaps <spambot42@yandex.ru> | 2011-06-24 02:57:06 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-06-24 02:57:06 +0700 |
| commit | e033d4c7cc32a7553b94a9132424891c4e406875 (patch) | |
| tree | adf92e2fc7f2d8230663701a09b6314ef357600f | |
| parent | abc1aa18a96098a02a3d9f43944e9529c0bce752 (diff) | |
Fix build
| -rwxr-xr-x | src/server/game/Server/Protocol/Handlers/ItemHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Server/Protocol/Handlers/ItemHandler.cpp b/src/server/game/Server/Protocol/Handlers/ItemHandler.cpp index 97e17f487be..cc0f2a9a511 100755 --- a/src/server/game/Server/Protocol/Handlers/ItemHandler.cpp +++ b/src/server/game/Server/Protocol/Handlers/ItemHandler.cpp @@ -725,7 +725,7 @@ void WorldSession::SendListInventory(uint64 vendorGuid) Creature* vendor = GetPlayer()->GetNPCIfCanInteractWith(vendorGuid, UNIT_NPC_FLAG_VENDOR); if (!vendor) { - sLog->outDebug(LOG_FILTER_NETWORKIO, "WORLD: SendListInventory - Unit (GUID: %u) not found or you can not interact with him.", uint32(GUID_LOPART(vendorguid))); + sLog->outDebug(LOG_FILTER_NETWORKIO, "WORLD: SendListInventory - Unit (GUID: %u) not found or you can not interact with him.", uint32(GUID_LOPART(vendorGuid))); _player->SendSellError(SELL_ERR_CANT_FIND_VENDOR, NULL, 0, 0); return; } |
