mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-20 09:38:21 +00:00
Bot Rework
This commit is contained in:
+15
-1
@@ -142,6 +142,13 @@ namespace Logs {
|
||||
EqTime,
|
||||
Corpses,
|
||||
XTargets,
|
||||
BotSettings,
|
||||
BotPreChecks,
|
||||
BotHoldChecks,
|
||||
BotDelayChecks,
|
||||
BotThresholdChecks,
|
||||
BotSpellTypeChecks,
|
||||
TestDebug,
|
||||
MaxCategoryID /* Don't Remove this */
|
||||
};
|
||||
|
||||
@@ -242,7 +249,14 @@ namespace Logs {
|
||||
"Zoning",
|
||||
"EqTime",
|
||||
"Corpses",
|
||||
"XTargets"
|
||||
"XTargets",
|
||||
"Bot Settings",
|
||||
"Bot Pre Checks",
|
||||
"Bot Hold Checks",
|
||||
"Bot Delay Checks",
|
||||
"Bot Threshold Checks",
|
||||
"Bot Spell Type Checks",
|
||||
"Test Debug"
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user