From a68c5cbc8d0cdfc753120df7a257928d33693f41 Mon Sep 17 00:00:00 2001 From: deed Date: Mon, 15 May 2017 11:00:53 +0200 Subject: [PATCH] correction mineur --- data/kh/kh_interfaces/appzone.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/kh/kh_interfaces/appzone.lua b/data/kh/kh_interfaces/appzone.lua index c97cfedc..71ffd96c 100644 --- a/data/kh/kh_interfaces/appzone.lua +++ b/data/kh/kh_interfaces/appzone.lua @@ -12,7 +12,7 @@ AppZone = { -- use client.cfg value when available local uri getClientCfg("AppZoneUrl") if uri == nil or uri == '' then - uri = 'http://app.liria.khaganat.net/' + uri = 'http://app.lirria.khaganat.net/' end AppZone.homeuri = uri .. AppZone.homeuri