summaryrefslogtreecommitdiff
path: root/npc/re/jobs/3-2/royal_guard.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-10-22 01:49:22 +0200
committerHaru <haru@dotalux.com>2014-10-24 00:59:21 +0200
commit3be853cff81fbdc590fc5538b60951f0179945f8 (patch)
tree9beef2a35af9e9d13d02779a55e6939535c47b4d /npc/re/jobs/3-2/royal_guard.txt
parent138352558b04de199139d5f8124d6e3c24df8008 (diff)
downloadhercules-3be853cff81fbdc590fc5538b60951f0179945f8.tar.gz
hercules-3be853cff81fbdc590fc5538b60951f0179945f8.tar.bz2
hercules-3be853cff81fbdc590fc5538b60951f0179945f8.tar.xz
hercules-3be853cff81fbdc590fc5538b60951f0179945f8.zip
Renamed ismounting, setmounting, @mount2
To avoid ambiguity: - The script command ismounting is now hascashmount - The script command setmounting is now setcashmount - The at-command @mount2 is now @cashmount Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/re/jobs/3-2/royal_guard.txt')
-rw-r--r--npc/re/jobs/3-2/royal_guard.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/jobs/3-2/royal_guard.txt b/npc/re/jobs/3-2/royal_guard.txt
index 82632ed36..bf569118d 100644
--- a/npc/re/jobs/3-2/royal_guard.txt
+++ b/npc/re/jobs/3-2/royal_guard.txt
@@ -340,7 +340,7 @@ glast_01,240,366,5 script Memory of King Schmidtz CLEAR_NPC,{
mes "- and please try again. -";
close;
}
- if (ismounting() || checkriding()) {
+ if (hascashmount() || checkriding()) {
mes " Please unequip your riding pet and try again!";
close;
}