On the wiki it says:
This field is a bitmask, you can combine class values
But if you look up the Hunter class quests in the db they have a value of 4. In ChrClasses.dbc, the values go from 1 to 11 (with no 10) so how can you simply “combine class values”?
According to the DBC, 4= Rogue however it could also be a combination of 1 (Warrior) and 3 (Hunter) so it seems a bit confusing to say “combine class values” when the result is ambiguous.
Technically speaking the Hunter class quests should be a 3 (based on ChrClasses.dbc and also the characters
table) but if you go by the wiki that actually means Warrior and Paldin (1+2).
-- Nigt Elf Hunter quests
SELECT `id`,`requiredclasses` FROM `quest_template` WHERE `id` IN (6064,6074,6075,6076,6084,6085,6086);
id requiredclasses
6064 4
6074 4
6075 4
6076 4
6084 4
6085 4
6086 4