diff options
Diffstat (limited to 'npc/custom/eAAC_Scripts/kafraExpress/ke_refine.txt')
-rw-r--r-- | npc/custom/eAAC_Scripts/kafraExpress/ke_refine.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_refine.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_refine.txt index 7fc49fa81..0dca7f49c 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_refine.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_refine.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Skotlex //===== Current Version: ===================================== -//= 2.7 +//= 2.8 //===== Compatible With: ===================================== //= eAthena SVN R3424+ //===== Description: ========================================= @@ -14,7 +14,7 @@ //= See config.txt for configuration. //============================================================ -- script keInit_refine -1,{ +- script keInit_refine { OnInit: //Load Config donpcevent "keConfig::OnLoadRefine"; end; @@ -336,4 +336,4 @@ function SF_sellOres { } while (@submenu > 1); } -}
\ No newline at end of file +} |