diff options
Diffstat (limited to 'npc/re/jobs/3-2/minstrel.txt')
-rw-r--r-- | npc/re/jobs/3-2/minstrel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/jobs/3-2/minstrel.txt b/npc/re/jobs/3-2/minstrel.txt index 1435b23fd..a189d438d 100644 --- a/npc/re/jobs/3-2/minstrel.txt +++ b/npc/re/jobs/3-2/minstrel.txt @@ -1839,7 +1839,7 @@ prt_in,94,172,4 script Karian#job_min3 4_M_MINSTREL1,{ mes "How did you degrade?"; close; } - if (ismounting()) { + if (hascashmount()) { mes "Please unequip your riding pet and try again!"; close; } |