mirror of
https://github.com/ServUO/ServUO
synced 2026-08-11 20:23:04 -04:00
parent
b77438329e
commit
0ac5795331
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue