diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-01 09:37:50 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-01 09:37:50 +0000 |
commit | 74a30ea8d414cec9fba211298c72b2a686b0582a (patch) | |
tree | c8c111060aad9e80949fd07d77104c1c6747a299 /npc/scripts_custom.conf | |
parent | a41884fbb032359e4f0bfcdaee50acb749ed8862 (diff) | |
download | hercules-74a30ea8d414cec9fba211298c72b2a686b0582a.tar.gz hercules-74a30ea8d414cec9fba211298c72b2a686b0582a.tar.bz2 hercules-74a30ea8d414cec9fba211298c72b2a686b0582a.tar.xz hercules-74a30ea8d414cec9fba211298c72b2a686b0582a.zip |
Fixed the dynamic shop system memory allocation and id_db problem. Added sample script.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5842 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_custom.conf')
-rw-r--r-- | npc/scripts_custom.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/scripts_custom.conf b/npc/scripts_custom.conf index 083d50fb8..2bcecceb6 100644 --- a/npc/scripts_custom.conf +++ b/npc/scripts_custom.conf @@ -89,6 +89,7 @@ npc: npc/custom/adoption.txt //npc: npc/custom/Lance/FR_HallOfFame.c
//npc: npc/custom/Lance/FR_WeatherController.c
//npc: npc/custom/Lance/FR_MailSystem.c
+//npc: npc/custom/sample/npc_dynamic_shop.txt
// --------------------------------------------------------------
// --------------------------------------------------------------
|