From 5542107f02581537b08c8a512514a8770faa496b Mon Sep 17 00:00:00 2001 From: Paul Coene Date: Wed, 5 Jul 2017 21:26:10 -0400 Subject: [PATCH] Remove names --- zone/npc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zone/npc.cpp b/zone/npc.cpp index 269f3fb84..97dd647ec 100644 --- a/zone/npc.cpp +++ b/zone/npc.cpp @@ -628,11 +628,11 @@ bool NPC::Process() OOCRegen += GetMaxHP() * oocregen / 100; } - //Lieka Edit:Fixing NPC regen.NPCs should regen to full during + // Fixing NPC regen.NPCs should regen to full during // a set duration, not based on their HPs.Increase NPC's HPs by // % of total HPs / tick. // - // Noudess Edit: If oocregen set in db, apply to pets as well. + // If oocregen set in db, apply to pets as well. // This allows the obscene #s for pets in the db to be tweaked // while maintaining a decent ooc regen.