mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
[Quest API] Add IsAttackAllowed() to Perl/Lua. (#2672)
# Perl - Add `$mob->IsAttackAllowed(target)`. - Add `$mob->IsAttackAllowed(target, is_spell_attack)`. # Lua - Add `mob:IsAttackAllowed(target)`. # Notes - Lua had `mob:IsAttackAllowed(target, is_spell_attack)` but not the other overload. - Perl had neither.
This commit is contained in:
parent
d1430f6834
commit
2ed73199bf