Added functions to eq to get the internals of the current quest_manager quest, also bug fix to a lua client function

This commit is contained in:
KimLS
2013-07-05 00:33:45 -07:00
parent 8b8742b242
commit 9a63ee65c9
2 changed files with 28 additions and 3 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ void Lua_Client::SetBaseClass(int v) {
void Lua_Client::SetBaseRace(int v) {
Lua_Safe_Call_Void();
self->SetBaseClass(v);
self->SetBaseRace(v);
}
void Lua_Client::SetBaseGender(int v) {