initial rewrite of loot code

This commit is contained in:
KimLS
2014-09-27 19:57:45 -07:00
parent b05dd45d62
commit 7fed01ddea
4 changed files with 103 additions and 99 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ public:
uint32 GetMaxDMG() const {return max_dmg;}
uint32 GetMinDMG() const {return min_dmg;}
int16 GetSlowMitigation() const {return slow_mitigation;}
float GetSlowMitigation() const { return slow_mitigation; }
float GetAttackSpeed() const {return attack_speed;}
bool IsAnimal() const { return(bodytype == BT_Animal); }
uint16 GetPetSpellID() const {return pet_spell_id;}