summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-25 21:46:49 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-25 21:46:49 +0000
commit495c3a2104cb72fe1d705c2e5403ec76f5207712 (patch)
tree2573eadc5762622924b763e0586a817103b76d45 /src/map/map.h
parent509650b5b1c3c5137b50e4b82dbc1f2a6ed3b141 (diff)
downloadhercules-495c3a2104cb72fe1d705c2e5403ec76f5207712.tar.gz
hercules-495c3a2104cb72fe1d705c2e5403ec76f5207712.tar.bz2
hercules-495c3a2104cb72fe1d705c2e5403ec76f5207712.tar.xz
hercules-495c3a2104cb72fe1d705c2e5403ec76f5207712.zip
- Added a missing escape in logging chats.
- Increased a bit the size of skill-related arrays. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5746 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 633c7d5da..a410870d9 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -32,9 +32,9 @@
#define SC_COMMON_MAX 10
#define MAX_SKILL_LEVEL 100
-#define MAX_SKILLUNITGROUP 16
-#define MAX_SKILLUNITGROUPTICKSET 16
-#define MAX_SKILLTIMERSKILL 16
+#define MAX_SKILLUNITGROUP 25
+#define MAX_SKILLUNITGROUPTICKSET 25
+#define MAX_SKILLTIMERSKILL 15
#define MAX_MOBSKILL 50
#define MAX_MOB_LIST_PER_MAP 128
#define MAX_EVENTQUEUE 2