fix: Fixes Point2D ctor (#1340)
This commit is contained in:
parent
f24c6a08dd
commit
65c196a8ae
7 changed files with 45 additions and 35 deletions
|
|
@ -79,7 +79,7 @@ namespace Server.SkillHandlers
|
|||
{
|
||||
m_Tracker = tracker;
|
||||
m_Target = target;
|
||||
m_Location = new Point2D(target.X, target.Y);
|
||||
m_Location = new Point2D(target);
|
||||
m_Map = target.Map;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue