Core/PacketIO: Updated packet structures to 9.0.2

Port From (https://github.com/TrinityCore/TrinityCore/commit/96d340f70ccef57fad177a24ca099055d7dce04d)
This commit is contained in:
hondacrx
2020-12-12 23:45:36 -05:00
parent f0037ab99f
commit 4c2106781a
14 changed files with 97 additions and 104 deletions
@@ -241,7 +241,7 @@ namespace Framework.Constants
ModMeleeHaste2 = 217,
Unk218 = 218, // old SPELL_AURA_HASTE_RANGED
ModManaRegenFromStat = 219,
ModRatingFromStat = 220,
ModAbilitySchoolMask = 220, //NYI
ModDetaunt = 221,
Unk222 = 222,
Unk223 = 223,
@@ -355,8 +355,9 @@ namespace Framework.Constants
// spellmod 36
StackAmount2 = 37, // same as SPELLMOD_STACK_AMOUNT but affects tooltips
// spellmod 38
SpellCost3 = 39,
Max = 39
Max = 40
}
// Note: SPELLMOD_* values is aura types in fact
public enum SpellModType