mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
Misc fixes
This commit is contained in:
parent
4908ecd7c8
commit
5b5e266c17
4 changed files with 14 additions and 10 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue