[Quest API] Sit method (#1449)

* quest api sit method

* alphabetical

* Fix

* fix again

* Ok real fix unprivated

* Add Lua Export

Co-authored-by: ProducerZekServer <go@away.com>
Co-authored-by: Akkadius <akkadius1@gmail.com>
This commit is contained in:
Gangsta
2021-08-01 18:58:05 -07:00
committed by GitHub
parent bb3c918eac
commit 38a84cae93
5 changed files with 28 additions and 2 deletions
+4
View File
@@ -2010,6 +2010,10 @@ void Client::Stand() {
SetAppearance(eaStanding, false);
}
void Client::Sit() {
SetAppearance(eaSitting, false);
}
void Client::ChangeLastName(const char* in_lastname) {
memset(m_pp.last_name, 0, sizeof(m_pp.last_name));
strn0cpy(m_pp.last_name, in_lastname, sizeof(m_pp.last_name));