mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-05 12:33:51 +00:00
Allow quest controlled TS to have no returns
This commit is contained in:
parent
2a2ce6da5d
commit
3a4b341ad6
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user