diff --git a/src/NpcAct040.cpp b/src/NpcAct040.cpp index d133f2c0..3d38462a 100644 --- a/src/NpcAct040.cpp +++ b/src/NpcAct040.cpp @@ -1895,7 +1895,7 @@ void ActNpc058(NPCHAR *npc) break; } - if (npc->act_no) + if (npc->act_no) // This is always true { if (npc->act_wait < 150) ++npc->act_wait;