diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-12 17:57:33 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-12 17:57:33 -0400 |
| commit | 10651a0c4e6b5280528392ac3119f90487e67473 (patch) | |
| tree | 7601bc96e151bda938707ec96df6ea330736791b /src/d/actor/d_a_npc_people.cpp | |
| parent | cbd7e076c6815b9574e52bb86b7a40e7f47bbbe2 (diff) | |
Player inlines and item enums
Diffstat (limited to 'src/d/actor/d_a_npc_people.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_people.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_people.cpp b/src/d/actor/d_a_npc_people.cpp index dfbba0ac..3cde44c9 100644 --- a/src/d/actor/d_a_npc_people.cpp +++ b/src/d/actor/d_a_npc_people.cpp @@ -6584,7 +6584,7 @@ u16 daNpcPeople_c::next_msgStatus(u32* pMsgNo) { } else { m734 = l_msg_xy_sa5_yes; - dComIfGp_setItemBeastNumCount(0x0, -3); + dComIfGp_setItemBeastNumCount(dBeastIdx_SKULL_NECKLACE_e, -3); dComIfGp_resetItemTimer(0xE10); mEtcFlag |= 0x100000; } |
