[Bug Fix] Fix #show recipe uint16 Cap (#4978)

This commit is contained in:
Alex King
2025-08-11 14:06:13 -04:00
committed by GitHub
parent d142e1ca81
commit d876c6df2a
+1 -1
View File
@@ -10,7 +10,7 @@ void ShowRecipe(Client *c, const Seperator *sep)
return; return;
} }
const uint16 recipe_id = static_cast<uint16>(Strings::ToUnsignedInt(sep->arg[2])); const uint32 recipe_id = Strings::ToUnsignedInt(sep->arg[2]);
const auto& re = TradeskillRecipeEntriesRepository::GetWhere( const auto& re = TradeskillRecipeEntriesRepository::GetWhere(
content_db, content_db,