[Quest API] Add IsHorse() to Perl and Lua. (#1264)

This commit is contained in:
Alex
2021-02-23 21:50:06 -05:00
committed by GitHub
parent 2346b0f6ab
commit 66d24ff419
7 changed files with 31 additions and 6 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ Horse::Horse(Client *_owner, uint16 spell_id, const glm::vec4& position)
strn0cpy(name, _owner->GetCleanName(), 55);
strcat(name,"`s_Mount00");
IsHorse = true;
is_horse = true;
owner = _owner;
}