Core/Spells: enable and implement SMSG_MISSILE_CANCEL
Port From (https://github.com/TrinityCore/TrinityCore/commit/71db17220ae67dc6a354e88451ffc0700fe6c5f9)
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Framework.Dynamic
|
||||
AddEvent(Event, CalculateTime(1), false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
public void KillAllEvents(bool force)
|
||||
{
|
||||
@@ -115,6 +115,8 @@ namespace Framework.Dynamic
|
||||
return (m_time + t_offset);
|
||||
}
|
||||
|
||||
public SortedMultiMap<ulong, BasicEvent> GetEvents() { return m_events; }
|
||||
|
||||
ulong m_time;
|
||||
SortedMultiMap<ulong, BasicEvent> m_events = new SortedMultiMap<ulong, BasicEvent>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user