瀏覽代碼

Fixed CID 1366432

AlexVinS 9 年之前
父節點
當前提交
c23d3ac83c
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lib/mapObjects/MiscObjects.cpp

+ 0 - 1
lib/mapObjects/MiscObjects.cpp

@@ -127,7 +127,6 @@ std::string CGCreature::getHoverText(const CGHeroInstance * hero) const
 			ms.addTxt(MetaString::GENERAL_TXT,243);
 			break;
 		default: //decision = cost in gold
-			VLC->generaltexth->allTexts[244];
 			ms << boost::to_string(boost::format(VLC->generaltexth->allTexts[244]) % decision);
 			break;
 		}