diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-20 21:57:33 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-20 21:57:33 +0000 |
commit | 95acae21f2c3d1f76109f6d9c5a8121f1474a923 (patch) | |
tree | cdb6dc410692d5d299e91f81ca8f289c59725c4c /npc | |
parent | 131e693e935468ab8d247c9f4483851b51c25c28 (diff) | |
download | hercules-95acae21f2c3d1f76109f6d9c5a8121f1474a923.tar.gz hercules-95acae21f2c3d1f76109f6d9c5a8121f1474a923.tar.bz2 hercules-95acae21f2c3d1f76109f6d9c5a8121f1474a923.tar.xz hercules-95acae21f2c3d1f76109f6d9c5a8121f1474a923.zip |
- Added ntows() to properly handle that client port number deficiency
- Adjusted the packet_db array for a more consistent look
- Reorganized some entries in packet_db.txt
- Fixed a small scripts_custom.conf typo
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10296 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/scripts_custom.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 5ef6f1c2f..2e836427d 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2007/04/21 + * Fixed a small scripts_custom.conf typo [ultramage] 2007/04/15 * Updated Kiel Hyre quest thanks to L0ne_W0lf [Playtester] * Lowered the amount of Dimiks spawning in Juperos F1 [Playtester] diff --git a/npc/scripts_custom.conf b/npc/scripts_custom.conf index f7e609f06..76dbd10f3 100644 --- a/npc/scripts_custom.conf +++ b/npc/scripts_custom.conf @@ -128,7 +128,7 @@ npc: npc/custom/adoption.txt // -- A quest for Jewel Case for 99 Level Players of any 2nd Class //npc: npc/custom/quests/lvl99_quest.txt // Disable shops in the Prontera streets and open a special market place. -//npc/custom/market.txt +//npc: npc/custom/market.txt // Quest for: Bird Nest,Lion Mask,Skeleton Manteau,Fashion Hip Sack,Sales Banner //npc: npc/custom/quests/may_hats.txt // Random change of Drop/Exp rates 1x ~ 1.5x every 6 hours on your server |