Minor fixes, misspelled strings

This commit is contained in:
ElPumpo
2018-07-29 15:46:43 +02:00
parent 15fce592fb
commit fb76a2a928
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -27,5 +27,5 @@ Config.Zones = {
WeedDealer = {x = -54.24, y = -1443.36, z = 31.06, name = _U('weed_dealer'), sprite = 500, color = 75},
OpiumField = {x = 1972.78, y = 3819.39, z = 32.50, name = _U('opium_field'), sprite = 51, color = 60},
OpiumProcessing = {x = 971.86, y = -2157.00, z = 28.47, name = _U('opium_processing'), sprite = 51, color = 60},
OpiumDealer = {x = 2331.08, y = 2570.22, z = 46.68, name = _U('opium_dealer'), sprite = 500, color = 75}
OpiumDealer = {x = 2331.08, y = 2570.22, z = 45.30, name = _U('opium_dealer'), sprite = 500, color = 75}
}