From 4065d974269cbfd690265a164fc79ecd234e6f2a Mon Sep 17 00:00:00 2001 From: Issac332 <119879937+Issac8658@users.noreply.github.com> Date: Mon, 22 Jun 2026 22:49:33 +0300 Subject: [PATCH] TPtL fix --- scripts/Window_TPtL.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Window_TPtL.rb b/scripts/Window_TPtL.rb index ae54030..664bc2d 100644 --- a/scripts/Window_TPtL.rb +++ b/scripts/Window_TPtL.rb @@ -196,7 +196,7 @@ class Window_TPtL < Window_Selectable self.active = false self.opacity = 127 $game_temp.player_transferring = true - $game_temp.player_new_map_id = @index + $game_temp.player_new_map_id = @mapinfos.keys[@index] $game_temp.player_new_x = 0 $game_temp.player_new_y = 0 $game_temp.player_new_direction = 0