Files
Paradise/code/game/dna
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-09 22:11:37 -04:00
2015-04-04 14:27:53 -04:00
2015-04-12 19:54:45 -04:00
2015-08-13 17:45:52 -07:00