mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
warlock and dk strategy port
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
bool CastDrainSoulAction::isUseful()
|
||||
{
|
||||
return AI_VALUE2(uint32, "item count", "soul shard") < uint32(AI_VALUE(uint8, "bag space") * 0.2);
|
||||
return AI_VALUE2(uint32, "item count", "soul shard") < 10;
|
||||
}
|
||||
|
||||
Value<Unit*>* CastBanishAction::GetTargetValue()
|
||||
|
||||
Reference in New Issue
Block a user