Build fixes

This commit is contained in:
Shauren
2015-08-19 17:16:33 +02:00
parent 5ef84bb699
commit 55a75db16b
2 changed files with 2 additions and 4 deletions

View File

@@ -1183,7 +1183,7 @@ void WorldSession::HandleTransmogrifyItems(WorldPackets::Item::TransmogrifyItems
// entry of transmogrifier and from packet
if (itemInstance != transmogItem.Item)
{
TC_LOG_DEBUG("network", "WORLD: HandleTransmogrifyItems - Player (%s, name: %s) tried to transmogrify with an invalid item instance data for %s.", player->GetGUID().ToString().c_str(), player->GetName().c_str(), transmogItem.Item.ItemID, transmogItem.SrcItemGUID->ToString().c_str());
TC_LOG_DEBUG("network", "WORLD: HandleTransmogrifyItems - Player (%s, name: %s) tried to transmogrify with an invalid item instance data for %s.", player->GetGUID().ToString().c_str(), player->GetName().c_str(), transmogItem.SrcItemGUID->ToString().c_str());
return;
}