Skip to content

Commit

Permalink
Quests/Filter
Browse files Browse the repository at this point in the history
 * fixed class/race-specific filters
  • Loading branch information
Sarjuuk committed Apr 5, 2020
1 parent c2a1556 commit 7911e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/types/quest.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ class QuestListFilter extends Filter
34 => [FILTER_CR_CALLBACK, 'cbAvailable', null, null], // availabletoplayers [yn]
36 => [FILTER_CR_FLAG, 'cuFlags', CUSTOM_HAS_VIDEO ], // hasvideos
37 => [FILTER_CR_CALLBACK, 'cbClassSpec', null, null], // classspecific [enum]
37 => [FILTER_CR_CALLBACK, 'cbRaceSpec', null, null], // racespecific [enum]
38 => [FILTER_CR_CALLBACK, 'cbRaceSpec', null, null], // racespecific [enum]
42 => [FILTER_CR_STAFFFLAG, 'flags' ], // flags
43 => [FILTER_CR_CALLBACK, 'cbCurrencyReward', null, null], // currencyrewarded [enum]
44 => [FILTER_CR_CALLBACK, 'cbLoremaster', null, null], // countsforloremaster_stc [yn]
Expand Down

0 comments on commit 7911e99

Please sign in to comment.