Misc fixes

This commit is contained in:
tomrus88 2008-11-22 09:04:10 +03:00
parent 4908ecd7c8
commit 5b5e266c17
4 changed files with 14 additions and 10 deletions

View file

@ -7968,6 +7968,10 @@ uint8 Player::FindEquipSlot( ItemPrototype const* proto, uint32 slot, bool swap
if (pClass == CLASS_WARLOCK)
slots[0] = EQUIPMENT_SLOT_RANGED;
break;
case ITEM_SUBCLASS_ARMOR_SIGIL:
if (pClass == CLASS_DEATH_KNIGHT)
slots[0] = EQUIPMENT_SLOT_RANGED;
break;
}
break;
}