View Single Post
03-06-13, 09:02 PM   #1
Trelis
A Murloc Raider
Join Date: Jul 2012
Posts: 5
5.2 combatlog spell order changes

I hope this is the right place to post this even though the changes have gone live. I haven't seen these mentioned in any of the 5.2 lua changelogs I have seen.

Some of the COMBAT_LOG_EVENT spell orders have changed. I have found the following have changed

SPELL_DISPEL
SPELL_AURA_BROKEN
SPELL_AURA_BROKEN_SPELL

For 5.1, the order was: spellid, spellName, spellSchool, extraSpellID, extraSpellName, extraSpellSchool
For 5.2, the order is changed to: extraSpellID, extraSpellName, extraSpellSchool, spellid, spellName, spellSchool

Has anyone else found other events that have changed order?