Fight/GameActor/GA_NpcClientFightNorm.cs @@ -94,6 +94,10 @@ { m_AIHandler = new AI_Npc_200(this, BornPos); } else if (NpcConfig.AIType == 198) { m_AIHandler = new AI_Npc_198(this, BornPos); } heroAttacked = false; }