@@ -123,6 +123,7 @@ struct tbMap : tbHeader
struct tbTowerOnLevel
{
tbTowerOnLevel() {levelId = -1; towerId = -1;}
bool operator ==(const tbTowerOnLevel & other) const {return levelId == other.levelId && towerId == other.towerId;}
int levelId;
int towerId;
The note is not visible to the blocked user.