This commit is contained in:
David Markowitz 2024-06-25 20:52:46 -07:00
parent 2628470482
commit b648b43c4d

View File

@ -26,7 +26,7 @@ Precondition::Precondition(const uint32_t condition) {
if (result.eof()) { if (result.eof()) {
this->type = PreconditionType::ItemEquipped; this->type = PreconditionType::ItemEquipped;
this->count = 1; this->count = 1;
this->values = { 0 }; this->values = { 0u };
LOG("Failed to find precondition of id (%i)!", condition); LOG("Failed to find precondition of id (%i)!", condition);