I did a pull tonight and recompile but I get the following 3 errors:
	Code:
	error LNK2019: unresolved external symbol "int __cdecl MakeRandomInt(int,int)" (?MakeRandomInt@@YAHHH@Z) referenced in function "public: void __thiscall Client::ForageItem(bool)" (?ForageItem@Client@@QAEX_N@Z)	C:\EQ\Source\Build\zone\forage.obj	zone
error LNK2001: unresolved external symbol "int __cdecl MakeRandomInt(int,int)" (?MakeRandomInt@@YAHHH@Z)	C:\EQ\Source\Build\zone\pets.obj	zone
error LNK1120: 1 unresolved externals	C:\EQ\Source\Build\Bin\RelWithDebInfo\zone.exe	1	1	zone
 This is with VS2012.