1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-21 21:17:49 +02:00

ObstacleCasterProxy: beta branch

This commit is contained in:
Konstantin 2023-04-10 15:41:58 +03:00
parent 4f3c826196
commit 2eaecfd1ae

View File

@ -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");