Files
Paradise/code/modules/mob
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-07-12 02:45:40 -04:00
2015-08-10 05:21:04 +02:00
2015-08-13 17:45:52 -07:00
2015-08-13 17:45:52 -07:00
2015-05-11 06:28:44 -07:00
2015-07-09 02:48:34 -04:00
2015-07-07 00:35:19 -04:00
2015-07-09 02:48:34 -04:00
2015-05-28 04:07:41 -04:00
2015-05-25 19:48:13 -04:00
2015-08-02 07:13:03 +02:00