Fix rogue's evade to be single target

This is also a lot nice performance wise
This commit is contained in:
Michael Cook (mackal)
2014-03-05 01:34:17 -05:00
parent 05df6c5b21
commit d70c4d7bbe
5 changed files with 28 additions and 8 deletions
+3
View File
@@ -1,5 +1,8 @@
EQEMu Changelog (Started on Sept 24, 2003 15:50)
-------------------------------------------------------
== 03/05/2014 ==
demonstar55: Corrected rogue's evade to be single target
== 03/04/2014 ==
Sorvani: Created RemoveFromInstance and RemoveAllFromInstance to remove a single player or all players in an instance.
Sorvani: Exported to Lua as eq.remove_from_instance(instance_id) and eq.remove_all_from_instance(instance_id).