mangosArchives / databaseZero_Rel19

The *MangosZero* world database containing creatures, npcs etc.to populate the game world with. Report all issues at https://www.getmangos.eu/project.php?projectid=16
Other
19 stars 41 forks source link

Dont stop HP regen for all the casters #210

Closed Olion17 closed 9 years ago

Olion17 commented 9 years ago

RegenerateStats field is a bitmask, see enum RegenStatsFlags in Creature.h and use of these constants. So normal value for all casters should be 3 (= 2|1), and a special value only MP but not HP regen (though never encountered) should be 2 (= 2|0).