From 327ab0072a5abfd4d8bc3fd15d4505bdd0dc6a7b Mon Sep 17 00:00:00 2001 From: LastExceed Date: Tue, 5 Apr 2022 09:51:24 +0200 Subject: [PATCH] Update kingofthehill.py fix invalid boss race in mission data --- koth/scripts/kingofthehill.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koth/scripts/kingofthehill.py b/koth/scripts/kingofthehill.py index 896f305..0ae4e90 100644 --- a/koth/scripts/kingofthehill.py +++ b/koth/scripts/kingofthehill.py @@ -609,7 +609,7 @@ def create_mission_data(self): mission.something3 = 1 mission.mission_id = 1 mission.something5 = 1 - mission.monster_id = 1000 # How is this monster id when its an int32? + mission.monster_id = 0 mission.quest_level = 500 mission.something8 = 1 mission.state = 1