mangosthree / server

Mangos THREE is a server for World of Warcraft: Cataclysm. The server serves full world content including authentication & scripts support. Compatible with World of Warcraft client 4.3.4 (Build 15595). Report all issues at https://www.getmangos.eu/bug-tracker/mangos-three/ - Playable but unstable. In development.
GNU General Public License v2.0
85 stars 48 forks source link

Align Cell.data.Part fields by 8 bits and enlarge Cell structure to 8 bytes #83

Closed i-am-fyre closed 8 months ago

i-am-fyre commented 8 months ago

Aligns cell struct for better performance. Credits to @Lordron - https://github.com/TrinityCore/TrinityCore/pull/29371

And @Gamemechanicwow for further porting - https://github.com/vmangos/core/pull/2261


This change is Reviewable