Changeset 1265

Show
Ignore:
Timestamp:
1/24/2010 3:12:12 AM (7 weeks ago)
Author:
vessper
Message:

20/01/2010 (1.14.0.1265)


- Void: Fixed shield resist display

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/EveHQ.Void/PlugInData.vb

    r986 r1265  
    201201                            attValue = CDbl(WHData.Tables(0).Rows(WH).Item("valueFloat")) 
    202202                        End If 
    203                         If CStr(WHData.Tables(0).Rows(WH).Item("unitID")) = "124" Then 
     203                        If CStr(WHData.Tables(0).Rows(WH).Item("unitID")) = "124" Or CStr(WHData.Tables(0).Rows(WH).Item("unitID")) = "105" Then 
    204204                            attValue = -attValue 
    205205                        End If