diff options
Diffstat (limited to 'conf-tmpl/inter_athena.conf')
-rw-r--r-- | conf-tmpl/inter_athena.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf-tmpl/inter_athena.conf b/conf-tmpl/inter_athena.conf index 29a14461a..29bdb7aa2 100644 --- a/conf-tmpl/inter_athena.conf +++ b/conf-tmpl/inter_athena.conf @@ -8,6 +8,9 @@ storage_txt: save/storage.txt // Party flatfile database, for party names, members and other party info. party_txt: save/party.txt +// Hotkeys flatfile database, where character skill shortcuts are stored. +hotkeys_txt: save/hotkeys.txt + // Guild flatfile database, for guild names, members, and other guild info. guild_txt: save/guild.txt @@ -114,6 +117,7 @@ loginlog_db: loginlog // Character Database Tables char_db: char +hotkey_db: hotkey scdata_db: sc_data cart_db: cart_inventory inventory_db: inventory |