mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 10:00:02 +01:00
Added shaman default combat strategy names on top of custom (#1739)
This commit is contained in:
parent
50ac6e5b95
commit
e0df6558f5
@ -41,6 +41,11 @@ class ShamanCombatStrategyFactoryInternal : public NamedObjectContext<Strategy>
|
||||
public:
|
||||
ShamanCombatStrategyFactoryInternal() : NamedObjectContext<Strategy>(false, true)
|
||||
{
|
||||
creators["heal"] = &ShamanCombatStrategyFactoryInternal::resto;
|
||||
creators["melee"] = &ShamanCombatStrategyFactoryInternal::enh;
|
||||
creators["dps"] = &ShamanCombatStrategyFactoryInternal::enh;
|
||||
creators["caster"] = &ShamanCombatStrategyFactoryInternal::ele;
|
||||
//creators["offheal"] = &ShamanCombatStrategyFactoryInternal::offheal;
|
||||
creators["resto"] = &ShamanCombatStrategyFactoryInternal::resto;
|
||||
creators["enh"] = &ShamanCombatStrategyFactoryInternal::enh;
|
||||
creators["ele"] = &ShamanCombatStrategyFactoryInternal::ele;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user