[Fix] Fix zone crash when attempting to add a disappearing client to hate list. (#4782)

This commit is contained in:
zimp-wow
2025-03-19 16:26:54 -05:00
committed by GitHub
parent 9528c1e7fc
commit ef945e6e99
3 changed files with 12 additions and 1 deletions
+2
View File
@@ -1510,6 +1510,7 @@ public:
void ClearDataBucketCache();
bool IsGuildmaster() const;
bool IsDestroying() const { return m_destroying; }
protected:
void CommonDamage(Mob* other, int64 &damage, const uint16 spell_id, const EQ::skills::SkillType attack_skill, bool &avoidable, const int8 buffslot, const bool iBuffTic, eSpecialAttacks specal = eSpecialAttacks::None);
@@ -1932,6 +1933,7 @@ private:
EQ::InventoryProfile m_inv;
std::shared_ptr<HealRotation> m_target_of_heal_rotation;
bool m_manual_follow;
bool m_destroying;
void SetHeroicStrBonuses(StatBonuses* n);
void SetHeroicStaBonuses(StatBonuses* n);