mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-19 08:11:30 +00:00
Fix indent
This commit is contained in:
parent
a3c16ecdbe
commit
b3842ba72a
@ -83,8 +83,8 @@ int Lua_Group::GetHighestLevel() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int Lua_Group::GetLowestLevel() {
|
int Lua_Group::GetLowestLevel() {
|
||||||
Lua_Safe_Call_Int();
|
Lua_Safe_Call_Int();
|
||||||
return self->GetLowestLevel();
|
return self->GetLowestLevel();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Lua_Group::TeleportGroup(Lua_Mob sender, uint32 zone_id, uint32 instance_id, float x, float y, float z, float h) {
|
void Lua_Group::TeleportGroup(Lua_Mob sender, uint32 zone_id, uint32 instance_id, float x, float y, float z, float h) {
|
||||||
|
|||||||
@ -40,7 +40,7 @@ public:
|
|||||||
bool IsLeader(Lua_Mob leader);
|
bool IsLeader(Lua_Mob leader);
|
||||||
int GroupCount();
|
int GroupCount();
|
||||||
int GetHighestLevel();
|
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);
|
void TeleportGroup(Lua_Mob sender, uint32 zone_id, uint32 instance_id, float x, float y, float z, float h);
|
||||||
int GetID();
|
int GetID();
|
||||||
Lua_Mob GetMember(int index);
|
Lua_Mob GetMember(int index);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user