mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
moved battlenpc loading to db (still doesnt load for some reason)
This commit is contained in:
@@ -58,6 +58,7 @@ namespace FFXIVClassic_Map_Server.Actors
|
||||
|
||||
public Character lastAttacker;
|
||||
|
||||
public uint spellListId, skillListId, dropListId;
|
||||
public Dictionary<uint, BattleCommand> skillList = new Dictionary<uint, BattleCommand>();
|
||||
public Dictionary<uint, BattleCommand> spellList = new Dictionary<uint, BattleCommand>();
|
||||
|
||||
|
Reference in New Issue
Block a user