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
-18
View File
@@ -45,24 +45,6 @@ namespace EQ
class InventoryProfile;
}
struct EventLogDetails_Struct {
uint32 id;
char accountname[64];
uint32 account_id;
int16 status;
char charactername[64];
char targetname[64];
char timestamp[64];
char descriptiontype[64];
char details[128];
};
struct CharacterEventLog_Struct {
uint32 count;
uint8 eventid;
EventLogDetails_Struct eld[255];
};
struct npcDecayTimes_Struct {
uint16 minlvl;
uint16 maxlvl;