From 3f06bc2bded05a27e1982d1e71c0983009a2f701 Mon Sep 17 00:00:00 2001 From: Haru Date: Mon, 18 May 2015 01:09:37 +0200 Subject: Removed duplicates of clif->msgtable - Removed clif->msgtable, and renamed clif->msg to clif->msgtable. - Removed clif->msgtable_num, and renamed clif->msg_value to clif->msgtable_num - Renamed clif->msg_skill to clif->msgtable_skill - Removed clif_viewequip_fail - Replaced hardcoded message IDs with constants (see enum clif_messages) Signed-off-by: Haru --- src/map/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index bcc3fd710..a86ccfdc9 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -18195,7 +18195,7 @@ BUILDIN(setcashmount) if ((sd = script->rid2sd(st)) == NULL) return true; if (pc_hasmount(sd)) { - clif->msgtable(sd->fd, 0X78b); + clif->msgtable(sd, MSG_REINS_CANT_USE_MOUNTED); script_pushint(st,0);//can't mount with one of these } else { if (sd->sc.data[SC_ALL_RIDING]) -- cgit v1.2.3-60-g2f50