diff options
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index 0a412de41..2a92a0e1b 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -2395,7 +2395,6 @@ const char* npc_parse_duplicate(char* w1, char* w2, char* w3, char* w4, const ch int npc_duplicate4instance(struct npc_data *snd, int m) { char newname[NAME_LENGTH]; - int i = 0; if( map[m].instance_id == 0 ) return 1; |