mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
[Quest API] Add IsHorse() to Perl and Lua. (#1264)
This commit is contained in:
+1
-1
@@ -2999,7 +2999,7 @@ void EntityList::Depop(bool StartSpawnTimer)
|
||||
if (own && own->IsClient())
|
||||
continue;
|
||||
|
||||
if (pnpc->IsHorse)
|
||||
if (pnpc->IsHorse())
|
||||
continue;
|
||||
|
||||
if (pnpc->IsFindable())
|
||||
|
||||
Reference in New Issue
Block a user