mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 05:16:37 +00:00
initial rewrite of loot code
This commit is contained in:
+1
-1
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user