mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2025-10-14 00:44:22 -05:00
Cube opening works
This commit is contained in:
@@ -201,6 +201,7 @@ namespace d2_tweaks {
|
||||
MESSAGE_TYPE_ITEM_DROPPED_INFO,
|
||||
MESSAGE_TYPE_TRANSMUTE,
|
||||
MESSAGE_TYPE_TRADER_UPDATE,
|
||||
MESSAGE_TYPE_INTERACT = 1,
|
||||
|
||||
MESSAGE_TYPE_COUNT
|
||||
};
|
||||
@@ -225,6 +226,7 @@ namespace d2_tweaks {
|
||||
packet_header() : d2_packet_type(0xBB), message_type(0) {}
|
||||
};
|
||||
|
||||
|
||||
struct d2_entity_action_cs : packet_header {
|
||||
uint32_t action;
|
||||
uint32_t entity_id;
|
||||
|
Reference in New Issue
Block a user