CreatureAI Cleanups

This commit is contained in:
hondacrx
2023-01-24 23:18:14 -05:00
parent b84ca5dc20
commit 5c22dca105
4 changed files with 265 additions and 250 deletions
+2
View File
@@ -120,11 +120,13 @@ namespace Framework.Constants
NoDamage = 4, // used also in case when damage applied to health but not applied to spell channelInterruptFlags/etc
Self = 5
}
public enum WeaponDamageRange
{
MinDamage,
MaxDamage
}
public enum UnitMods
{
StatStrength, // STAT_STRENGTH..UNIT_MOD_STAT_INTELLECT must be in existed order, it's accessed by index values of Stats enum.