Skip to content

Commit

Permalink
Added some alliance
Browse files Browse the repository at this point in the history
  • Loading branch information
bennychan committed Oct 27, 2017
1 parent 4c4096b commit f335914
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Alliance.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ public static function headers()
{
return [
'X-Stormwind-Guard' => 'King\'s honor friend',
'X-Dwarf' => 'For Khaz Modan!',
'X-Human' => 'For the Alliance!',
'X-Varian-Wrynn' => 'Stormwind honors your service to the Alliance',
'X-Arthas-Menethil' => 'For Lordaeron!',
'X-Magni-Bronzebeard' => 'Feel the fury of the mountain!',
];
}
}

0 comments on commit f335914

Please sign in to comment.