[Bug Fix] Fix Tradeskill Queries (#4661)

This commit is contained in:
Alex King
2025-02-08 21:35:18 -05:00
committed by GitHub
parent 4658e7f60d
commit 4fe229c475
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -15661,7 +15661,7 @@ void Client::Handle_OP_TradeSkillRecipeInspect(const EQApplicationPacket* app)
auto s = (TradeSkillRecipeInspect_Struct*) app->pBuffer;
const auto& v = TradeskillRecipeEntriesRepository::GetWhere(
database,
content_db,
fmt::format(
"`recipe_id` = {} AND `componentcount` = 0 AND `successcount` > 0 LIMIT 1",
s->recipe_id