mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-18 04:08:27 +00:00
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:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user