Item moving with Z key working

This commit is contained in:
Hash Borgir
2024-04-21 00:55:02 -06:00
parent b2f9685c20
commit 155de2c299
5 changed files with 109 additions and 1089 deletions

View File

@@ -59,6 +59,7 @@ namespace diablo2 {
static bool get_ui_window_state(ui_window_t window);
static void* get_buysellbtn();
static void play_sound(uint32_t soundId, structures::unit* u, uint32_t ticks, BOOL prePick, uint32_t cache);
static structures::unit* get_unit_by_guid(int32_t type, int32_t guid);