parent
096d39609e
commit
8e9221bb5a
400 changed files with 3688 additions and 5969 deletions
|
|
@ -31,7 +31,7 @@ namespace Server.Items
|
|||
{
|
||||
m.SendLocalizedMessage(500446); // That is too far away.
|
||||
}
|
||||
else if (m.Map != null && m.Map.CanFit(m.Location, 16, false, false))
|
||||
else if (m.Map?.CanFit(m.Location, 16, false, false) == true)
|
||||
{
|
||||
m.CloseGump<ResurrectGump>();
|
||||
m.SendGump(new ResurrectGump(m, ResurrectMessage.VirtueShrine));
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Server.Commands;
|
||||
using Server.Network;
|
||||
using Server.Targeting;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue