mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 18:46:37 +00:00
[Saylinks] Fix auto saylink injection edge cases (#1620)
* Fix auto saylink injection edge cases * Add even more resiliency to edge cases * Move to split based injection * Add some constants
This commit is contained in:
@@ -126,6 +126,7 @@ namespace Logs {
|
||||
ClientList,
|
||||
DiaWind,
|
||||
HTTP,
|
||||
Saylink,
|
||||
MaxCategoryID /* Don't Remove this */
|
||||
};
|
||||
|
||||
@@ -210,6 +211,7 @@ namespace Logs {
|
||||
"ClientList",
|
||||
"DialogueWindow",
|
||||
"HTTP",
|
||||
"Saylink",
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user