change operator for comparing counts for Quest Achievements from ?>=? to ?=?
This commit is contained in:
parent
140fc4b86c
commit
23de034a8a
1 changed files with 1 additions and 1 deletions
|
|
@ -616,7 +616,7 @@
|
|||
$data = $this->db->query(
|
||||
'SELECT ('.(
|
||||
$count
|
||||
? "count($field) >= $value"
|
||||
? "count($field) = $value"
|
||||
: "$field = $value"
|
||||
). ') AS got '.
|
||||
'FROM quests_characters '.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue