mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-06-07 09:25:34 +00:00
fix typo
This commit is contained in:
parent
0b40c14770
commit
af1c8f4067
@ -21,7 +21,7 @@ class FarmEchoTask(BaseCombatTask):
|
||||
'Level': '(1-6) Important, Choose which level to farm, lower levels might not produce a echo',
|
||||
'Entrance Direction': 'Choose Forward for Dreamless, Backward for Jue'
|
||||
}
|
||||
self.config_type["Entrance Directrance Direction"] = {'type': "drop_down", 'options': ['Forward', 'Backward']}
|
||||
self.config_type["Entrance Direction"] = {'type': "drop_down", 'options': ['Forward', 'Backward']}
|
||||
self.crownless_pos = (0.9, 0.4)
|
||||
self.last_drop = False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user