change operator for comparing counts for Quest Achievements from ?>=? to ?=?

This commit is contained in:
oliver 2015-04-08 10:06:59 +02:00
commit 98f2437d0a

View file

@ -616,7 +616,7 @@
$data = $this->db->query( $data = $this->db->query(
'SELECT ('.( 'SELECT ('.(
$count $count
? "count($field) >= $value" ? "count($field) = $value"
: "$field = $value" : "$field = $value"
). ') AS got '. ). ') AS got '.
'FROM quests_characters '. 'FROM quests_characters '.