mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Some work on RoF Guild Banks (still not functional).
This commit is contained in:
+1
-1
@@ -1097,7 +1097,7 @@ public:
|
||||
QGlobalCache *GetQGlobals() { return qGlobals; }
|
||||
QGlobalCache *CreateQGlobals() { qGlobals = new QGlobalCache(); return qGlobals; }
|
||||
void GuildBankAck();
|
||||
void GuildBankDepositAck(bool Fail);
|
||||
void GuildBankDepositAck(bool Fail, int8 action);
|
||||
inline bool IsGuildBanker() { return GuildBanker; }
|
||||
void ClearGuildBank();
|
||||
void SendGroupCreatePacket();
|
||||
|
||||
Reference in New Issue
Block a user