diff options
Diffstat (limited to 'npc/re/merchants/catalog.txt')
-rw-r--r-- | npc/re/merchants/catalog.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/npc/re/merchants/catalog.txt b/npc/re/merchants/catalog.txt index 67f45059a..8d4d47cdc 100644 --- a/npc/re/merchants/catalog.txt +++ b/npc/re/merchants/catalog.txt @@ -4,8 +4,6 @@ //= skyiing, Scriptor //===== Current Version: ===================================== //= 1.1 -//===== Compatible With: ===================================== -//= Hercules //===== Description: ========================================= //= [Official Conversion] //= Catalogs allow players to easily search for items in-game, @@ -13,7 +11,7 @@ //===== Additional Comments: ================================= //= 1.0 Moved from root directory. [Euphy] //= 1.1 Updated dialogue. [Euphy] -//============================================================ +//============================================================ moc_para01,22,16,5 script Catalog Magician#catal01 704,{ if (!checkweight(1301,3)) { @@ -105,4 +103,4 @@ moc_para01,22,16,5 script Catalog Magician#catal01 704,{ mes "So... let's start!! Buy more of them, please! PLEASE...!"; close; } -}
\ No newline at end of file +} |