diff --git a/src/Alliance.php b/src/Alliance.php index b7aea4a..f305521 100644 --- a/src/Alliance.php +++ b/src/Alliance.php @@ -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!', ]; } } diff --git a/src/Horde.php b/src/Horde.php index 32ddb5d..a9b4da1 100644 --- a/src/Horde.php +++ b/src/Horde.php @@ -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!', ]; } }