Fixed my horrible editing...
This commit is contained in:
parent
a91e171653
commit
8d64c8a7c7
@ -197,7 +197,7 @@ SQL1_37 = vest_weapons = ?,
|
||||
SQL1_38 = temperature = ?,
|
||||
SQL1_39 = wetness = ?
|
||||
SQL1_40 = WHERE id = ?
|
||||
9
|
||||
|
||||
SQL1_INPUTS = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
@ -219,7 +219,7 @@ SQL1_11 = up_x = ?,
|
||||
SQL1_12 = up_y = ?,
|
||||
SQL1_13 = up_z = ?,
|
||||
SQL1_14 = pin_code = ?
|
||||
3
|
||||
|
||||
SQL1_INPUTS = 1,2,3,4,5,6,7,8,9,10,11,12,13
|
||||
Return InsertID = true
|
||||
|
||||
@ -268,7 +268,7 @@ SQL1_18 = cargo_container = ?,
|
||||
SQL1_19 = money = ?,
|
||||
SQL1_20 = last_updated_at = NOW()
|
||||
SQL1_21 = WHERE id = ?
|
||||
9
|
||||
|
||||
SQL1_INPUTS = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19
|
||||
|
||||
[updateVehicleSkin]
|
||||
@ -300,8 +300,8 @@ SQL1_10 = up_x = ?,
|
||||
SQL1_11 = up_y = ?,
|
||||
SQL1_12 = up_z = ?,
|
||||
SQL1_13 = territory_id = $CUSTOM_1$
|
||||
1
|
||||
Number of Custom Inputs = 1
|
||||
|
||||
|
||||
SQL1_INPUTS = 1,2,3,4,5,6,7,8,9,10,11
|
||||
Return InsertID = true
|
||||
|
||||
@ -381,8 +381,8 @@ SQL1_16 = cargo_container = ?,
|
||||
SQL1_17 = money = ?,
|
||||
SQL1_18 = pin_code = ?,
|
||||
SQL1_19 = territory_id = $CUSTOM_1$
|
||||
7
|
||||
Number of Custom Inputs = 1
|
||||
|
||||
|
||||
SQL1_INPUTS = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17
|
||||
Return InsertID = true
|
||||
|
||||
@ -429,8 +429,8 @@ SQL1_16 = territory_id = $CUSTOM_1$,
|
||||
SQL1_17 = money = ?,
|
||||
SQL1_18 = last_updated_at = NOW()
|
||||
SQL1_19 = WHERE id = ?
|
||||
6
|
||||
Number of Custom Inputs = 1
|
||||
|
||||
|
||||
SQL1_INPUTS = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16
|
||||
|
||||
[containerSetPinCode]
|
||||
@ -520,8 +520,8 @@ SQL1_INPUTS = 1
|
||||
|
||||
[createTerritory]
|
||||
SQL1_1 = INSERT INTO territory SET owner_uid = ?, name = ?, position_x = ? , position_y = ? , position_z = ?, radius = ? , level = ? , flag_texture = ? , flag_stolen = ? , flag_stolen_by_uid =$CUSTOM_1$ , build_rights = ? , moderators = ?
|
||||
1
|
||||
Number Of Custom Inputs = 1
|
||||
|
||||
|
||||
SQL1_INPUTS = 1,2,3,4,5,6,7,8,9,10,11
|
||||
Return InsertID = true
|
||||
|
||||
@ -621,7 +621,7 @@ SQL1_INPUTS = 1
|
||||
; Marks territories (and all containers/constructions) that were not paid within ? days as deleted
|
||||
[markDeleteUnpaidTerritories]
|
||||
SQL1_1 = UPDATE territory SET deleted_at = NOW() WHERE last_paid_at < DATE_SUB(NOW(), INTERVAL ? DAY) AND deleted_at IS NULL
|
||||
SQl2_1 = UPDATE construction SET deleted_at = (SELECT deleted_at FROM territory WHERE territory.id = construction.territory_id AND territory.deleted_at IS NOT NULL) WHERE construction.territory_id IS NOT NULL
|
||||
SQL2_1 = UPDATE construction SET deleted_at = (SELECT deleted_at FROM territory WHERE territory.id = construction.territory_id AND territory.deleted_at IS NOT NULL) WHERE construction.territory_id IS NOT NULL
|
||||
SQL3_1 = UPDATE container SET deleted_at = (SELECT deleted_at FROM territory WHERE territory.id = container.territory_id AND territory.deleted_at IS NOT NULL) WHERE container.territory_id IS NOT NULL
|
||||
|
||||
SQL1_INPUTS = 1
|
||||
@ -686,5 +686,5 @@ SQL1_INPUTS = 1
|
||||
|
||||
[setTerritoryNotified]
|
||||
SQL1_1 = UPDATE territory SET xm8_protectionmoney_notified = ? WHERE id = ?
|
||||
Number of Inputs = 2
|
||||
|
||||
SQL1_INPUTS = 1,2
|
||||
|
Loading…
Reference in New Issue
Block a user