Skip to content

Commit

Permalink
Update allowable-races.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi committed Mar 8, 2020
1 parent b341d1d commit e705248
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/app/shared/constants/flags/allowable-races.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import { Flag } from '../../types/general';

export const ALLOWABLE_RACES: Flag[] = [
{ bit: 0, name: 'Human' },
{ bit: 1, name: 'Orc' },
{ bit: 2, name: 'Dwarf' },
{ bit: 3, name: 'Night Elf' },
{ bit: 4, name: 'Undead' },
{ bit: 5, name: 'Tauren' },
{ bit: 6, name: 'Gnome' },
{ bit: 7, name: 'Troll' },
{ bit: 0, name: 'Human' },
{ bit: 1, name: 'Orc' },
{ bit: 2, name: 'Dwarf' },
{ bit: 3, name: 'Night Elf' },
{ bit: 4, name: 'Undead' },
{ bit: 5, name: 'Tauren' },
{ bit: 6, name: 'Gnome' },
{ bit: 7, name: 'Troll' },
{ bit: 8, name: 'Goblin (UNUSUED)' },
{ bit: 9, name: 'Blood Elf' },
{ bit: 10, name: 'Draenei' },
{ bit: 9, name: 'Blood Elf' },
{ bit: 10, name: 'Draenei' },
];

0 comments on commit e705248

Please sign in to comment.