summaryrefslogtreecommitdiff
path: root/src/map/npc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/npc.c')
-rw-r--r--src/map/npc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/map/npc.c b/src/map/npc.c
index 3b9acc89c..e95a32c71 100644
--- a/src/map/npc.c
+++ b/src/map/npc.c
@@ -2182,11 +2182,6 @@ static const char* npc_parse_mob(char* w1, char* w2, char* w3, char* w4, const c
return strchr(start,'\n');// skip and continue
}
- //Fixed according to latest kRO update (needs optimization)
- temp = mob.delay1;
- mob.delay1 += mob.delay2;
- mob.delay2 = temp;
-
mob.num = (unsigned short)num;
mob.class_ = (short) class_;
mob.x = (unsigned short)x;