summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-09-06 19:15:17 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-09-06 19:15:17 +0000
commit2678cc840bb707ff33378ba0d0cbfd8a737b5743 (patch)
tree2516fdd31f588ba6557766f862b6373393acc862 /src/common/mmo.h
parent36ea9e9c13d9f29203ba8c85a7f751f2433f5950 (diff)
downloadhercules-2678cc840bb707ff33378ba0d0cbfd8a737b5743.tar.gz
hercules-2678cc840bb707ff33378ba0d0cbfd8a737b5743.tar.bz2
hercules-2678cc840bb707ff33378ba0d0cbfd8a737b5743.tar.xz
hercules-2678cc840bb707ff33378ba0d0cbfd8a737b5743.zip
* Implemented Icescope's fix for devotion, reflect damage is no longer absorbed by the devoter. (bugreport:3189)
* As a folow up to r14301, increased MAX_REG_NUM to 256, to prevent possible data loss. * Touched up the endless tower script slightly. - Added ends to several NPCs which would allow you to restart timers. - Added some missing stopnpctimers to npcs. (bugreport:4418) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14400 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 7003d426e..f8ff895c5 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -90,7 +90,7 @@
#define ACCOUNT_REG_NUM 64
#define ACCOUNT_REG2_NUM 16
//Should hold the max of GLOBAL/ACCOUNT/ACCOUNT2 (needed for some arrays that hold all three)
-#define MAX_REG_NUM 96
+#define MAX_REG_NUM 256
#define DEFAULT_WALK_SPEED 150
#define MIN_WALK_SPEED 0
#define MAX_WALK_SPEED 1000