Tigercat2000
748da30bb6
-tg- underware overhaul
...
This commit overhauls the underwear/undershirt system to -tg-'s text-based
version. No more magic numbers, just text states.
Note, this modifies the SQL Schema, and existing databases must be
modified by the following SQL:
ALTER TABLE server_db.characters
CHANGE underwear underwear MEDIUMTEXT NOT NULL,
CHANGE undershirt undershirt MEDIUMTEXT NOT NULL;
2015-08-13 17:45:52 -07:00
..
2015-08-05 20:12:11 -04:00
2015-08-09 17:27:02 +02:00
2015-06-21 15:47:57 -07:00
2015-05-29 15:43:42 -07:00
2015-08-03 11:04:28 -04:00
2015-05-25 20:16:34 -04:00
2015-02-22 22:12:11 +01:00
2015-07-09 02:48:34 -04:00
2015-07-09 02:48:34 -04:00
2015-07-09 19:51:40 -04:00
2015-08-13 17:45:52 -07:00
2015-07-09 02:48:34 -04:00
2015-02-22 22:12:11 +01:00
2015-05-25 20:16:34 -04:00
2015-07-09 15:55:36 -04:00
2015-05-10 14:41:06 -04:00
2015-02-22 22:12:11 +01:00
2015-04-28 08:43:42 -07:00
2015-08-01 10:13:54 -04:00
2015-07-05 04:51:47 -04:00
2015-07-09 02:48:34 -04:00
2015-02-22 22:12:11 +01:00
2015-07-09 02:48:34 -04:00
2015-05-25 20:16:34 -04:00
2015-06-22 13:40:07 -07:00
2015-07-09 02:48:34 -04:00
2015-07-09 02:48:34 -04:00
2015-08-03 14:53:28 -07:00
2015-05-09 16:06:59 -07:00
2015-07-11 06:28:03 -04:00
2015-07-24 17:33:25 -04:00
2015-07-08 01:34:53 -04:00
2015-02-22 22:12:11 +01:00
2015-06-21 18:39:39 -07:00
2015-07-06 09:20:39 -07:00
2015-07-09 02:48:34 -04:00
2015-05-15 01:07:08 -04:00
2015-07-08 01:09:10 -04:00
2015-02-22 22:12:11 +01:00
2015-06-09 21:29:21 -04:00
2015-08-06 00:42:17 -04:00
2015-06-21 15:47:57 -07:00
2015-07-09 02:48:34 -04:00