This repository has been archived on 2026-04-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Tortuga/rsc/admin/relocate_chars.sql
T
2015-08-23 02:59:33 +10:00

2 lines
147 B
SQL

-- simply dump all characters at (0,0) in room 0, for debugging purposes
UPDATE OR FAIL LiveCharacters SET roomIndex = 0, originX = 0, originY = 0;