Skip to content

Commit 1553184

Browse files
104->141
1 parent f4e7bd8 commit 1553184

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mgz/fast/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ class Action(Enum):
5252
RESEARCH = 101
5353
BUILD = 102
5454
GAME = 103
55-
DE_UNKNOWN_104 = 104
5655
WALL = 105
5756
DELETE = 106
5857
ATTACK_GROUND = 107
@@ -80,6 +79,7 @@ class Action(Enum):
8079
DE_UNKNOWN_137 = 137
8180
DE_UNKNOWN_138 = 138
8281
DE_107_B = 140
82+
DE_UNKNOWN_141 = 141
8383
DE_TRIBUTE = 196
8484
POSTGAME = 255
8585

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='mgz',
6-
version='1.8.42',
6+
version='1.8.43',
77
description='Parse Age of Empires 2 recorded games.',
88
url='https://github.com/happyleavesaoc/aoc-mgz/',
99
license='MIT',

0 commit comments

Comments
 (0)