mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-25 00:20:16 +00:00
AuraUpdateParser and InitialSpellsParser were called as static functions in the game handler, bypassing the expansion-specific overrides added to TbcPacketParsers. Switch them to packetParsers_->parseAuraUpdate() and packetParsers_->parseInitialSpells() so TBC 2.4.3 servers get the correct parser for each. |
||
|---|---|---|
| .. | ||
| audio | ||
| auth | ||
| core | ||
| game | ||
| network | ||
| pipeline | ||
| rendering | ||
| ui | ||
| main.cpp | ||