fixed mob loading from db

- todo: see todos in code (all 169 of them)
This commit is contained in:
Tahir Akhlaq
2017-09-07 22:02:02 +01:00
parent 7c30b95c4b
commit 645a1fb4fb
12 changed files with 169 additions and 82 deletions

View File

@@ -45,7 +45,6 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai.state
}
else
{
// todo: check within attack range
owner.LookAt(target);
}
}