mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 23:57:17 +00:00
Allow quest controlled TS to have no returns
This commit is contained in:
@@ -1317,7 +1317,7 @@ bool ZoneDatabase::GetTradeRecipe(uint32 recipe_id, uint8 c_type, uint32 some_id
|
|||||||
return false;
|
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");
|
Log.Out(Logs::General, Logs::Error, "Error in GetTradeRecept success: no success items returned");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user