summaryrefslogtreecommitdiff
path: root/src/common/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/defines.h')
-rw-r--r--src/common/defines.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/common/defines.h b/src/common/defines.h
index 4ba77a1c..40be064e 100644
--- a/src/common/defines.h
+++ b/src/common/defines.h
@@ -30,16 +30,10 @@
#define WORLD_TICK_MS 100
// Files
+#define DEFAULT_SETTINGS_FILE "settings.xml"
#define DEFAULT_MAPSDB_FILE "maps.xml"
#define DEFAULT_ITEMSDB_FILE "items.xml"
-#define DEFAULT_EQUIPDB_FILE "equip.xml"
-#define DEFAULT_SKILLSDB_FILE "skills.xml"
-#define DEFAULT_ATTRIBUTEDB_FILE "attributes.xml"
-#define DEFAULT_MONSTERSDB_FILE "monsters.xml"
-#define DEFAULT_STATUSDB_FILE "status-effects.xml"
#define DEFAULT_PERMISSION_FILE "permissions.xml"
-#define DEFAULT_SPECIALSDB_FILE "specials.xml"
-#define DEFAULT_EMOTESDB_FILE "emotes.xml"
/**
* Exit value codes are thrown back at servers exit to reflect their exit state.