mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 20:08:37 +00:00
[Logging] Remove function prefixes (#2766)
This commit is contained in:
+1
-1
@@ -1803,7 +1803,7 @@ int32 NPC::GetEquipmentMaterial(uint8 material_slot) const
|
||||
{
|
||||
int32 texture_profile_material = GetTextureProfileMaterial(material_slot);
|
||||
|
||||
Log(Logs::Detail, Logs::MobAppearance, "NPC::GetEquipmentMaterial [%s] material_slot: %u",
|
||||
Log(Logs::Detail, Logs::MobAppearance, "[%s] material_slot: %u",
|
||||
clean_name,
|
||||
material_slot
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user