Skip to content

Commit

Permalink
Merge pull request #77 from ConradBunton/patch-1
Browse files Browse the repository at this point in the history
Update class.character.php
  • Loading branch information
Josh authored Dec 12, 2017
2 parents 6e5c6f4 + 5c0fdaa commit 057d166
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions core/SDL/class.character.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,22 @@ function constructCharInfo()
8 => 'Troll',
9 => 'Goblin',
10 => 'Bloodelf',
11 => 'Dranei'
11 => 'Dranei',
22 => 'Worgen',
24 => 'Pandaren',
26 => 'Pandaren'
),
'class' => array(
1 => 'Warrior',
2 => 'Paladin',
3 => 'Hunter',
4 => 'Rogue',
5 => 'Priest',
6 => 'Death_Knight',
6 => 'Death_Knight',
7 => 'Shaman',
8 => 'Mage',
9 => 'Warlock',
10 => 'Monk',
11 => 'Druid'
),
'gender' => array(
Expand Down

0 comments on commit 057d166

Please sign in to comment.