mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Limit scale check to only scaling items
This commit is contained in:
parent
6b8c39d388
commit
3098b11080
@ -8549,7 +8549,7 @@ void Client::Handle_OP_ItemVerifyRequest(const EQApplicationPacket *app)
|
|||||||
(IsSilenced() && !IsDiscipline(spell_id)) ||
|
(IsSilenced() && !IsDiscipline(spell_id)) ||
|
||||||
(IsAmnesiad() && IsDiscipline(spell_id)) ||
|
(IsAmnesiad() && IsDiscipline(spell_id)) ||
|
||||||
(IsDetrimentalSpell(spell_id) && !zone->CanDoCombat()) ||
|
(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
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user