mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 09:48:20 +00:00
Update Preconditions.cpp
This commit is contained in:
parent
9400ee1dc0
commit
59c4b35479
@ -26,7 +26,8 @@ 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.clear();
|
||||||
|
this->values.push_back(0);
|
||||||
|
|
||||||
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