Co-authored-by: Daniel Knight <knight.daniel.r@gmail.com>
This commit is contained in:
TrueUO 2023-11-18 04:13:32 -05:00 committed by GitHub
parent b77438329e
commit 0ac5795331
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,9 +40,9 @@ namespace Server.Items
return base.OnMoveOver(m);
}
}
else
m.SendLocalizedMessage(1074272); // You have no way to lower yourself safely into the enormous sinkhole.
}
return true;
}
@ -102,9 +102,9 @@ namespace Server.Items
return base.OnMoveOver(m);
}
}
else
m.SendLocalizedMessage(1074272); // You have no way to lower yourself safely into the enormous sinkhole.
}
return true;
}