summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-02 01:47:39 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-02 01:47:39 +0000
commitf0461d7cb4468639c26bc8ee0a4fea99b4e08882 (patch)
treeaf3bb48a136064f2eea2df19d6504cb7369b0cef /src/map/mob.c
parent5bc4a89f162a2bc89e14f554da450311287c7d86 (diff)
downloadhercules-f0461d7cb4468639c26bc8ee0a4fea99b4e08882.tar.gz
hercules-f0461d7cb4468639c26bc8ee0a4fea99b4e08882.tar.bz2
hercules-f0461d7cb4468639c26bc8ee0a4fea99b4e08882.tar.xz
hercules-f0461d7cb4468639c26bc8ee0a4fea99b4e08882.zip
* Corrected warnings (and errors on some compilers) from r14327.
* Actually added Manul/Splendide shop files from r14327. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14329 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index 80251af1b..0bf07003d 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -74,8 +74,8 @@ static struct {
#define CLASSCHANGE_BOSS_NUM 21
//Defines the Manuk/Splendide mob groups for the status reductions [Epoque]
-const int mob_manuk[] = { 1986, 1987, 1988, 1989, 1990, 1997, 1998, 1999 };
-const int mob_splendide[] = { 1991, 1992, 1993, 1994, 1995 };
+const int mob_manuk[8] = { 1986, 1987, 1988, 1989, 1990, 1997, 1998, 1999 };
+const int mob_splendide[5] = { 1991, 1992, 1993, 1994, 1995 };
/*==========================================
* Local prototype declaration (only required thing)