UniqueNamez
New Member
- Jun 20, 2013
- 13
- 0
Yesterday i tried to set a homeroom for every user that logs in and the query was
After i ran this query , nothing in the room loads so i decided to run a backup from 30 mins ago and it still happens?
I've tried
but still didnt work?
Any help would be appreciated.
Code:
UPDATE users SET home_room = 'room_id'
After i ran this query , nothing in the room loads so i decided to run a backup from 30 mins ago and it still happens?
I've tried
Code:
REMOVE users SET home_room = 'room_id'
Any help would be appreciated.