Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/TableData.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// these are added to the NPC's static key to avoid collisions
const int NPC_ID_OFFSET = 1;
const int MOB_ID_OFFSET = 10000;
const int MOB_GROUP_ID_OFFSET = 20000;
const int MOB_GROUP_ID_OFFSET = 30000;

// typedef for JSON object because I don't want to type nlohmann::json every time
typedef nlohmann::json json;
Expand Down