changed location of mob power lookup

This commit is contained in:
2022-06-09 18:22:30 -05:00
parent 9ce7e1c5ca
commit f8a9262fc5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -291,7 +291,7 @@ public class CombatUtilities {
else
//check for a cast here?
agent.mobPowers = DbManager.MobBaseQueries.LOAD_STATIC_POWERS(agent.getMobBaseID());
//agent.mobPowers = DbManager.MobBaseQueries.LOAD_STATIC_POWERS(agent.getMobBaseID());
if(agent.mobPowers.size() > 0 && agent.mobPowers != null)
{