Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
Added wrecking ball
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsAreku committed Sep 5, 2018
1 parent 5cbea23 commit 0d8c663
Showing 1 changed file with 28 additions and 27 deletions.
55 changes: 28 additions & 27 deletions enums.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,31 +187,32 @@ var PRESTIGES = map[string]int{
}

var HEROES = map[string]string{
"reaper": "0x02E0000000000002",
"tracer": "0x02E0000000000003",
"mercy": "0x02E0000000000004",
"hanzo": "0x02E0000000000005",
"torbjorn": "0x02E0000000000006",
"reinhardt": "0x02E0000000000007",
"pharah": "0x02E0000000000008",
"winston": "0x02E0000000000009",
"widowmaker": "0x02E000000000000A",
"bastion": "0x02E0000000000015",
"symmetra": "0x02E0000000000016",
"zenyatta": "0x02E0000000000020",
"genji": "0x02E0000000000029",
"roadhog": "0x02E0000000000040",
"mccree": "0x02E0000000000042",
"junkrat": "0x02E0000000000065",
"zarya": "0x02E0000000000068",
"soldier76": "0x02E000000000006E",
"lucio": "0x02E0000000000079",
"dva": "0x02E000000000007A",
"mei": "0x02E00000000000DD",
"ana": "0x02E000000000013B",
"sombra": "0x02E000000000012E",
"orisa": "0x02E000000000013E",
"doomfist": "0x02E000000000012F",
"moira": "0x02E00000000001A2",
"brigitte": "0x02E0000000000195",
"reaper": "0x02E0000000000002",
"tracer": "0x02E0000000000003",
"mercy": "0x02E0000000000004",
"hanzo": "0x02E0000000000005",
"torbjorn": "0x02E0000000000006",
"reinhardt": "0x02E0000000000007",
"pharah": "0x02E0000000000008",
"winston": "0x02E0000000000009",
"widowmaker": "0x02E000000000000A",
"bastion": "0x02E0000000000015",
"symmetra": "0x02E0000000000016",
"zenyatta": "0x02E0000000000020",
"genji": "0x02E0000000000029",
"roadhog": "0x02E0000000000040",
"mccree": "0x02E0000000000042",
"junkrat": "0x02E0000000000065",
"zarya": "0x02E0000000000068",
"soldier76": "0x02E000000000006E",
"lucio": "0x02E0000000000079",
"dva": "0x02E000000000007A",
"mei": "0x02E00000000000DD",
"ana": "0x02E000000000013B",
"sombra": "0x02E000000000012E",
"orisa": "0x02E000000000013E",
"doomfist": "0x02E000000000012F",
"moira": "0x02E00000000001A2",
"brigitte": "0x02E0000000000195",
"wrecking_ball": "0x02E00000000001CA",
}

0 comments on commit 0d8c663

Please sign in to comment.