mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2025-10-13 16:34:22 -05:00
Working on right click gem extraction
This commit is contained in:
@@ -86,5 +86,10 @@ namespace diablo2 {
|
||||
static bool is_gamble_open();
|
||||
static uint8_t current_interact_menu();
|
||||
static void resync_vendor_inventory(structures::unit* ptNPC);
|
||||
|
||||
static int32_t send_to_server_9(BYTE type, DWORD num, DWORD unk1);
|
||||
|
||||
|
||||
|
||||
};
|
||||
}
|
@@ -47,5 +47,6 @@ namespace diablo2 {
|
||||
|
||||
static void update_inventory_items(structures::game* game, structures::unit* player);
|
||||
static uint32_t __fastcall diablo2::d2_game::transmogrify(diablo2::structures::game* game, diablo2::structures::unit* player);
|
||||
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user