Merge pull request #6 from Torndeco/patch-6

Update exile.ini
This commit is contained in:
Cloudhax23 2017-03-06 21:24:07 -06:00 committed by GitHub
commit 93e13fd710

View File

@ -85,9 +85,11 @@ SQL1_INPUTS = 1
OUTPUT = 1
[createPlayer]
SQL1_1 = INSERT INTO player SET account_uid = ?, name = ?
SQL1_1 = DELETE FROM player WHERE account_uid = ?
SQL2_1 = INSERT INTO player SET account_uid = ?, name = ?
SQL1_INPUTS = 1
SQL2_INPUTS = 1,2
SQL1_INPUTS = 1,2
Return InsertID = true
[insertPlayerHistory]