Adjust category names

This commit is contained in:
Akkadius 2015-01-19 03:02:00 -06:00
parent abc2f9cace
commit e428b373ac

View File

@ -84,7 +84,7 @@ namespace Logs{
"AI", "AI",
"Aggro", "Aggro",
"Attack", "Attack",
"Client_Server_Packet", "Client Server Packet",
"Combat", "Combat",
"Commands", "Commands",
"Crash", "Crash",
@ -98,22 +98,22 @@ namespace Logs{
"Normal", "Normal",
"Object", "Object",
"Pathing", "Pathing",
"QS_Server", "QS Server",
"Quests", "Quests",
"Rules", "Rules",
"Skills", "Skills",
"Spawns", "Spawns",
"Spells", "Spells",
"Status", "Status",
"TCP_Connection", "TCP Connection",
"Tasks", "Tasks",
"Tradeskills", "Tradeskills",
"Trading", "Trading",
"Tribute", "Tribute",
"UCS_Server", "UCS Server",
"WebInterface_Server", "WebInterface Server",
"World_Server", "World Server",
"Zone_Server", "Zone Server",
}; };
} }