Skip to content

Commit

Permalink
Merge pull request #41 from Swine-Flu/bugfix/func-arg-type-fix
Browse files Browse the repository at this point in the history
Bugfix: ITEMS_GetTransactionCost signature fix
  • Loading branch information
dschu012 authored Jun 21, 2024
2 parents e45f50d + 095f43c commit 175fe49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion D2Ptrs.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ FUNCPTR(D2COMMON, AbsScreenToMap, void __stdcall, (long* ptMouseX, long* ptMouse

//Functions
//1.14d 004B3870 near here.
F2(D2COMMON, ITEMS_GetTransactionCost, int, __stdcall, (Unit* pPlayer, Unit* pItem, uint8_t nDifficulty, BitBuffer* pQuestFlags, int nVendorId, int nTransactionType), -10775 , -10107, 0x22FDC0);
F2(D2COMMON, ITEMS_GetTransactionCost, int, __stdcall, (Unit* pPlayer, Unit* pItem, int nDifficulty, BitBuffer* pQuestFlags, int nVendorId, int nTransactionType), -10775 , -10107, 0x22FDC0);
F2(D2COMMON, ITEMS_CheckItemTypeId, BOOL, __stdcall, (Unit* pItem, ItemType nItemType), -10731, -10744, 0x229BB0);

//TODO FIND IN 1.14
Expand Down

0 comments on commit 175fe49

Please sign in to comment.