[Initialization] Titan's grip for fury warrior

This commit is contained in:
Yunfan Li
2024-06-29 22:30:53 +08:00
parent 55515f0ec5
commit ca9981bfbe

View File

@@ -3891,7 +3891,7 @@ float PlayerbotFactory::CalculateItemScore(uint32 item_id, Player* bot)
// fury with titan's grip // fury with titan's grip
if (isDoubleHand && proto->SubClass != ITEM_SUBCLASS_WEAPON_POLEARM && if (isDoubleHand && proto->SubClass != ITEM_SUBCLASS_WEAPON_POLEARM &&
(cls == CLASS_WARRIOR && tab == WARRIOR_TAB_FURY && bot->CanTitanGrip())) { (cls == CLASS_WARRIOR && tab == WARRIOR_TAB_FURY && bot->CanTitanGrip())) {
score *= 0.1; score *= 10;
} }
} }
if (proto->Class == ITEM_CLASS_WEAPON) { if (proto->Class == ITEM_CLASS_WEAPON) {