mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-20 06:07:51 -04:00
SMSG_ENVIRONMENTALDAMAGELOG (alias) registration at line 173 silently overwrote the canonical SMSG_ENVIRONMENTAL_DAMAGE_LOG handler at line 108. The alias handler discarded envType (fall/lava/drowning), so the UI couldn't differentiate environmental damage sources. Removed the dead alias handler and its method; the canonical inline handler with envType forwarding is now the sole registration.