Validated message and interrupt packets, needs refactor for full functionality

This commit is contained in:
dannuic
2026-04-18 12:08:54 -06:00
parent b8ee811ac6
commit c5d089de68
3 changed files with 15 additions and 8 deletions
+7
View File
@@ -713,6 +713,13 @@ namespace TOB {
/*39*/
};
struct InterruptCast_Struct
{
uint32 spawnid;
uint32 messageid;
char message[0];
};
struct EQAffectSlot_Struct {
/*00*/ int32 slot;
/*04*/ int32 padding;