diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/atcommand_athena.conf | 3 | ||||
-rw-r--r-- | conf-tmpl/charcommand_athena.conf | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf index cb2121245..149c1fac5 100644 --- a/conf-tmpl/atcommand_athena.conf +++ b/conf-tmpl/atcommand_athena.conf @@ -260,9 +260,6 @@ save: 40 // Do some visual effect on your character effect: 40 -// Display all items of a player's storage -charstoragelist: 40 - // Display all items of a player's cart charcartlist: 40 diff --git a/conf-tmpl/charcommand_athena.conf b/conf-tmpl/charcommand_athena.conf index 9815f669b..4fd8a7c20 100644 --- a/conf-tmpl/charcommand_athena.conf +++ b/conf-tmpl/charcommand_athena.conf @@ -18,4 +18,5 @@ save: 60 statsall: 40 spiritball: 60 itemlist: 40 -effect: 40
\ No newline at end of file +effect: 40 +storagelist: 40
\ No newline at end of file |