Skip to content

Commit 48e26b1

Browse files
add unknown action 46
1 parent c341a35 commit 48e26b1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

mgz/fast/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class Action(Enum):
4646
RATHA_ABILITY = 43
4747
DE_107_A = 44
4848
DE_MULTI_GATHERPOINT = 45
49+
DE_UNKNOWN_46 = 46
4950
AI_COMMAND = 53
5051
DE_UNKNOWN_80 = 80
5152
MAKE = 100

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.47',
6+
version='1.8.48',
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)