mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
fix party member dispel.
This commit is contained in:
@@ -2568,7 +2568,7 @@ bool PlayerbotAI::HasAuraToDispel(Unit* target, uint32 dispelType)
|
||||
continue;
|
||||
|
||||
if (sPlayerbotAIConfig->dispelAuraDuration && aura->GetDuration() && aura->GetDuration() < (int32)sPlayerbotAIConfig->dispelAuraDuration)
|
||||
return false;
|
||||
continue;
|
||||
|
||||
if (canDispel(spellInfo, dispelType))
|
||||
return true;
|
||||
@@ -2946,7 +2946,7 @@ void PlayerbotAI::RemoveShapeshift()
|
||||
RemoveAura("swift flight form");
|
||||
RemoveAura("aquatic form");
|
||||
RemoveAura("ghost wolf");
|
||||
RemoveAura("tree of life");
|
||||
// RemoveAura("tree of life");
|
||||
}
|
||||
|
||||
uint32 PlayerbotAI::GetEquipGearScore(Player* player, bool withBags, bool withBank)
|
||||
|
||||
Reference in New Issue
Block a user