Remove guild bank methods

This commit is contained in:
Rochet2
2017-07-19 18:12:31 +03:00
parent bf10f4f3a4
commit 48313dd0db
2 changed files with 0 additions and 47 deletions

View File

@@ -1093,10 +1093,6 @@ ElunaRegister<Guild> GuildMethods[] =
{ "Disband", &LuaGuild::Disband },
{ "AddMember", &LuaGuild::AddMember },
{ "DeleteMember", &LuaGuild::DeleteMember },
#ifndef CLASSIC
{ "DepositBankMoney", &LuaGuild::DepositBankMoney },
{ "WithdrawBankMoney", &LuaGuild::WithdrawBankMoney },
#endif
{ NULL, NULL }
};