diff --git a/Short/KeyHuntinn_Act_Picker.xml b/Short/KeyHuntinn_Act_Picker.xml
index 824d3be..da6d05d 100644
--- a/Short/KeyHuntinn_Act_Picker.xml
+++ b/Short/KeyHuntinn_Act_Picker.xml
@@ -23,7 +23,7 @@
<!-- Run Act 3 if lowest -->
<If condition="((GetBackpackItemCount(255808) + GetStashedItemCount(255808)) < (GetBackpackItemCount(255809) + GetStashedItemC
- <LogMessage output="Terror Keys needed, running A1" />
+ <LogMessage output="Terror Keys needed, running A3" />
<TrinityLoadProfile file="A3_Start_Keyhuntinn.xml" exit="true" />
<!-- <LoadProfile profile="A3_Start_Keyhuntinn.xml" leaveGame="true" /> -->
</If>
@@ -50,8 +50,8 @@
<!-- Run Act 1/2 if most A3 -->
<If condition="((GetBackpackItemCount(255808) + GetStashedItemCount(255808)) > (GetBackpackItemCount(255809) + GetStashedItemC
- <LogMessage output="You have a lot of Terror Keys, running A1 or A3" />
- <TrinityLoadProfile file="A1_Start_KeyHuntinn.xml!A1_Start_Keyhuntinn.xml" exit="true" />
+ <LogMessage output="You have a lot of Terror Keys, running A1 or A2" />
+ <TrinityLoadProfile file="A1_Start_KeyHuntinn.xml!A2_Start_Keyhuntinn.xml" exit="true" />
<!-- <LoadProfile loadRandom="True" leaveGame="True">
<Profile>A1_Start_KeyHuntinn.xml</Profile>
<Profile>A2_Start_KeyHuntinn.xml</Profile>