mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 22:56:37 +00:00
[Bug Fix] Invis vs. Undead/Animal Breaks Charm for Pets (#3587)
* IVU & IVA break charm pets #2212 * fix typing * fix tab spacing * Formatting * Formatting for CalcInvisibleLevel --------- Co-authored-by: Akkadius <akkadius1@gmail.com>
This commit is contained in:
@@ -269,6 +269,8 @@ public:
|
||||
return;
|
||||
}
|
||||
|
||||
bool HasAnInvisibilityEffect();
|
||||
void BreakCharmPetIfConditionsMet();
|
||||
//Invisible
|
||||
bool IsInvisible(Mob* other = 0) const;
|
||||
void SetInvisible(uint8 state, bool set_on_bonus_calc = false);
|
||||
|
||||
Reference in New Issue
Block a user