Implemented SE_PetMeleeMitigation - Bonus applied to pet owner. Gives AC to owner's pet.

Related AA's to be added in a seperate update.
This commit is contained in:
KayenEQ
2014-06-30 16:17:55 -04:00
parent 8edb73dc3a
commit 5e7d2fd07d
5 changed files with 29 additions and 3 deletions
+1
View File
@@ -427,6 +427,7 @@ struct StatBonuses {
uint8 HSLevel; // Max Level Headshot will be effective at.
uint32 Assassinate[2]; // Assassinate AA (Massive dmg vs humaniod w/ assassinate) 0= ? 1= Dmg
uint8 AssassinateLevel; // Max Level Assassinate will be effective at.
int32 PetMeleeMitigation; // Add AC to owner's pet.
};