diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-10 15:36:11 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-10 15:36:11 +0000 |
commit | 91c8ab666fdd014fcbae42e06ab6ca43af756ca2 (patch) | |
tree | 708c381bb73dc2b9f6cb3bc4649f0250d2a9aed7 | |
parent | 445610e0d600de368b8e82e61b3299b7755477f9 (diff) | |
download | hercules-91c8ab666fdd014fcbae42e06ab6ca43af756ca2.tar.gz hercules-91c8ab666fdd014fcbae42e06ab6ca43af756ca2.tar.bz2 hercules-91c8ab666fdd014fcbae42e06ab6ca43af756ca2.tar.xz hercules-91c8ab666fdd014fcbae42e06ab6ca43af756ca2.zip |
* Added the gemstone trader into script_athena.conf
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10874 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/scripts_athena.conf | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 7204ff21c..02951beff 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2007/07/10 + * Rev. 10874 Added the gemstone trader into script_athena.conf [L0ne_W0lf] 2007/07/07 * Rev. 10863 Updated header for Morroc City. [L0ne_W0lf] * Finished updating Geffen awhile back, and forgot to commit it. diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index d6ab15f81..dfc35f9c9 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -56,6 +56,7 @@ npc: npc/merchants/ammo_boxes.txt npc: npc/merchants/ammo_dealer.txt npc: npc/merchants/socket_enchant.txt npc: npc/merchants/novice_exchange.txt +npc: npc/merchants/gemstone.txt // -------------------------------------------------------------- // -------------------------- Airport --------------------------- npc: npc/airports/airships.txt |