mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
[Typo] Fixed inconsistent name for the co adds strategy - added with co +ads removed with co -adds (ads verses adDs), now uses adds name for both. Fortunately this isn't referred to by 'ads' anywhere else (not in AiFactory.cpp and dont think its used by UnBot addon either)
This commit is contained in:
@@ -87,7 +87,7 @@ class StrategyContext : public NamedObjectContext<Strategy>
|
||||
creators["map full"] = &StrategyContext::map_full;
|
||||
creators["sit"] = &StrategyContext::sit;
|
||||
creators["mark rti"] = &StrategyContext::mark_rti;
|
||||
creators["ads"] = &StrategyContext::possible_adds;
|
||||
creators["adds"] = &StrategyContext::possible_adds;
|
||||
creators["close"] = &StrategyContext::close;
|
||||
creators["ranged"] = &StrategyContext::ranged;
|
||||
creators["behind"] = &StrategyContext::behind;
|
||||
|
||||
Reference in New Issue
Block a user