summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-01 18:00:20 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-01 18:00:20 +0000
commit75593a22c85de975b136fc261c477735d3bc407f (patch)
treed7466081fb80a2e8a58c7950fbc31995a276d364 /src/map/map.c
parent37343d0ae89a73c53b80ea670bc4d76249236aba (diff)
downloadhercules-75593a22c85de975b136fc261c477735d3bc407f.tar.gz
hercules-75593a22c85de975b136fc261c477735d3bc407f.tar.bz2
hercules-75593a22c85de975b136fc261c477735d3bc407f.tar.xz
hercules-75593a22c85de975b136fc261c477735d3bc407f.zip
Added new @/# command aliases pattern, all aliases can now be modified/added/removed in the front-end within atcommand_conf (no longer hardcoded). The aliases pattern was defined in this topic: tid:56343 atcommand_conf file rewrite/update belongs to Jguy and BrianL
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15343 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 30fb4fc28..8f7f7efb2 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -3740,7 +3740,6 @@ int do_init(int argc, char *argv[])
battle_config_read(BATTLE_CONF_FILENAME);
msg_config_read(MSG_CONF_NAME);
- atcommand_config_read(ATCOMMAND_CONF_FILENAME);
script_config_read(SCRIPT_CONF_NAME);
inter_config_read(INTER_CONF_NAME);
log_config_read(LOG_CONF_NAME);