Be sure your seal item have mount vnum on value1 to avoid mounting 0
This commit is contained in:
@ -9,7 +9,8 @@
|
||||
|
||||
#ifdef ENABLE_MOUNT_LIKE_HORSE
|
||||
if (const LPITEM pMountItem = GetWear(WEAR_COSTUME_MOUNT))
|
||||
dwMountVnum = pMountItem->GetValue(1);
|
||||
if (CMobVnumHelper::IsMount(dwMountVnum))
|
||||
dwMountVnum = pMountItem->GetValue(1);
|
||||
#endif
|
||||
|
||||
// then search:
|
||||
|
||||
Reference in New Issue
Block a user