fixed seers hut object
This commit is contained in:
parent
a88670c0b9
commit
c58daa947c
1 changed files with 8 additions and 7 deletions
|
@ -417,6 +417,7 @@ def extract(filename):
|
||||||
else:
|
else:
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
if quest:
|
||||||
(time_limit, ) = struct.unpack("<I", h3m_data.read(4))
|
(time_limit, ) = struct.unpack("<I", h3m_data.read(4))
|
||||||
(length, ) = struct.unpack("<I", h3m_data.read(4))
|
(length, ) = struct.unpack("<I", h3m_data.read(4))
|
||||||
quest_begin = h3m_data.read(length)
|
quest_begin = h3m_data.read(length)
|
||||||
|
|
Loading…
Reference in a new issue