From 8212978f0c8c6810e9377b83162e958f97455e2a Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 12 Sep 2024 14:17:47 +0200 Subject: [PATCH] Add BROKK and SINDRI to Server Core Types --- src/common/core.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common/core.hpp b/src/common/core.hpp index bbf71b5..a37e0c2 100644 --- a/src/common/core.hpp +++ b/src/common/core.hpp @@ -54,7 +54,9 @@ namespace rathena{ CHARACTER, MAP, TOOL, - WEB + WEB, + BROKK, + SINDRI }; class Core{