mirror of
https://github.com/azerothcore/mod-ale
synced 2025-12-01 21:15:19 +08:00
Remove guild bank methods
This commit is contained in:
@@ -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 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user