We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e7bd8 commit 1553184Copy full SHA for 1553184
2 files changed
mgz/fast/enums.py
@@ -52,7 +52,6 @@ class Action(Enum):
52
RESEARCH = 101
53
BUILD = 102
54
GAME = 103
55
- DE_UNKNOWN_104 = 104
56
WALL = 105
57
DELETE = 106
58
ATTACK_GROUND = 107
@@ -80,6 +79,7 @@ class Action(Enum):
80
79
DE_UNKNOWN_137 = 137
81
DE_UNKNOWN_138 = 138
82
DE_107_B = 140
+ DE_UNKNOWN_141 = 141
83
DE_TRIBUTE = 196
84
POSTGAME = 255
85
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='mgz',
6
- version='1.8.42',
+ version='1.8.43',
7
description='Parse Age of Empires 2 recorded games.',
8
url='https://github.com/happyleavesaoc/aoc-mgz/',
9
license='MIT',
0 commit comments