Core/Aura: Update InvisibilityType for 4.3.4

This commit is contained in:
Vincent-Michael
2014-07-13 00:08:15 +02:00
parent 0f5c481cd4
commit ec263868af
2 changed files with 28 additions and 2 deletions

View File

@@ -1351,8 +1351,34 @@ enum InvisibilityType
INVISIBILITY_UNK9 = 9,
INVISIBILITY_UNK10 = 10,
INVISIBILITY_UNK11 = 11,
INVISIBILITY_UNK12 = 12,
INVISIBILITY_TRA13 = 13,
INVISIBILITY_UNK14 = 14,
INVISIBILITY_UNK15 = 15,
INVISIBILITY_UNK16 = 16,
INVISIBILITY_UNK17 = 17,
INVISIBILITY_UNK18 = 18,
INVISIBILITY_UNK19 = 19,
INVISIBILITY_UNK20 = 20,
INVISIBILITY_UNK21 = 21,
INVISIBILITY_UNK22 = 22,
INVISIBILITY_TRA23 = 23,
INVISIBILITY_UNK24 = 24,
INVISIBILITY_UNK25 = 25,
INVISIBILITY_UNK26 = 26,
INVISIBILITY_UNK27 = 27,
INVISIBILITY_UNK28 = 28,
INVISIBILITY_UNK29 = 29,
INVISIBILITY_UNK30 = 30,
INVISIBILITY_UNK31 = 31,
INVISIBILITY_UNK32 = 32,
INVISIBILITY_UNK33 = 33,
INVISIBILITY_UNK34 = 34,
INVISIBILITY_UNK35 = 35,
INVISIBILITY_UNK36 = 36,
INVISIBILITY_UNK37 = 37,
TOTAL_INVISIBILITY_TYPES = 12
TOTAL_INVISIBILITY_TYPES = 38
};
enum ServerSideVisibilityType

View File

@@ -77,7 +77,7 @@ pAuraEffectHandler AuraEffectHandler[TOTAL_AURAS]=
&AuraEffect::HandleModStealth, // 16 SPELL_AURA_MOD_STEALTH
&AuraEffect::HandleModStealthDetect, // 17 SPELL_AURA_MOD_DETECT
&AuraEffect::HandleModInvisibility, // 18 SPELL_AURA_MOD_INVISIBILITY
&AuraEffect::HandleModInvisibilityDetect, // 19 SPELL_AURA_MOD_INVISIBILITY_DETECTION
&AuraEffect::HandleModInvisibilityDetect, // 19 SPELL_AURA_MOD_INVISIBILITY_DETECT
&AuraEffect::HandleNoImmediateEffect, // 20 SPELL_AURA_OBS_MOD_HEALTH implemented in AuraEffect::PeriodicTick
&AuraEffect::HandleNoImmediateEffect, // 21 SPELL_AURA_OBS_MOD_POWER implemented in AuraEffect::PeriodicTick
&AuraEffect::HandleAuraModResistance, // 22 SPELL_AURA_MOD_RESISTANCE