Eluna remove unused method bodies, Rename method bodies correctly, enable some methods implemented on mangos and TC already..

This commit is contained in:
Rochet2
2014-06-29 11:51:11 +03:00
committed by Foereaper
parent fdd63cd716
commit c2a3ea5043
7 changed files with 22 additions and 77 deletions

View File

@@ -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);