Thread: hp_regen column
View Single Post
  #1  
Old 01-23-2014, 05:47 PM
jdoran
Hill Giant
 
Join Date: Jul 2012
Posts: 212
Default hp_regen column

Should this not be a *signed* integer? NPC::CalcNPCRegen will adjust values of 0 based on level (for lazy db-updaters according to the source). If I want a mob to have NO regen, the check is for a negative value.
Reply With Quote