summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
authorDZeroX <DZeroX@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-04 04:32:34 +0000
committerDZeroX <DZeroX@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-04 04:32:34 +0000
commit15d2041544611e53b357bbca9e3111829f1fd740 (patch)
treec6aba90c4526d587242e5e5f7e07dc249b20a5a4 /src/map/mob.c
parent347ff55f3d5f77b9c02ac622acb221d34fcbbdbc (diff)
downloadhercules-15d2041544611e53b357bbca9e3111829f1fd740.tar.gz
hercules-15d2041544611e53b357bbca9e3111829f1fd740.tar.bz2
hercules-15d2041544611e53b357bbca9e3111829f1fd740.tar.xz
hercules-15d2041544611e53b357bbca9e3111829f1fd740.zip
- Updated mob_poring.txt, by Spre.
- Minor source edits, to accommodate the new DB file, mob_pouch.txt, for the Red Pouch of Surprise, by Spre. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10451 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index f2c400581..1e1e5d702 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -3629,7 +3629,8 @@ static int mob_read_randommonster(void)
const char* mobfile[] = {
"mob_branch.txt",
"mob_poring.txt",
- "mob_boss.txt" };
+ "mob_boss.txt"
+ "mob_pouch.txt"};
for(i=0;i<MAX_RANDOMMONSTER;i++){
mob_db_data[0]->summonper[i] = 1002; // 設定し忘れた場合はポリンが出るようにしておく