mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
invis updates (#2004)
This commit is contained in:
+2
-1
@@ -266,7 +266,8 @@ bool IsInvisSpell(uint16 spell_id)
|
||||
IsEffectInSpell(spell_id, SE_Invisibility2) ||
|
||||
IsEffectInSpell(spell_id, SE_InvisVsUndead) ||
|
||||
IsEffectInSpell(spell_id, SE_InvisVsUndead2) ||
|
||||
IsEffectInSpell(spell_id, SE_InvisVsAnimals)) {
|
||||
IsEffectInSpell(spell_id, SE_InvisVsAnimals) ||
|
||||
IsEffectInSpell(spell_id, SE_ImprovedInvisAnimals)) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user