Update Exile.ini

This commit is contained in:
DoubleRepo 2018-01-19 06:04:56 +01:00 committed by GitHub
parent bb8bb0ec8f
commit 40a0e0565c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,4 +16,9 @@ OUTPUT = 1,2,3
[insertTree]
SQL1_1 = INSERT INTO tree SET position_x = ?, position_y = ?, position_z = ?
Number of Inputs = 3
SQL1_INPUTS = 1,2,3
SQL1_INPUTS = 1,2,3
[ResetTree]
SQL1_1= UPDATE tree SET regrow = '0' WHERE id = ?
Number of Inputs = 1
SQL1_INPUTS = 1