mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-30 09:37:55 +00:00
[Logging] Remove function prefixes (#2766)
This commit is contained in:
+1
-1
@@ -322,7 +322,7 @@ void NPC::AddLootDrop(
|
||||
linker.SetItemData(item2);
|
||||
|
||||
LogLoot(
|
||||
"[NPC::AddLootDrop] NPC [{}] Item ({}) [{}] charges [{}] chance [{}] trivial min/max [{}/{}] npc min/max [{}/{}]",
|
||||
"NPC [{}] Item ({}) [{}] charges [{}] chance [{}] trivial min/max [{}/{}] npc min/max [{}/{}]",
|
||||
GetName(),
|
||||
item2->ID,
|
||||
linker.GenerateLink(),
|
||||
|
||||
Reference in New Issue
Block a user