diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-02 22:38:33 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-02 22:38:33 +0000 |
commit | 92a6b6e9e2593b65e3337dcc45347f22b825a2ed (patch) | |
tree | 06ef21d9eb07eace97f58af1a7a372e427e703a5 /npc/custom/eAAC_Scripts/kafraExpress/ke_stats.txt | |
parent | 723561d0be4246977bcf3fea648af5e11e96eb89 (diff) | |
download | hercules-92a6b6e9e2593b65e3337dcc45347f22b825a2ed.tar.gz hercules-92a6b6e9e2593b65e3337dcc45347f22b825a2ed.tar.bz2 hercules-92a6b6e9e2593b65e3337dcc45347f22b825a2ed.tar.xz hercules-92a6b6e9e2593b65e3337dcc45347f22b825a2ed.zip |
Fixed some NPC headers in the custom scripts.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11646 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/eAAC_Scripts/kafraExpress/ke_stats.txt')
-rw-r--r-- | npc/custom/eAAC_Scripts/kafraExpress/ke_stats.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_stats.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_stats.txt index 364fbfd37..73618c9eb 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 { +- script keInit_stats -1,{ OnInit: //Load Config donpcevent "keConfig::OnLoadStats"; end; |