Run this as a MySQL query:
Code:UPDATE `users` SET `home_room` = '10';
Change 10 with the ID of the room. - Also, change the default value in the users table for new members.
I thought that was the code thank you, and I was confused on how to do the second part if you could briefly explain what I should do to change the default value e_e sorry.
You using Navicat?
Yes I am.
Open your database, open the `users` table, hit `ctrl + d` on your keyboard find `home_room` change the `Default` at the bottom to the room ID.
I get this big error when doing that.You must be registered for see links
uhm, odd you sure you edited the right thing, or that error wasn't already there?