mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
[Initialization] Titan's grip for fury warrior
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user