mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-21 21:17:25 +00:00
??
This commit is contained in:
parent
2628470482
commit
b648b43c4d
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user