mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 11:10:26 +00:00
Add OP_MobHealth encode.
This commit is contained in:
@@ -733,6 +733,12 @@ namespace Laurion {
|
||||
//live however has a lot more info here depending on packet type
|
||||
};
|
||||
|
||||
struct MobHealth_Struct
|
||||
{
|
||||
/*01*/ int16 spawn_id;
|
||||
/*00*/ uint32 hp;
|
||||
};
|
||||
|
||||
#pragma pack()
|
||||
|
||||
}; //end namespace structs
|
||||
|
||||
Reference in New Issue
Block a user