mateuszb пре 12 година
родитељ
комит
043c7c52a3
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      lib/Connection.h

+ 4 - 0
lib/Connection.h

@@ -428,8 +428,12 @@ struct VectorizedIDType
 		//if
 		//if
 		mpl::eval_if<boost::is_same<CArtifact,U>,
 		mpl::eval_if<boost::is_same<CArtifact,U>,
 		mpl::identity<ArtifactID::ArtifactID>,
 		mpl::identity<ArtifactID::ArtifactID>,
+		//else if
+		mpl::eval_if<boost::is_same<CCreature,U>,
+		mpl::identity<CreatureID::CreatureID>,
 		//else
 		//else
 		mpl::identity<si32>
 		mpl::identity<si32>
+		>
 		>::type type;
 		>::type type;
 };
 };