Nuke ZoneDatabase::GetEventLogs

This wasn't called anywhere and was throwing format-overflow warnings
This commit is contained in:
Michael Cook (mackal)
2021-03-05 15:25:32 -05:00
parent 224c26620e
commit 316336d1cf
3 changed files with 0 additions and 67 deletions
-2
View File
@@ -23,7 +23,6 @@ class Petition;
class Spawn2;
class SpawnGroupList;
class Trap;
struct CharacterEventLog_Struct;
struct Door;
struct ExtendedProfile_Struct;
struct NPCType;
@@ -551,7 +550,6 @@ public:
* REALLY HAS NO BETTER SECTION
*/
bool logevents(const char* accountname,uint32 accountid,uint8 status,const char* charname,const char* target, const char* descriptiontype, const char* description,int event_nid);
void GetEventLogs(const char* name,char* target,uint32 account_id=0,uint8 eventid=0,char* detail=0,char* timestamp=0, CharacterEventLog_Struct* cel=0);
uint32 GetKarma(uint32 acct_id);
void UpdateKarma(uint32 acct_id, uint32 amount);