From ad354f5d15e1060ee9c8d88d3228123d6520e8e4 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sat, 22 Mar 2014 17:19:58 -0300 Subject: Fixed Bug 8103 Issue with dragon mounted icon not showing up after relog. http://hercules.ws/board/tracker/issue-8103-riding-dragon-mount-icon-missing/ Signed-off-by: shennetsind --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/clif.c b/src/map/clif.c index d023455e3..e78c034cb 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -9403,7 +9403,7 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd) { if (sd->sc.option&OPTION_FALCON) clif->status_change(&sd->bl, SI_FALCON, 1, 0, 0, 0, 0); - if (sd->sc.option&OPTION_RIDING) + if (sd->sc.option&(OPTION_RIDING|OPTION_DRAGON)) clif->status_change(&sd->bl, SI_RIDING, 1, 0, 0, 0, 0); else if (sd->sc.option&OPTION_WUGRIDER) clif->status_change(&sd->bl, SI_WUGRIDER, 1, 0, 0, 0, 0); -- cgit v1.2.3-60-g2f50