Files
Paradise/code/modules/admin/verbs
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-05-14 04:56:03 -04:00
2015-04-06 23:12:15 -04:00
2015-05-04 21:49:30 -04:00
2015-07-09 02:48:34 -04:00
2015-04-04 20:05:42 -04:00
2015-08-09 23:42:55 +02:00
2015-05-18 11:31:44 -04:00
2015-06-24 10:38:19 -07:00
2015-08-13 17:45:52 -07:00
2015-05-28 18:33:23 -04:00
2015-05-28 18:33:23 -04:00
2015-08-13 17:45:52 -07:00
2015-07-09 02:48:34 -04:00
2015-07-09 02:48:34 -04:00
2015-06-09 21:29:21 -04:00
2015-06-10 20:04:28 -04:00
2015-07-20 19:37:56 -04:00
2015-08-13 17:45:52 -07:00
2015-08-13 17:45:52 -07:00
2015-08-12 18:20:53 +02:00