mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-09 08:14:20 +00:00
fix: security vulnerabilities
Tested that all functions related to the touched files work will test sqlite on a CI build
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
void NamedTimerDone(Entity* self, const std::string& timerName);
|
||||
|
||||
protected:
|
||||
std::vector<int32_t> namedMobs = {
|
||||
const std::vector<int32_t> namedMobs = {
|
||||
11988, // Ronin
|
||||
11984, // Spiderling
|
||||
12654, // Horsemen
|
||||
|
||||
Reference in New Issue
Block a user