summaryrefslogtreecommitdiff
path: root/src/map/npc.c
diff options
context:
space:
mode:
authorDracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-27 05:04:10 +0000
committerDracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-27 05:04:10 +0000
commitd57579a58d5035d48fc1f7a42c833cb47ae571b9 (patch)
tree69c54095f9cfc977367b6cc3e76b7ec26bed1412 /src/map/npc.c
parent8c819cb2129210737155474c980be5ed157d4979 (diff)
downloadhercules-d57579a58d5035d48fc1f7a42c833cb47ae571b9.tar.gz
hercules-d57579a58d5035d48fc1f7a42c833cb47ae571b9.tar.bz2
hercules-d57579a58d5035d48fc1f7a42c833cb47ae571b9.tar.xz
hercules-d57579a58d5035d48fc1f7a42c833cb47ae571b9.zip
Removed useless read-from-GRF features
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9725 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc.c')
-rw-r--r--src/map/npc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/npc.c b/src/map/npc.c
index 90d61e226..8c7ac76da 100644
--- a/src/map/npc.c
+++ b/src/map/npc.c
@@ -3016,9 +3016,6 @@ int do_init_npc(void)
for (busy = 1; busy < MAX_NPC_CLASS; busy++)
npc_viewdb[busy].class_ = busy;
busy = 0;
- // indoorrswtable.txt and etcinfo.txt [Celest]
- if (battle_config.indoors_override_grffile)
- npc_read_indoors();
// comparing only the first 24 chars of labels that are 50 chars long isn't that nice
// will cause "duplicated" labels where actually no dup is...