diff options
author | Gepard <Gepard@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-10-21 00:38:57 +0000 |
---|---|---|
committer | Gepard <Gepard@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-10-21 00:38:57 +0000 |
commit | ac41b6eef235f98928f650d570a893a9db66a586 (patch) | |
tree | 56d2f59a8547182cfc11cfdf51662777d0298010 /src/map/npc.c | |
parent | 12c0420f9b5e5ddab111d394631a10d6bff2de84 (diff) | |
download | hercules-ac41b6eef235f98928f650d570a893a9db66a586.tar.gz hercules-ac41b6eef235f98928f650d570a893a9db66a586.tar.bz2 hercules-ac41b6eef235f98928f650d570a893a9db66a586.tar.xz hercules-ac41b6eef235f98928f650d570a893a9db66a586.zip |
* Removed unused 'indoors' mapflag (follow-up to r3729).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14434 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index 425967da7..8eb1c1ba7 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -2977,8 +2977,6 @@ static const char* npc_parse_mapflag(char* w1, char* w2, char* w3, char* w4, con map[m].flag.leaves=state; else if (!strcmpi(w3,"rain")) map[m].flag.rain=state; - else if (!strcmpi(w3,"indoors")) - map[m].flag.indoors=state; else if (!strcmpi(w3,"nightenabled")) map[m].flag.nightenabled=state; else if (!strcmpi(w3,"nogo")) |