[Bug Fix] Fix #show recipe uint16 Cap

This commit is contained in:
Kinglykrab 2025-08-11 13:01:04 -04:00
parent d142e1ca81
commit 5d93b735db

View File

@ -10,7 +10,7 @@ void ShowRecipe(Client *c, const Seperator *sep)
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(
content_db,