diff options
Diffstat (limited to 'npc/other')
-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 ==========>\\
|