diff options
author | musashiden <musashiden@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-13 19:20:21 +0000 |
---|---|---|
committer | musashiden <musashiden@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-13 19:20:21 +0000 |
commit | 6301743e9002b391f83dca77a8e03fcbcd5f6d33 (patch) | |
tree | d3a497d6250688ecbb23654b3fc71fa020e2bce8 /npc | |
parent | 0318763bacdcd0f521ef61f837f50ddb9483a434 (diff) | |
download | hercules-6301743e9002b391f83dca77a8e03fcbcd5f6d33.tar.gz hercules-6301743e9002b391f83dca77a8e03fcbcd5f6d33.tar.bz2 hercules-6301743e9002b391f83dca77a8e03fcbcd5f6d33.tar.xz hercules-6301743e9002b391f83dca77a8e03fcbcd5f6d33.zip |
- Disabled socket enchant npc by default. [Musashiden]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7658 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/scripts_athena.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 0279a43cc..78ca99ae4 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -39,6 +39,7 @@ Playtester Date Added
======
07/09
+ * Disabled socket enchant npc. [Musashiden]
* Added some missing Rachel Warps [Playtester]
* Added a fix to npc/other/books.txt [Playtester]
07/07
diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index e7db84c3b..088879bac 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -52,7 +52,7 @@ npc: npc/merchants/alchemist.txt npc: npc/merchants/icecream.txt
npc: npc/merchants/quivers.txt
npc: npc/merchants/kunai_maker.txt
-npc: npc/merchants/socket_enchant.txt
+//npc: npc/merchants/socket_enchant.txt
// Temp Shops
// Removed in kRO (because Scrolls have been added into mobs drops)
//npc: npc/merchants/scrolls_arrows.txt
|