Skip to content

Commit 93ffe06

Browse files
authored
tags: Fix event name typo (#855)
1 parent 73d3b2d commit 93ffe06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elements/tags.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ local tagEvents = {
544544
['shortclassification'] = 'UNIT_CLASSIFICATION_CHANGED',
545545
['smartlevel'] = 'UNIT_LEVEL PLAYER_LEVEL_UP UNIT_CLASSIFICATION_CHANGED',
546546
['soulshards'] = 'UNIT_POWER_UPDATE',
547-
['status'] = 'UNIT_HEALTH PLAYER_UPDATE_RESTING UNIT_CONNECTION PARTY_MEMBER_ENABLE PARTY_MEMBER_DISABLEON',
547+
['status'] = 'UNIT_HEALTH PLAYER_UPDATE_RESTING UNIT_CONNECTION PARTY_MEMBER_ENABLE PARTY_MEMBER_DISABLE',
548548
['threat'] = 'UNIT_THREAT_SITUATION_UPDATE',
549549
['threatcolor'] = 'UNIT_THREAT_SITUATION_UPDATE',
550550
}

0 commit comments

Comments
 (0)