summaryrefslogtreecommitdiff
path: root/src/defaults.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r--src/defaults.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp
index 2d1a4f77b..bbb0f467e 100644
--- a/src/defaults.cpp
+++ b/src/defaults.cpp
@@ -596,6 +596,8 @@ DefaultsData* getPathsDefaults()
AddDEF("defaultCommandsFile", "defaultcommands.xml");
AddDEF("defaultcommandsPatchFile", "defaultcommands_patch.xml");
AddDEF("defaultcommandsPatchDir", "defaultcommands.d");
+ AddDEF("badgesFile", "badges.xml");
+ AddDEF("badgesPatchFile", "badges_patch.xml");
AddDEF("poisonEffectName", "poison");
AddDEF("cartEffectName", "cart");
AddDEF("ridingEffectName", "riding");