Update exile.ini

Helps prevents to prevent bugged exile player
This commit is contained in:
Torndeco 2017-03-07 03:02:57 +00:00 committed by GitHub
parent a0b8568eb9
commit 1aad16cb13

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]