mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Changed a log entry to use Trade category instead of none
This commit is contained in:
parent
e24b67cbb4
commit
dfeb6e62a4
@ -560,10 +560,8 @@ public:
|
|||||||
// Audit trade
|
// Audit trade
|
||||||
void LogTrade();
|
void LogTrade();
|
||||||
|
|
||||||
// Debug only method
|
void DumpTrade();
|
||||||
#if (EQDEBUG >= 9)
|
|
||||||
void DumpTrade();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
// Object state
|
// Object state
|
||||||
|
|||||||
@ -588,7 +588,7 @@ void Client::FinishTrade(Mob* tradingWith, bool finalizer, void* event_entry, st
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
if (partial_inst->GetID() != inst->GetID()) {
|
if (partial_inst->GetID() != inst->GetID()) {
|
||||||
Log.Out(Logs::Detail, Logs::None, "[CLIENT] Client::ResetTrade() - an incompatible location reference was returned by Inventory::FindFreeSlotForTradeItem()");
|
Log.Out(Logs::Detail, Logs::Trading, "[CLIENT] Client::ResetTrade() - an incompatible location reference was returned by Inventory::FindFreeSlotForTradeItem()");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user