mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
ObstacleCasterProxy: beta branch
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user