forked from Dniel97/artemis
forgot one line, see previous commit
This commit is contained in:
parent
01b5282899
commit
571b92d0cd
@ -961,6 +961,8 @@ class SaoBase:
|
|||||||
next_tower_id = 3051
|
next_tower_id = 3051
|
||||||
else:
|
else:
|
||||||
trial_tower_id = trial_tower_id + 3000
|
trial_tower_id = trial_tower_id + 3000
|
||||||
|
next_tower_id = trial_tower_id + 1
|
||||||
|
|
||||||
self.game_data.item.put_player_quest(user_id, trial_tower_id, quest_clear_flag, clear_time, combo_num, total_damage, concurrent_destroying_num)
|
self.game_data.item.put_player_quest(user_id, trial_tower_id, quest_clear_flag, clear_time, combo_num, total_damage, concurrent_destroying_num)
|
||||||
self.game_data.item.put_player_quest(user_id, next_tower_id, 0, 0, 0, 0, 0)
|
self.game_data.item.put_player_quest(user_id, next_tower_id, 0, 0, 0, 0, 0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user