Skip to content

Commit

Permalink
[Bug Fix] Revert 2df7d19
Browse files Browse the repository at this point in the history
This change breaks lich-type spells as seen in #4098. Per comment on original change, also don't see where Runes come into play.
  • Loading branch information
joligario committed Feb 19, 2024
1 parent db3601c commit 8e5bf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zone/attack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4103,7 +4103,7 @@ void Mob::CommonDamage(Mob* attacker, int64 &damage, const uint16 spell_id, cons
}

if (IsClient()) {
CommonBreakInvisible();
//CommonBreakInvisible();
}

if (attacker && attacker->IsClient() && attacker->CastToClient()->sneaking) {
Expand Down

0 comments on commit 8e5bf8d

Please sign in to comment.