mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
[Initialization] Titan's grip for fury warrior
This commit is contained in:
parent
55515f0ec5
commit
ca9981bfbe
@ -3891,7 +3891,7 @@ float PlayerbotFactory::CalculateItemScore(uint32 item_id, Player* bot)
|
||||
// fury with titan's grip
|
||||
if (isDoubleHand && proto->SubClass != ITEM_SUBCLASS_WEAPON_POLEARM &&
|
||||
(cls == CLASS_WARRIOR && tab == WARRIOR_TAB_FURY && bot->CanTitanGrip())) {
|
||||
score *= 0.1;
|
||||
score *= 10;
|
||||
}
|
||||
}
|
||||
if (proto->Class == ITEM_CLASS_WEAPON) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user