diff options
author | musashiden <musashiden@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-03 22:20:15 +0000 |
---|---|---|
committer | musashiden <musashiden@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-03 22:20:15 +0000 |
commit | d6fde920ab2c2d98eb5e506c842ecdd9ca8db905 (patch) | |
tree | d345c885782d3b885c96971a55523ddd76b2d8e2 | |
parent | ca79233816bc4dbf6074160b93be4181393fd135 (diff) | |
download | hercules-d6fde920ab2c2d98eb5e506c842ecdd9ca8db905.tar.gz hercules-d6fde920ab2c2d98eb5e506c842ecdd9ca8db905.tar.bz2 hercules-d6fde920ab2c2d98eb5e506c842ecdd9ca8db905.tar.xz hercules-d6fde920ab2c2d98eb5e506c842ecdd9ca8db905.zip |
- Once again disabled the socket enchant NPC. unless your server's rates are 1/1/1, it will COMPLETELY ruin your server's economy. [Musashiden]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8116 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/scripts_athena.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 5535bac6a..b29d013c2 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -35,6 +35,8 @@ Playtester Date Added
======
08/03
+ * Once again disabled the socket enchant NPC.
+ - unless your server's rates are 1/1/1, it will COMPLETELY ruin your server's economy. [Musashiden]
* Updated the Kafra Express files to the July 28 release as requested on
the forums. [Skotlex]
* Fixed the DTS warper zeny bug [Evera]
diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index bdf8521c8..9445dc0ac 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
|