diff --git a/Source/inv.cpp b/Source/inv.cpp index 4007481e4..0c3729bd2 100644 --- a/Source/inv.cpp +++ b/Source/inv.cpp @@ -1960,7 +1960,7 @@ void UseStaffCharge(Player &player) { auto &staff = player.InvBody[INVLOC_HAND_LEFT]; - if (!CanUseStaff(staff, player._pRSpell)) + if (!CanUseStaff(staff, player._pSpell)) return; staff._iCharges--;