summaryrefslogtreecommitdiff
path: root/npc/custom/eAAC_Scripts/kafraExpress/ke_shop.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/custom/eAAC_Scripts/kafraExpress/ke_shop.txt')
-rw-r--r--npc/custom/eAAC_Scripts/kafraExpress/ke_shop.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_shop.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_shop.txt
index cd99358cd..b8fdf9f66 100644
--- a/npc/custom/eAAC_Scripts/kafraExpress/ke_shop.txt
+++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_shop.txt
@@ -13,7 +13,7 @@
//= See config.txt for configuration.
//============================================================
-- script keInit_shop -1,{
+- script keInit_shop {
OnInit: //Load Config
donpcevent "keConfig::OnLoadShop";
end;
@@ -63,4 +63,4 @@ function script F_keShop {
cutin getarg(1), 255;
callshop @shop$, @kmenu-1;
end;
-} \ No newline at end of file
+}