Отображение всех дефолтных картинок на улицах.

This commit is contained in:
lopar
2020-10-27 02:36:29 +02:00
parent c937f7a0ba
commit 8afc50f6fc
3 changed files with 28 additions and 33 deletions
+2 -4
View File
@@ -123,9 +123,6 @@ switch ($location[0]) {
case 'level1':
Travel::toRoom(21,$user->room);
break;
case 'level2':
header('location: city.php?haos');
break;
case 'level203':
Travel::toRoom(1055,$user->room);
break;
@@ -133,7 +130,8 @@ switch ($location[0]) {
Travel::toRoom(620,$user->room);
break;
case 'room666':
Travel::toRoom(666,$user->room);
//Нет на карте
//Travel::toRoom(666,$user->room);
break;
}
} elseif ($user->room == 2601) {