fix rogue stealth

This commit is contained in:
Yunfan Li
2023-10-22 11:28:00 +08:00
parent a63c6b6709
commit 38f8ea5fd9
2 changed files with 0 additions and 11 deletions

View File

@@ -32,7 +32,6 @@ class CastStealthAction : public CastBuffSpellAction
std::string const GetTargetName() override { return "self target"; }
bool isPossible() override;
bool Execute(Event event) override;
};
class UnstealthAction : public Action