diff --git a/city.php b/city.php index 954a7fd..25997f3 100644 --- a/city.php +++ b/city.php @@ -59,8 +59,7 @@ switch ($location[0]) { default: break; case 'level1': - header('location: main.php?goto=arena'); - exit; + Travel::toRoom(1,$user->room); break; case 'level7': Travel::toRoom(21,$user->room); diff --git a/classes/Travel.php b/classes/Travel.php index 8131856..b6a56f6 100644 --- a/classes/Travel.php +++ b/classes/Travel.php @@ -8,6 +8,7 @@ class Travel * @var string[] */ private static $roomFileName = [ + 1 => 'main.php', 20 => 'city.php', 21 => 'city.php', 22 => 'shop.php', @@ -88,8 +89,8 @@ class Travel * 13 location: quest_room.php * 222 Room 2702 [STREET] */ - $room[20] = [21, 22, 23, 25, 26, 27, 2702]; - $room[22] = $room[23] = $room[25] = $room[27] = [20]; + $room[20] = [1, 21, 22, 23, 25, 26, 27, 2702]; + $room[1] = $room[22] = $room[23] = $room[25] = $room[27] = [20]; /* * 3 Room 2111 [STREET] * 4 Room 20 [STREET]