From 3be853cff81fbdc590fc5538b60951f0179945f8 Mon Sep 17 00:00:00 2001 From: Haru Date: Wed, 22 Oct 2014 01:49:22 +0200 Subject: 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 --- npc/other/CashShop_Functions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/other/CashShop_Functions.txt') diff --git a/npc/other/CashShop_Functions.txt b/npc/other/CashShop_Functions.txt index 76056cb52..1a2627d02 100644 --- a/npc/other/CashShop_Functions.txt +++ b/npc/other/CashShop_Functions.txt @@ -59,7 +59,7 @@ function script F_CashPartyCall { // - Reset players skills. Weight must be 0, options must be off. // - No arguments. function script F_CashReset { - if (Class != Job_Novice && Weight == 0 && !checkriding() && !checkfalcon() && !checkcart() && !ismounting()) { + if (Class != Job_Novice && Weight == 0 && !checkriding() && !checkfalcon() && !checkcart() && !hascashmount()) { resetskill; sc_end SC_ALL; if (countitem(12213)) delitem 12213,1; -- cgit v1.2.3-60-g2f50