diff --git a/server/CGameHandler.cpp b/server/CGameHandler.cpp index 4ed3dad0f..cf0ed56d5 100644 --- a/server/CGameHandler.cpp +++ b/server/CGameHandler.cpp @@ -168,6 +168,11 @@ public: return owner; } + int32_t manaLimit() const override + { + return 0; + } + void getCasterName(MetaString & text) const override { logGlobal->error("Unexpected call to ObstacleCasterProxy::getCasterName");