mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[9838] More log filters and macro uses.
* LogFilter_Weather * LogFilter_PeriodicAffects * LogFilter_PlayerMoves * LogFilter_SQLText * LogFilter_AIAndMovegens * LogFilter_PlayerStats
This commit is contained in:
parent
e83aa1ba9d
commit
722135b326
89 changed files with 996 additions and 997 deletions
|
|
@ -2114,7 +2114,7 @@ bool ChatHandler::HandleAddItemCommand(const char* args)
|
|||
if(!plTarget)
|
||||
plTarget = pl;
|
||||
|
||||
sLog.outDetail(GetMangosString(LANG_ADDITEM), itemId, count);
|
||||
DETAIL_LOG(GetMangosString(LANG_ADDITEM), itemId, count);
|
||||
|
||||
ItemPrototype const *pProto = ObjectMgr::GetItemPrototype(itemId);
|
||||
if(!pProto)
|
||||
|
|
@ -2193,7 +2193,7 @@ bool ChatHandler::HandleAddItemSetCommand(const char* args)
|
|||
if(!plTarget)
|
||||
plTarget = pl;
|
||||
|
||||
sLog.outDetail(GetMangosString(LANG_ADDITEMSET), itemsetId);
|
||||
DETAIL_LOG(GetMangosString(LANG_ADDITEMSET), itemsetId);
|
||||
|
||||
bool found = false;
|
||||
for (uint32 id = 0; id < sItemStorage.MaxEntry; id++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue