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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/common/defines.h b/src/common/defines.h
index d572df1f..4ba77a1c 100644
--- a/src/common/defines.h
+++ b/src/common/defines.h
@@ -29,6 +29,18 @@
// World tick time in miliseconds.
#define WORLD_TICK_MS 100
+// Files
+#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.
*/