diff options
Diffstat (limited to 'src/spellmanager.h')
-rw-r--r-- | src/spellmanager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/spellmanager.h b/src/spellmanager.h index 9fb5da850..f2830edb6 100644 --- a/src/spellmanager.h +++ b/src/spellmanager.h @@ -70,10 +70,10 @@ class SpellManager final private: void fillSpells(); - void invokeSpell(const TextCommand *const spell, - const Being *const target) const; + static void invokeSpell(const TextCommand *const spell, + const Being *const target); - void invokeSpell(const TextCommand *const spell) const; + static void invokeSpell(const TextCommand *const spell); static std::string parseCommand(std::string command, const Being *const target) |