Remove names

This commit is contained in:
Paul Coene 2017-07-05 21:26:10 -04:00
parent 4a84c311b2
commit 5542107f02

View File

@ -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.