diff options
author | Kevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-27 09:15:05 +0000 |
---|---|---|
committer | Kevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-27 09:15:05 +0000 |
commit | 55434bd1ddfeb0b66247dbe4c420048863d44446 (patch) | |
tree | fb053a26628370a14b6f596265fcb89c0475541e /conf/atcommand_athena.conf | |
parent | 677598256feaad3bcef53805ad8c70e744a9b7d3 (diff) | |
download | hercules-55434bd1ddfeb0b66247dbe4c420048863d44446.tar.gz hercules-55434bd1ddfeb0b66247dbe4c420048863d44446.tar.bz2 hercules-55434bd1ddfeb0b66247dbe4c420048863d44446.tar.xz hercules-55434bd1ddfeb0b66247dbe4c420048863d44446.zip |
Changed the last commit so it must be called with @reloaditemdb2. @reloaditemdb only removes the item_data from the itemdb subsystem. If you don't like my code you can uncomment the macro I_HATE_KEVIN in item_db.c so it isn't even compiled.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12662 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/atcommand_athena.conf')
-rw-r--r-- | conf/atcommand_athena.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/atcommand_athena.conf b/conf/atcommand_athena.conf index d2deb9777..adc41db04 100644 --- a/conf/atcommand_athena.conf +++ b/conf/atcommand_athena.conf @@ -700,6 +700,9 @@ mapflag: 99 // Re-load item database (admin command) reloaditemdb: 99 +// Re-load item database and delete all references to it (admin command) +reloaditemdb2: 99 + // Re-load monsters database (admin command) reloadmobdb: 99 |