Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion koth/scripts/kingofthehill.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down