Ok, I know how to change the starting room for Smaug, so I did it. But when a new player enters the game I get this error.
The area is installed, and is not a prototype.
In mud.h, I changed the code to
I'm sitting in 1300 when a player enters, so the room does exist.
Log: [*****] BUG: Char_to_room: Ziona -> NULL room! Putting char in limbo (2)
The area is installed, and is not a prototype.
In mud.h, I changed the code to
#define ROOM_VNUM_SCHOOL 1300
#define ROOM_AUTH_START 1301
I'm sitting in 1300 when a player enters, so the room does exist.