mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 10:28:23 +00:00
[Account] Convert Get/Update Account Karma to Repositories (#3858)
* [Account] Convert Get/Update Account Karma to Repositories - Convert `GetKarma` and `UpdateKarma` to repositories. * Update zonedb.cpp
This commit is contained in:
+2
-2
@@ -653,8 +653,8 @@ public:
|
||||
* PLEASE DO NOT ADD TO THIS COLLECTION OF CRAP UNLESS YOUR METHOD
|
||||
* REALLY HAS NO BETTER SECTION
|
||||
*/
|
||||
uint32 GetKarma(uint32 acct_id);
|
||||
void UpdateKarma(uint32 acct_id, uint32 amount);
|
||||
uint32 GetKarma(uint32 account_id);
|
||||
void UpdateKarma(uint32 account_id, uint32 amount);
|
||||
|
||||
// bot database add-on to eliminate the need for a second database connection
|
||||
BotDatabase botdb;
|
||||
|
||||
Reference in New Issue
Block a user