Fixed crash
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@240 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
dd1a3cffb0
commit
356b48e28c
@ -1,5 +1,7 @@
|
||||
Date Added
|
||||
11/17 * Added skill_steal_type to battle_athena.conf for the new (but unconfirmed)
|
||||
11/17
|
||||
* Fixed a crash in the afm reading/closing code [MouseJstr]
|
||||
* Added skill_steal_type to battle_athena.conf for the new (but unconfirmed)
|
||||
stealing formula [celest]
|
||||
* Skill updates: [celest]
|
||||
- Removed annoying skill fail messages from rogue's Snatcher
|
||||
|
@ -1642,6 +1642,7 @@ int map_readallmap(void) {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (afm_file != NULL)
|
||||
fclose(afm_file);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user