mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-24 01:02:06 +00:00
Keeping Up-to-date with 3025
This commit is contained in:
@@ -35,6 +35,8 @@
|
|||||||
randomslot = text2num(query.item[9])
|
randomslot = text2num(query.item[9])
|
||||||
volume = text2num(query.item[10])
|
volume = text2num(query.item[10])
|
||||||
|
|
||||||
|
old_roles_to_new(C)
|
||||||
|
|
||||||
//Sanitize
|
//Sanitize
|
||||||
ooccolor = sanitize_hexcolor(ooccolor, initial(ooccolor))
|
ooccolor = sanitize_hexcolor(ooccolor, initial(ooccolor))
|
||||||
// lastchangelog = sanitize_text(lastchangelog, initial(lastchangelog))
|
// lastchangelog = sanitize_text(lastchangelog, initial(lastchangelog))
|
||||||
@@ -89,66 +91,66 @@
|
|||||||
|
|
||||||
// Let's not have this explode if you sneeze on the DB
|
// Let's not have this explode if you sneeze on the DB
|
||||||
var/DBQuery/query = dbcon.NewQuery({"SELECT
|
var/DBQuery/query = dbcon.NewQuery({"SELECT
|
||||||
OOC_Notes,
|
OOC_Notes,
|
||||||
real_name,
|
real_name,
|
||||||
name_is_always_random,
|
name_is_always_random,
|
||||||
gender,
|
gender,
|
||||||
age,
|
age,
|
||||||
species,
|
species,
|
||||||
language,
|
language,
|
||||||
hair_red,
|
hair_red,
|
||||||
hair_green,
|
hair_green,
|
||||||
hair_blue,
|
hair_blue,
|
||||||
facial_red,
|
facial_red,
|
||||||
facial_green,
|
facial_green,
|
||||||
facial_blue,
|
facial_blue,
|
||||||
skin_tone,
|
skin_tone,
|
||||||
skin_red,
|
skin_red,
|
||||||
skin_green,
|
skin_green,
|
||||||
skin_blue,
|
skin_blue,
|
||||||
markings_red,
|
markings_red,
|
||||||
markings_green,
|
markings_green,
|
||||||
markings_blue,
|
markings_blue,
|
||||||
head_accessory_red,
|
head_accessory_red,
|
||||||
head_accessory_green,
|
head_accessory_green,
|
||||||
head_accessory_blue,
|
head_accessory_blue,
|
||||||
hair_style_name,
|
hair_style_name,
|
||||||
facial_style_name,
|
facial_style_name,
|
||||||
marking_style_name,
|
marking_style_name,
|
||||||
head_accessory_style_name,
|
head_accessory_style_name,
|
||||||
eyes_red,
|
eyes_red,
|
||||||
eyes_green,
|
eyes_green,
|
||||||
eyes_blue,
|
eyes_blue,
|
||||||
underwear,
|
underwear,
|
||||||
undershirt,
|
undershirt,
|
||||||
backbag,
|
backbag,
|
||||||
b_type,
|
b_type,
|
||||||
alternate_option,
|
alternate_option,
|
||||||
job_support_high,
|
job_support_high,
|
||||||
job_support_med,
|
job_support_med,
|
||||||
job_support_low,
|
job_support_low,
|
||||||
job_medsci_high,
|
job_medsci_high,
|
||||||
job_medsci_med,
|
job_medsci_med,
|
||||||
job_medsci_low,
|
job_medsci_low,
|
||||||
job_engsec_high,
|
job_engsec_high,
|
||||||
job_engsec_med,
|
job_engsec_med,
|
||||||
job_engsec_low,
|
job_engsec_low,
|
||||||
job_karma_high,
|
job_karma_high,
|
||||||
job_karma_med,
|
job_karma_med,
|
||||||
job_karma_low,
|
job_karma_low,
|
||||||
flavor_text,
|
flavor_text,
|
||||||
med_record,
|
med_record,
|
||||||
sec_record,
|
sec_record,
|
||||||
gen_record,
|
gen_record,
|
||||||
disabilities,
|
disabilities,
|
||||||
player_alt_titles,
|
player_alt_titles,
|
||||||
organ_data,
|
organ_data,
|
||||||
rlimb_data,
|
rlimb_data,
|
||||||
nanotrasen_relation,
|
nanotrasen_relation,
|
||||||
speciesprefs,
|
speciesprefs,
|
||||||
socks,
|
socks,
|
||||||
body_accessory
|
body_accessory
|
||||||
FROM [format_table_name("characters")] WHERE ckey='[C.ckey]' AND slot='[slot]'"})
|
FROM [format_table_name("characters")] WHERE ckey='[C.ckey]' AND slot='[slot]'"})
|
||||||
if(!query.Execute())
|
if(!query.Execute())
|
||||||
var/err = query.ErrorMsg()
|
var/err = query.ErrorMsg()
|
||||||
log_game("SQL ERROR during character slot loading. Error : \[[err]\]\n")
|
log_game("SQL ERROR during character slot loading. Error : \[[err]\]\n")
|
||||||
|
|||||||
Reference in New Issue
Block a user