diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-06-07 14:04:18 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-06-07 14:04:18 -0400 |
| commit | e855019ab4a87e853a9993d7689d0750302bf50c (patch) | |
| tree | 8ff64397b497b3e0da4cede98372bf1e839609f0 /src/d/actor/d_a_auction.cpp | |
| parent | 17e4446179a885b60eee9e732922d01420652144 (diff) | |
Rename some more item enum entries
Diffstat (limited to 'src/d/actor/d_a_auction.cpp')
| -rw-r--r-- | src/d/actor/d_a_auction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_auction.cpp b/src/d/actor/d_a_auction.cpp index d3b158a0..23ec9271 100644 --- a/src/d/actor/d_a_auction.cpp +++ b/src/d/actor/d_a_auction.cpp @@ -63,7 +63,7 @@ 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}, - {KAKERA_HEART, 0x1D13, 80, 0x1020}, + {dItem_HEART_PIECE_e, 0x1D13, 80, 0x1020}, }; static daAuction_c::ItemData l_item_dat2[] = { |
