commit
93e13fd710
@ -85,9 +85,11 @@ SQL1_INPUTS = 1
|
|||||||
OUTPUT = 1
|
OUTPUT = 1
|
||||||
|
|
||||||
[createPlayer]
|
[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
|
Return InsertID = true
|
||||||
|
|
||||||
[insertPlayerHistory]
|
[insertPlayerHistory]
|
||||||
|
Loading…
Reference in New Issue
Block a user