diff options
Diffstat (limited to 'npc/custom/eAAC_Scripts/kafraExpress/ke_rent.txt')
-rw-r--r-- | npc/custom/eAAC_Scripts/kafraExpress/ke_rent.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_rent.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_rent.txt index d773a0e53..b2edbba4e 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_rent.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_rent.txt @@ -13,7 +13,7 @@ //= See config.txt for configuration. //============================================================ -- script keInit_rent -1,{ +- script keInit_rent { OnInit: //Load Config donpcevent "keConfig::OnLoadRent"; end; @@ -78,4 +78,4 @@ function script F_keRent { break; } return; -}
\ No newline at end of file +} |