Changeset 1265
- Timestamp:
- 1/24/2010 3:12:12 AM (7 weeks ago)
- Files:
-
- 1 modified
-
trunk/EveHQ.Void/PlugInData.vb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EveHQ.Void/PlugInData.vb
r986 r1265 201 201 attValue = CDbl(WHData.Tables(0).Rows(WH).Item("valueFloat")) 202 202 End If 203 If CStr(WHData.Tables(0).Rows(WH).Item("unitID")) = "124" Then203 If CStr(WHData.Tables(0).Rows(WH).Item("unitID")) = "124" Or CStr(WHData.Tables(0).Rows(WH).Item("unitID")) = "105" Then 204 204 attValue = -attValue 205 205 End If
