diff options
Diffstat (limited to 'npc/custom/eAAC_Scripts/kafraExpress/ke_uncard.txt')
-rw-r--r-- | npc/custom/eAAC_Scripts/kafraExpress/ke_uncard.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_uncard.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_uncard.txt index 6e61a49ef..a3b732412 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_uncard.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_uncard.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== -//= 1.5 +//= 1.6 //===== Compatible With: ===================================== //= eAthena SVN R3424+ //===== Description: ========================================= @@ -13,7 +13,7 @@ //= See config.txt for configuration. //============================================================ -- script keInit_uncard -1,{ +- script keInit_uncard { OnInit: //Load Config donpcevent "keConfig::OnLoadUncard"; end; @@ -162,4 +162,4 @@ function SF_uncard { return 1; } -}
\ No newline at end of file +} |