Update main.lua

This commit is contained in:
Mycroft
2022-02-05 13:49:01 +00:00
committed by GitHub
parent 4015982ca6
commit 498f623bc5
+1 -1
View File
@@ -5,7 +5,7 @@ local newPlayer = 'INSERT INTO `users` SET `accounts` = ?, `identifier` = ?, `gr
local loadPlayer = 'SELECT `accounts`, `job`, `job_grade`, `group`, `position`, `inventory`, `skin`, `loadout`'
if Config.Multichar then
newPlayer = newPlayer..', `firstname` = ?, `lastname` = ?, `dateofbirth` = ?, `sex` = ?, `height` = ?"'
newPlayer = newPlayer..', `firstname` = ?, `lastname` = ?, `dateofbirth` = ?, `sex` = ?, `height` = ?'
end
if Config.Multichar or Config.Identity then