diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-01-17 20:58:43 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-01-17 20:58:43 -0500 |
| commit | e8adc6c9e540a8df0efdf2b0c22737ebc0481055 (patch) | |
| tree | fc6cafc90e676ba194c40f3153a2081033564843 /src/d/actor/d_a_auction.cpp | |
| parent | c609b6780c28f05dd78d55adfafaf3352cdb71a6 (diff) | |
Rename more item enums
Diffstat (limited to 'src/d/actor/d_a_auction.cpp')
| -rw-r--r-- | src/d/actor/d_a_auction.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_auction.cpp b/src/d/actor/d_a_auction.cpp index 6ef597d9..3492a41d 100644 --- a/src/d/actor/d_a_auction.cpp +++ b/src/d/actor/d_a_auction.cpp @@ -50,8 +50,8 @@ static daAuction_HIO_c l_HIO; static daAuction_c::ItemData l_item_dat[] = { {dItem_JOY_PENDANT_e, 0x1D10, 40, 0x0F01}, - {COLLECT_MAP_27, 0x1D11, 5, 0x1080}, - {COLLECT_MAP_18, 0x1D12, 60, 0x1040}, + {dItem_COLLECT_MAP_27_e, 0x1D11, 5, 0x1080}, + {dItem_COLLECT_MAP_18_e, 0x1D12, 60, 0x1040}, {dItem_HEART_PIECE_e, 0x1D13, 80, 0x1020}, }; |
