git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17041 54d463be-8e91-2dee-dedb-b68131a5f0ec
@@ -8442,7 +8442,7 @@ BUILDIN_FUNC(checkwug)
if( sd == NULL )
return 0;// no player attached, report source
- if( pc_iswug(sd) )
+ if( pc_iswug(sd) || pc_isridingwug(sd) )
script_pushint(st, 1);
else
script_pushint(st, 0);