mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-08 18:22:26 +00:00
[Cleanup] Remove CommandRequirement() from zonedb.h (#3094)
# Notes - This is unused.
This commit is contained in:
parent
06f1f36c95
commit
48a60114b7
@ -615,9 +615,6 @@ public:
|
|||||||
uint32 GetKarma(uint32 acct_id);
|
uint32 GetKarma(uint32 acct_id);
|
||||||
void UpdateKarma(uint32 acct_id, uint32 amount);
|
void UpdateKarma(uint32 acct_id, uint32 amount);
|
||||||
|
|
||||||
/* Things which really dont belong here... */
|
|
||||||
int16 CommandRequirement(const char* commandname);
|
|
||||||
|
|
||||||
// bot database add-on to eliminate the need for a second database connection
|
// bot database add-on to eliminate the need for a second database connection
|
||||||
BotDatabase botdb;
|
BotDatabase botdb;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user