mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Validated message and interrupt packets, needs refactor for full functionality
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user