diff --git a/zone/client_packet.cpp b/zone/client_packet.cpp index a0c0954e8..6d22f1fbf 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -8546,7 +8546,7 @@ void Client::Handle_OP_ItemVerifyRequest(const EQApplicationPacket *app) (IsSilenced() && !IsDiscipline(spell_id)) || (IsAmnesiad() && IsDiscipline(spell_id)) || (IsDetrimentalSpell(spell_id) && !zone->CanDoCombat()) || - inst->GetExp() <= 0 // charms don't have spells when less than 0 + (inst->IsScaling() && inst->GetExp() <= 0) // charms don't have spells when less than 0 ) ) {