We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0078be8 commit 8d0587dCopy full SHA for 8d0587d
src/TableData.hpp
@@ -12,7 +12,7 @@
12
// these are added to the NPC's static key to avoid collisions
13
const int NPC_ID_OFFSET = 1;
14
const int MOB_ID_OFFSET = 10000;
15
-const int MOB_GROUP_ID_OFFSET = 20000;
+const int MOB_GROUP_ID_OFFSET = 30000;
16
17
// typedef for JSON object because I don't want to type nlohmann::json every time
18
typedef nlohmann::json json;
0 commit comments