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