git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@240 54d463be-8e91-2dee-dedb-b68131a5f0ec
@@ -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);