fix MobSend size
This commit is contained in:
@@ -384,8 +384,8 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct MobSend { // represents a mob send
|
struct MobSend { // represents a mob send
|
||||||
game::MobType mobType;
|
game::MobType mobType : 4;
|
||||||
game::MobLevel mobLevel;
|
game::MobLevel mobLevel : 4;
|
||||||
std::uint8_t mobCount; // the max is 12
|
std::uint8_t mobCount; // the max is 12
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user