git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9744 54d463be-8e91-2dee-dedb-b68131a5f0ec
@@ -3977,6 +3977,9 @@ int do_init(int argc, char *argv[]) {
npc_event_do_oninit(); // npc‚ÌOnInitƒCƒxƒ“ƒg?�s
+ //Done loading with the maps, no need for the grf module anymore.
+ grfio_final();
+
if ( console ) {
set_defaultconsoleparse(parse_console);
start_console();