diff options
author | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-01 05:06:59 +0000 |
---|---|---|
committer | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-01 05:06:59 +0000 |
commit | 9a13c358e79e1a9ae97bcf120783abdaee6a2e39 (patch) | |
tree | f428ffe6f4b3fa113300fe87e5d9d36e0a0021da /npc/re | |
parent | 2ce5fb7de85ca0ca227cbf42b87130dbb4618cf7 (diff) | |
download | hercules-9a13c358e79e1a9ae97bcf120783abdaee6a2e39.tar.gz hercules-9a13c358e79e1a9ae97bcf120783abdaee6a2e39.tar.bz2 hercules-9a13c358e79e1a9ae97bcf120783abdaee6a2e39.tar.xz hercules-9a13c358e79e1a9ae97bcf120783abdaee6a2e39.zip |
Follow up r16545. Fixed some mistakes I made.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16548 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re')
-rw-r--r-- | npc/re/scripts_main.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/re/scripts_main.conf b/npc/re/scripts_main.conf index d4d80461f..2bca12324 100644 --- a/npc/re/scripts_main.conf +++ b/npc/re/scripts_main.conf @@ -19,11 +19,11 @@ // ------------------ Global Scripts Functions ------------------ // Utilitarian functions used by many scripts. -npc: npc/re/other/Global_Functions.txt +npc: npc/other/Global_Functions.txt // -------------------- Cash Shop Functions --------------------- // Used by cash shop items in the Item Database. -npc: npc/re/other/CashShop_Functions.txt +npc: npc/other/CashShop_Functions.txt // ------------------- Common Script Files ---------------------- import: npc/scripts_athena.conf |