Allow quest controlled TS to have no returns

This commit is contained in:
Michael Cook (mackal) 2016-07-29 15:29:28 -04:00
parent 2a2ce6da5d
commit 3a4b341ad6

View File

@ -1317,7 +1317,7 @@ bool ZoneDatabase::GetTradeRecipe(uint32 recipe_id, uint8 c_type, uint32 some_id
return false;
}
if(results.RowCount() < 1) {
if(results.RowCount() < 1 && !spec->quest) {
Log.Out(Logs::General, Logs::Error, "Error in GetTradeRecept success: no success items returned");
return false;
}