From 009e7837dea970aca8f6e2468c9cca310198fc21 Mon Sep 17 00:00:00 2001 From: celest Date: Fri, 25 Mar 2005 10:16:09 +0000 Subject: * Fixed indoorsrwstable.txt reading * Fixed @monsterbig/@monstersmall not working * Fixed @killmonster2 not working git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1293 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/npc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/npc.c') diff --git a/src/map/npc.c b/src/map/npc.c index 1c5a0c585..6e22c69b3 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -2399,7 +2399,8 @@ int do_init_npc(void) char c = '-'; // indoorrswtable.txt and etcinfo.txt [Celest] - npc_read_indoors(); + if (battle_config.indoors_override_grffile) + npc_read_indoors(); //npc_read_weather(); // comparing only the first 24 chars of labels that are 50 chars long isn't that nice -- cgit v1.2.3-70-g09d2