mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-28 15:57:58 +00:00
[Bug Fix] Fix GetLeaderName() for Groups (#4184)
* [Bug Fix] Fix GetLeaderName() for Groups # Notes - We were getting bogus data in this. - Made it its own method. * Remove ExpeditionRequest::GetGroupLeaderName()
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ public:
|
||||
void SplitMoney(uint32 copper, uint32 silver, uint32 gold, uint32 platinum, Lua_Client splitter);
|
||||
void SetLeader(Lua_Mob c);
|
||||
Lua_Mob GetLeader();
|
||||
const char *GetLeaderName();
|
||||
std::string GetLeaderName();
|
||||
bool IsLeader(const char* name);
|
||||
bool IsLeader(Lua_Mob c);
|
||||
int GroupCount();
|
||||
|
||||
Reference in New Issue
Block a user