diff options
Diffstat (limited to 'npc/jobs/2-2e/SoulLinker.txt')
-rw-r--r-- | npc/jobs/2-2e/SoulLinker.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-2e/SoulLinker.txt b/npc/jobs/2-2e/SoulLinker.txt index 38fb47131..49fdcffd4 100644 --- a/npc/jobs/2-2e/SoulLinker.txt +++ b/npc/jobs/2-2e/SoulLinker.txt @@ -398,7 +398,7 @@ OnTouch: mes "if you talk to me later..."; close; } - if (ismounting()) { + if (hascashmount()) { mes "[Maia]"; mes "You are on a riding pet,"; mes "so you cannot change your job."; |