feat(Core/DB): Add Creature ExperienceModifier (#7095)

This commit is contained in:
Shiroe
2021-07-30 07:56:42 +02:00
committed by GitHub
parent 8521dd5d55
commit 2f63e81a94
5 changed files with 22 additions and 12 deletions

View File

@@ -128,6 +128,7 @@ struct CreatureTemplate
float ModHealth;
float ModMana;
float ModArmor;
float ModExperience;
bool RacialLeader;
uint32 movementId;
bool RegenHealth;