TrinityCore / WowPacketParser

World of Warcraft Packet Parser
GNU General Public License v3.0
419 stars 354 forks source link

Recalculate PositionZ for hovering creatures (SQL output) #696

Closed meji46 closed 2 years ago

meji46 commented 2 years ago

The PositionZ of a hovering creature (SQL output) isn't taking into account the application of HoverHeight by the core. This ends up causing the spawn to have HoverHeight applied twice (once due to the core and once due to the current Parser output).