Added some admin tools

This commit is contained in:
2015-08-23 02:59:33 +10:00
parent 3e42371e02
commit f585b8adda
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
--enable admin privileges for everyone, for debugging purposes
UPDATE OR FAIL UserAccounts SET admin = 1;
+2
View File
@@ -0,0 +1,2 @@
-- simply dump all characters at (0,0) in room 0, for debugging purposes
UPDATE OR FAIL LiveCharacters SET roomIndex = 0, originX = 0, originY = 0;