diff --git a/zone/lua_group.cpp b/zone/lua_group.cpp index fc0ce7bb5..f297d72f1 100644 --- a/zone/lua_group.cpp +++ b/zone/lua_group.cpp @@ -83,8 +83,8 @@ int Lua_Group::GetHighestLevel() { } int Lua_Group::GetLowestLevel() { - Lua_Safe_Call_Int(); - return self->GetLowestLevel(); + Lua_Safe_Call_Int(); + return self->GetLowestLevel(); } void Lua_Group::TeleportGroup(Lua_Mob sender, uint32 zone_id, uint32 instance_id, float x, float y, float z, float h) { diff --git a/zone/lua_group.h b/zone/lua_group.h index 3d4020bbc..e1aa2a11d 100644 --- a/zone/lua_group.h +++ b/zone/lua_group.h @@ -40,7 +40,7 @@ public: bool IsLeader(Lua_Mob leader); int GroupCount(); int GetHighestLevel(); - int GetLowestLevel(); + int GetLowestLevel(); void TeleportGroup(Lua_Mob sender, uint32 zone_id, uint32 instance_id, float x, float y, float z, float h); int GetID(); Lua_Mob GetMember(int index);