diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-22 21:03:19 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-22 21:03:19 +0000 |
commit | 162af4caa481eef2529ccdc1299d9578539143c9 (patch) | |
tree | 26fbac5a3aa31aa02096d567534fbed35dda8c6b /src/common/mmo.h | |
parent | fad0a74cd53f827e4c006b497b658baca2065a3d (diff) | |
download | hercules-162af4caa481eef2529ccdc1299d9578539143c9.tar.gz hercules-162af4caa481eef2529ccdc1299d9578539143c9.tar.bz2 hercules-162af4caa481eef2529ccdc1299d9578539143c9.tar.xz hercules-162af4caa481eef2529ccdc1299d9578539143c9.zip |
Some generic typo fixes (src and npc)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10054 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index b780a78c5..03c3d7484 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -20,7 +20,7 @@ #define MAX_MAP_PER_SERVER 1024 #define MAX_INVENTORY 100 -//Max number of characters per account. Note that changing this setting alone is not enough if the client is not hexed to support more chafacters as well. +//Max number of characters per account. Note that changing this setting alone is not enough if the client is not hexed to support more characters as well. #define MAX_CHARS 9 //Number of slots carded equipment can have. Never set to less than 4 as they are also used to keep the data of forged items/equipment. [Skotlex] //Note: The client seems unable to receive data for more than 4 slots due to all related packets having a fixed size. |