Core/Spells: fixed aura crash (mostly for lvl 100 warriors)

This commit is contained in:
Rat
2014-12-21 11:16:16 +01:00
parent d61488563c
commit 6968032ad8
2 changed files with 2 additions and 1 deletions

View File

@@ -535,7 +535,7 @@ enum AuraType
SPELL_AURA_476 = 476,
SPELL_AURA_477 = 477,
SPELL_AURA_478 = 478,
TOTAL_AURAS = 479 // 4.3.4
TOTAL_AURAS = 479 // 6.0.3
};
enum AuraObjectType

View File

@@ -528,6 +528,7 @@ pAuraEffectHandler AuraEffectHandler[TOTAL_AURAS]=
&AuraEffect::HandleNULL, //467
&AuraEffect::HandleNULL, //468
&AuraEffect::HandleNULL, //469
&AuraEffect::HandleNULL, //470
&AuraEffect::HandleNULL, //471
&AuraEffect::HandleNULL, //472
&AuraEffect::HandleNULL, //473