mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 00:18:18 +00:00
[Quest API] Add IsUnderwaterOnly() to Perl/Lua (#2995)
# Perl - Add `$npc->IsUnderwaterOnly()`. # Lua - Add `npc:IsUnderwaterOnly()`. # Notes - Allows operators to chec k if an NPC is underwater only.
This commit is contained in:
@@ -174,6 +174,7 @@ public:
|
||||
void SetLDoNTrapDetected(bool is_detected);
|
||||
void ScaleNPC(uint8 npc_level);
|
||||
void ScaleNPC(uint8 npc_level, bool override_special_abilities);
|
||||
bool IsUnderwaterOnly();
|
||||
bool HasSpecialAbilities();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user