diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-05-18 16:01:05 -0300 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-05-18 16:01:05 -0300 |
commit | dc7946e236a41d8c32ee1971745a4ff016431179 (patch) | |
tree | 81fd1b33b57fbf092a1ef218df84852fdf0d5087 /npc/re | |
parent | 077d9c8dca0918995f48fe8b3c1e8525e0bf74f8 (diff) | |
parent | e97b19a0358c827aefd4952fae09d15661a4b71a (diff) | |
download | hercules-dc7946e236a41d8c32ee1971745a4ff016431179.tar.gz hercules-dc7946e236a41d8c32ee1971745a4ff016431179.tar.bz2 hercules-dc7946e236a41d8c32ee1971745a4ff016431179.tar.xz hercules-dc7946e236a41d8c32ee1971745a4ff016431179.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'npc/re')
-rw-r--r-- | npc/re/merchants/renters.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/re/merchants/renters.txt b/npc/re/merchants/renters.txt index 5152fe102..0e4864bb2 100644 --- a/npc/re/merchants/renters.txt +++ b/npc/re/merchants/renters.txt @@ -146,7 +146,7 @@ prontera,125,208,5 script Peco Peco Remover 105,{ // Magic Gear Renter //============================================================ -prontera,163,178,4 script Magic Gear Master 105,{ +prontera,163,178,3 script Magic Gear Master 105,{ mes "[Magic Gear Master]"; if (Class == Job_Mechanic || Class == Job_Mechanic_T || Class == Job_Baby_Mechanic) { mes "Welcome. Would you like to rent a Magic Gear?"; @@ -179,4 +179,4 @@ prontera,163,178,4 script Magic Gear Master 105,{ mes "How may I help you?"; mes "Magic Gears are only available for Mechanics."; close; -}
\ No newline at end of file +} |