mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
debuff on melee attackers
This commit is contained in:
@@ -3717,6 +3717,9 @@ float PlayerbotAI::GetRange(std::string const type)
|
||||
if (type == "heal")
|
||||
return sPlayerbotAIConfig->healDistance;
|
||||
|
||||
if (type == "melee")
|
||||
return sPlayerbotAIConfig->meleeDistance;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user