Skip to content

Commit

Permalink
Merge pull request #3 from bennychan/master
Browse files Browse the repository at this point in the history
Added some alliance and horde headers
  • Loading branch information
WyriHaximus authored Oct 28, 2017
2 parents 4c4096b + 942a278 commit 480b3ad
Show file tree
Hide file tree
Showing 2 changed files with 9 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!',
];
}
}
4 changes: 4 additions & 0 deletions src/Horde.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ public static function headers()
'X-Orc' => 'Lok-tar ogar!',
'X-Alliance' => 'Puny Alliance',
'X-Thrall' => 'For Doomhammer!',
'X-Troll' => 'Taz\'dingooo!',
'X-Forsaken' => 'Victory for Sylvanas!',
'X-Tauren' => 'May the eternal sun shine upon thee',
'X-Shaman' => 'Storm, earth, and fire, heed my call!',
];
}
}

0 comments on commit 480b3ad

Please sign in to comment.