mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-21 20:46:22 +00:00
Mage improvement (fire mage aoe)
This commit is contained in:
@@ -618,8 +618,8 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
std::string const GetTargetName() { return "self target"; }
|
||||
virtual bool IsActive();
|
||||
std::string const GetTargetName() override { return "self target"; }
|
||||
bool IsActive() override;
|
||||
|
||||
private:
|
||||
int stack;
|
||||
|
||||
Reference in New Issue
Block a user