Skip to content

Commit

Permalink
fix classic classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloodsoul committed Jul 19, 2019
1 parent 615b068 commit 3c4fb5c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions wowclassic.class.php
Expand Up @@ -77,14 +77,14 @@ class wowclassic extends game_generic {
'parent' => array(
'race' => array(
0 => 'all', // Unknown
1 => array(3,4,6,7,9,10), // Gnome
2 => array(3,4,5,6,7,9,10), // Human
3 => array(3,4,5,6,7,8,9,10), // Dwarf
4 => array(2,3,4,6,7,10), // Night Elf
5 => array(2,3,4,6,7,8,9,10), // Troll
6 => array(3,4,6,7,9,10), // Undead
7 => array(3,4,7,8,9,10), // Orc
8 => array(2,3,5,6,8,10), // Tauren
1 => array(4,7,9,10), // Gnome
2 => array(4,5,6,7,9,10), // Human
3 => array(3,5,6,7,10), // Dwarf
4 => array(2,3,6,7,10), // Night Elf
5 => array(3,4,6,7,8,10), // Troll
6 => array(4,6,7,9,10), // Undead
7 => array(3,7,8,9,10), // Orc
8 => array(2,3,8,10), // Tauren
),
),
),
Expand Down

0 comments on commit 3c4fb5c

Please sign in to comment.