mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2025-04-28 07:05:33 +00:00
Working
This commit is contained in:
parent
4e02101d5d
commit
5f220fa23e
File diff suppressed because it is too large
Load Diff
@ -80,7 +80,7 @@ bool d2_tweaks::server::modules::item_move::handle_packet(diablo2::structures::g
|
|||||||
//MessageBox(NULL, bag_guid.c_str(), "Bag GUID", MB_OK | MB_ICONINFORMATION);
|
//MessageBox(NULL, bag_guid.c_str(), "Bag GUID", MB_OK | MB_ICONINFORMATION);
|
||||||
|
|
||||||
D2PropertyStrc itemProperty = {};
|
D2PropertyStrc itemProperty = {};
|
||||||
itemProperty.nProperty = itemMove->prop - 3; // Adjust the property ID
|
itemProperty.nProperty = itemMove->prop; // Adjust the property ID
|
||||||
itemProperty.nLayer = 0;
|
itemProperty.nLayer = 0;
|
||||||
itemProperty.nMin = itemMove->val;
|
itemProperty.nMin = itemMove->val;
|
||||||
itemProperty.nMax = itemMove->val;
|
itemProperty.nMax = itemMove->val;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user