renamed tables for consistency

- added magic.lua (todo: enumerate modifiers and stuff)
- moved aggro handling to session position update
- some cleanup
This commit is contained in:
Tahir Akhlaq
2017-08-29 01:15:12 +01:00
parent 6c74222b68
commit f4016e1a12
25 changed files with 539 additions and 442 deletions

View File

@@ -126,7 +126,7 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai
public void ChangeState(State state)
{
if (GetCurrentState() != null)
if (CanChangeState())
{
if (states.Count <= 10)
{