mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-13 03:28:28 +00:00
fix: ape anchor not respawning
This commit is contained in:
@@ -937,5 +937,11 @@ namespace GameMessages {
|
||||
LWOOBJID lootID{};
|
||||
LWOOBJID lootOwnerID{};
|
||||
};
|
||||
|
||||
struct ChildRemoved : public GameMsg {
|
||||
ChildRemoved() : GameMsg(MessageType::Game::CHILD_REMOVED) {}
|
||||
|
||||
LWOOBJID childID{};
|
||||
};
|
||||
};
|
||||
#endif // GAMEMESSAGES_H
|
||||
|
||||
Reference in New Issue
Block a user