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:
parent
4f3c826196
commit
2eaecfd1ae
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user