Fix lua raid GetGroup(client) and add lua raid GetGroupNumber(index)

This number will return group number and not let us iterate a bunch of
times to verify group numbers
This commit is contained in:
Michael Cook (mackal)
2018-08-15 21:35:19 -04:00
parent 54abeba1ce
commit 585ef81fde
2 changed files with 14 additions and 1 deletions
+1
View File
@@ -47,6 +47,7 @@ public:
void TeleportRaid(Lua_Mob sender, uint32 zone_id, uint32 instance_id, float x, float y, float z, float h);
int GetID();
Lua_Client GetMember(int index);
int GetGroupNumber(int index);
};
#endif