Update exile.ini
Helps prevents to prevent bugged exile player
This commit is contained in:
parent
a0b8568eb9
commit
1aad16cb13
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user