Removes Redundant "None" Vulpkanin Hairstyle

Going to need the following query run on the SQL database:

UPDATE `characters` SET `hair_style_name` = "Bald" WHERE
`hair_style_name` = "None";
This commit is contained in:
KasparoVy
2016-07-18 20:23:27 -04:00
parent b84a941488
commit b38e8ea190
@@ -799,12 +799,6 @@
species_allowed = list("Tajaran")
//Vulpkanin
vulp_hair_none
name = "None"
icon_state = "bald"
species_allowed = list("Vulpkanin")
vulp_hair_kajam
name = "Kajam"
icon_state = "kajam"