mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 11:26:35 +00:00
Add GetNPCBySpawnID() to Perl/Lua.
This commit is contained in:
@@ -166,6 +166,7 @@ public:
|
||||
return nullptr;
|
||||
}
|
||||
NPC *GetNPCByNPCTypeID(uint32 npc_id);
|
||||
NPC *GetNPCBySpawnID(uint32 spawn_id);
|
||||
inline Merc *GetMercByID(uint16 id)
|
||||
{
|
||||
auto it = merc_list.find(id);
|
||||
|
||||
Reference in New Issue
Block a user