Core/DataStores: Fixed db2 structures after 7.3.5
This commit is contained in:
@@ -538,7 +538,7 @@ namespace Game.Entities
|
||||
|
||||
PowerTypeRecord powerTypeEntry = Global.DB2Mgr.GetPowerTypeEntry(powerType);
|
||||
if (powerTypeEntry != null)
|
||||
return powerTypeEntry.MaxPower;
|
||||
return powerTypeEntry.MaxBasePower;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user