diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-09 09:39:05 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-09 09:39:05 +0000 |
commit | 7b1e2a705ce54a2b622b0f78fed7ef3daafe5deb (patch) | |
tree | 05f2369d9f9bc7a570f55c0f9768c42b41350dbf /npc/other/books.txt | |
parent | e5404684888a5fb1ad0fc21f147a1d757d5d5b95 (diff) | |
download | hercules-7b1e2a705ce54a2b622b0f78fed7ef3daafe5deb.tar.gz hercules-7b1e2a705ce54a2b622b0f78fed7ef3daafe5deb.tar.bz2 hercules-7b1e2a705ce54a2b622b0f78fed7ef3daafe5deb.tar.xz hercules-7b1e2a705ce54a2b622b0f78fed7ef3daafe5deb.zip |
* Added some missing Rachel Warps
* Added a fix to npc/other/books.txt
* Various item_db updates thanks to Haplo
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7587 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/books.txt')
-rw-r--r-- | npc/other/books.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/other/books.txt b/npc/other/books.txt index 5ef6e8986..6a74807e1 100644 --- a/npc/other/books.txt +++ b/npc/other/books.txt @@ -1321,7 +1321,7 @@ prt_in.gat,168,56,4 script Monster Encyclopedia::me_prt_in5 111,{ menu "Monsters of Water Property",MonWatPro,"Monsters of Wind Property",MonWinPro,"Monsters of Spiritual Property",MonSpiPro,"Cancel",Cancel;
MonWatPro:
- menu "Small Size Monster",SmaMonWatPro,"Medium Size Monster",MidMonWatPro,"Great Size Monster",GrMonWatPro,"Cancel",EndWatPro;
+ menu "Small Size Monster",SmaMonWatPro,"Medium Size Monster",MidMonWatPro,"Great Size Monster",GrMonWatPro,"Cancel",EndMonWatPro;
SmaMonWatPro:
mes "^FF0000[Water, Small Monster Encyclopedia]^000000";
@@ -2289,4 +2289,4 @@ prt_in.gat,172,102,4 script Monster Encyclopedia::me_prt_in8 111,{ Cancel:
close;
}
-//<=========== Library - End ==========>\\
\ No newline at end of file +//<=========== Library - End ==========>\\
|