diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-30 19:23:09 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-30 19:23:09 -0300 |
| commit | 6c8aa85b8b578db03a8c5f0dc0b7e80605592d45 (patch) | |
| tree | 6734cf3d3c0e318a139f7d15d9a524c423833e22 /reference/types.hh | |
| parent | c09d30cb144ce421ef0e1a786d2965f9abcde0aa (diff) | |
| download | game-6c8aa85b8b578db03a8c5f0dc0b7e80605592d45.tar.gz game-6c8aa85b8b578db03a8c5f0dc0b7e80605592d45.zip | |
`writer.cc`
Diffstat (limited to 'reference/types.hh')
| -rw-r--r-- | reference/types.hh | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/reference/types.hh b/reference/types.hh index fc365b4..051c33c 100644 --- a/reference/types.hh +++ b/reference/types.hh @@ -25,53 +25,6 @@ struct TPreparedQuery { char *Name; }; -struct TDirectReplyData { - ulong CharacterID; - char Message[100]; -}; - -struct TWriterThreadReply { - enum TWriterThreadReplyType ReplyType; - void *Data; -}; - -struct TWriterThreadOrder { - enum TWriterThreadOrderType OrderType; - void *Data; -}; - -struct TPunishmentOrderData { - ulong GamemasterID; - char GamemasterName[30]; - char CriminalName[30]; - char CriminalIPAddress[16]; - int Reason; - int Action; - char Comment[200]; - int NumberOfStatements; - struct vector<TReportedStatement> *ReportedStatements; - ulong StatementID; - bool IPBanishment; -}; - -struct TLogoutOrderData { - ulong CharacterID; - int Level; - int Profession; - time_t LastLoginTime; - int TutorActivities; - char Residence[30]; -}; - -struct TCharacterDeathOrderData { - ulong CharacterID; - int Level; - ulong Offender; - char Remark[30]; - bool Unjustified; - time_t Time; -}; - struct TNameLockOrderData { ulong GamemasterID; char GamemasterName[30]; @@ -86,30 +39,6 @@ struct TNotationOrderData { char Comment[200]; }; -struct TProtocolThreadOrder { - char ProtocolName[20]; - char Text[256]; -}; - -struct TPlayerlistOrderData { - int NumberOfPlayers; - char *PlayerNames; - int *PlayerLevels; - int *PlayerProfessions; -}; - -struct TBuddyOrderData { - ulong AccountID; - ulong Buddy; -}; - -struct TKillStatisticsOrderData { - int NumberOfRaces; - char *RaceNames; - int *KilledPlayers; - int *KilledCreatures; -}; - struct TReaderThreadOrder { enum TReaderThreadOrderType OrderType; int SectorX; |
