mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Eluna remove unused method bodies, Rename method bodies correctly, enable some methods implemented on mangos and TC already..
This commit is contained in:
@@ -166,7 +166,7 @@ namespace LuaGuild
|
||||
return 0;
|
||||
}
|
||||
|
||||
int ChangeMemberRank(lua_State* L, Guild* guild)
|
||||
int SetMemberRank(lua_State* L, Guild* guild)
|
||||
{
|
||||
Player* player = Eluna::CHECKOBJ<Player>(L, 2);
|
||||
uint8 newRank = Eluna::CHECKVAL<uint8>(L, 3);
|
||||
|
||||
Reference in New Issue
Block a user