| ... | ... | @@ -90,6 +90,8 @@ Unit information (`VUHDO_unitInfo` table): |
|
|
|
| | 28 | priest |
|
|
|
|
| | 29 | death knight |
|
|
|
|
| | 30 | monk |
|
|
|
|
| | 31 | demon hunter |
|
|
|
|
| | 32 | evoker |
|
|
|
|
| className | string | the unit's class name prettified |
|
|
|
|
| connected | boolean | true if unit is connected |
|
|
|
|
| dead | boolean | true if unit is dead |
|
| ... | ... | @@ -101,6 +103,7 @@ Unit information (`VUHDO_unitInfo` table): |
|
|
|
| | 4 | curse |
|
|
|
|
| | 6 | custom debuff |
|
|
|
|
| | 7 | missing Buff Watch aura |
|
|
|
|
| | 8 | bleed |
|
|
|
|
| debuffName | string | the most recent debuff on the unit |
|
|
|
|
| fullName | string | the full name of the unit |
|
|
|
|
| group | number | the group the unit is in |
|
| ... | ... | |