diff options
Diffstat (limited to 'npc/custom/eAAC_Scripts/kafraExpress/ke_statmarket.txt')
-rw-r--r-- | npc/custom/eAAC_Scripts/kafraExpress/ke_statmarket.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_statmarket.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_statmarket.txt index d4fb4d147..c5c69624f 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_statmarket.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_statmarket.txt @@ -13,7 +13,7 @@ //= See config.txt for configuration. //============================================================ -- script keInit_statmarket -1,{ +- script keInit_statmarket { OnInit: //Load Config donpcevent "keConfig::OnLoadStatMarket"; end; @@ -125,4 +125,4 @@ function script F_keStatMarket { } } while (@kmenu > 1); return; -}
\ No newline at end of file +} |