Procházet zdrojové kódy

ObstacleCasterProxy: beta branch

Konstantin před 2 roky
rodič
revize
2eaecfd1ae
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5 0
      server/CGameHandler.cpp

+ 5 - 0
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");