diff options
author | Haru <haru@dotalux.com> | 2014-10-22 01:49:22 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-10-24 00:59:21 +0200 |
commit | 3be853cff81fbdc590fc5538b60951f0179945f8 (patch) | |
tree | 9beef2a35af9e9d13d02779a55e6939535c47b4d /npc/re/jobs/3-2/sura.txt | |
parent | 138352558b04de199139d5f8124d6e3c24df8008 (diff) | |
download | hercules-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/sura.txt')
-rw-r--r-- | npc/re/jobs/3-2/sura.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/jobs/3-2/sura.txt b/npc/re/jobs/3-2/sura.txt index 8bbc45cfe..ce6aa152a 100644 --- a/npc/re/jobs/3-2/sura.txt +++ b/npc/re/jobs/3-2/sura.txt @@ -794,7 +794,7 @@ sword_1-1,223,167,2 script Master#job_shu 4_M_SURA,{ mes "[Master]"; mes "I hope those days will not come but... I'll willingly be the ghost and kill all enemies."; next; - if (ismounting()) { + if (hascashmount()) { mes "[Master]"; mes "So... please get down from your riding pet!"; mes "It is a loss of etiquette on this situation."; |