fix action node factory

This commit is contained in:
Yunfan Li
2023-11-10 20:10:03 +08:00
parent 7063e5e00b
commit 748801b10b
3 changed files with 9 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ class GenericPriestStrategyActionNodeFactory : public NamedObjectFactory<ActionN
creators["flash heal"] = &flash_heal;
creators["flash heal on party"] = &flash_heal_on_party;
creators["psychic scream"] = &psychic_scream;
creators["fade"] = &fade;
// creators["fade"] = &fade;
creators["shadowfiend"] = &shadowfiend;
}