Update exile.ini

SQL Fix for updateContainer outside of a territory
This commit is contained in:
Torndeco 2017-03-15 00:50:34 +00:00 committed by GitHub
parent 701863dc8e
commit 178c0ca487

View File

@ -424,7 +424,7 @@ SQL1_15 = cargo_container = ?,
SQL1_16 = territory_id = ?,
SQL1_17 = money = ?
SQL1_18 = WHERE id = ?
SQL1_INPUTS = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17
SQL1_INPUTS = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15-NULL,16,17
[containerSetPinCode]
SQL1_1 = UPDATE container SET pin_code= ? WHERE id = ?