SharpWoW / BodyguardHealth

A WoW AddOn that displays current bodyguard health and status in a frame.
MIT License
0 stars 0 forks source link

Pre-Patch errors: GARRISON_BUILDINGS_SWAPPED #20

Closed nancikennedy closed 6 years ago

nancikennedy commented 6 years ago
1x BodyguardHealth\lib\LibBodyguard-1.0-7\main.lua:490: Attempt to register unknown event "GARRISON_BUILDINGS_SWAPPED"
[C]: in function `RegisterEvent'
BodyguardHealth\lib\LibBodyguard-1.0-7\main.lua:490: in main chunk

Locals:
(*temporary) = <unnamed> {
 0 = <userdata>
}
(*temporary) = "GARRISON_BUILDINGS_SWAPPED"
Sharparam commented 6 years ago

Fix for this may be to simply remove that event handler. Seems the GARRISON_BUILDINGS_SWAPPED event has just been removed from the game with no replacement.

Sharparam commented 6 years ago

Fixed in latest release.