summaryrefslogtreecommitdiff
path: root/src/defaults.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r--src/defaults.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp
index a7c1365a9..e5b1a1036 100644
--- a/src/defaults.cpp
+++ b/src/defaults.cpp
@@ -659,6 +659,9 @@ DefaultsData* getPathsDefaults()
AddDEF("statFile", "stats.xml");
AddDEF("statPatchFile", "stats_patch.xml");
AddDEF("statPatchDir", "stats.d");
+ AddDEF("groupsFile", "groups.xml");
+ AddDEF("groupsPatchFile", "groups_patch.xml");
+ AddDEF("groupsPatchDir", "groups.d");
AddDEF("equipmentSlotsFile", "equipmentslots.xml");
AddDEF("weaponsFile", "weapons.xml");
AddDEF("poisonEffectName", "poison");