diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-10-11 03:07:52 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-10-11 03:07:52 +0000 |
commit | 72351d986315e826c7c32d0de62932067fd98bb8 (patch) | |
tree | 9946c59f6e4b3a9b0747adc3be3828b1ab261aae /src/common/mmo.h | |
parent | 452a0b793b0cdc3b16cfc0738926ade4322bda53 (diff) | |
download | hercules-72351d986315e826c7c32d0de62932067fd98bb8.tar.gz hercules-72351d986315e826c7c32d0de62932067fd98bb8.tar.bz2 hercules-72351d986315e826c7c32d0de62932067fd98bb8.tar.xz hercules-72351d986315e826c7c32d0de62932067fd98bb8.zip |
Added character rename function.(topic:225576)(written by pakpil and fixed by me)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14084 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 9979c5a8e..d772f6fea 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -296,6 +296,7 @@ struct mmo_charstatus { struct hotkey hotkeys[MAX_HOTKEYS]; #endif bool show_equip; + short rename; }; typedef enum mail_status { |