diff options
Diffstat (limited to 'npc/custom/eAAC_Scripts/kafraExpress/ke_stats.txt')
-rw-r--r-- | npc/custom/eAAC_Scripts/kafraExpress/ke_stats.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_stats.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_stats.txt index 334b06a05..364fbfd37 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_stats.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_stats.txt @@ -13,7 +13,7 @@ //= See config.txt for configuration. //============================================================ -- script keInit_stats -1,{ +- script keInit_stats { OnInit: //Load Config donpcevent "keConfig::OnLoadStats"; end; @@ -127,4 +127,4 @@ function SF_statRaise { } while (@submenu > 1); } -}
\ No newline at end of file +} |