1
0
Fork 0

forgot one line, see previous commit

This commit is contained in:
Midorica 2023-06-24 20:33:30 -04:00
parent 01b5282899
commit 571b92d0cd
1 changed files with 2 additions and 0 deletions

View File

@ -961,6 +961,8 @@ class SaoBase:
next_tower_id = 3051
else:
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, next_tower_id, 0, 0, 0, 0, 0)