diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-15 22:08:30 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-15 22:08:30 +0000 |
commit | efae7aa61b3b4d7fbb2782e8f00e27a6adc325c1 (patch) | |
tree | a56b8db8327b7fe6f71953469efd34952da10f0a /conf-tmpl | |
parent | 0135f76b2a674a4824c33ac9d5e7ca65c945c7c4 (diff) | |
download | hercules-efae7aa61b3b4d7fbb2782e8f00e27a6adc325c1.tar.gz hercules-efae7aa61b3b4d7fbb2782e8f00e27a6adc325c1.tar.bz2 hercules-efae7aa61b3b4d7fbb2782e8f00e27a6adc325c1.tar.xz hercules-efae7aa61b3b4d7fbb2782e8f00e27a6adc325c1.zip |
- Merged and completed Latio's work on server-side hot-key saving (http://www.eathena.ws/board/index.php?s=&showtopic=159388&view=findpost&p=884453)
- Now hotkeys are stored server-side (table hotkey in SQL servers, file save/hotkeys.txt for TXT servers). You can disable this behaviour by commenting out the 'HOTKEY_SAVING' define in mmo.h
- Fixed a few compilation warnings/errors.
- Apply upgrade_svn11018.sql to create the hotkey table.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11019 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-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 |