Core/AuraEffect: Fix crash when missing a auraeffect handler.
This commit is contained in:
@@ -961,6 +961,11 @@ namespace Game.Spells
|
|||||||
/**************************************/
|
/**************************************/
|
||||||
/*** VISIBILITY & PHASES ***/
|
/*** VISIBILITY & PHASES ***/
|
||||||
/**************************************/
|
/**************************************/
|
||||||
|
[AuraEffectHandler(AuraType.None)]
|
||||||
|
void HandleUnsued(AuraApplication aurApp, AuraEffectHandleModes mode, bool apply)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
[AuraEffectHandler(AuraType.ModInvisibilityDetect)]
|
[AuraEffectHandler(AuraType.ModInvisibilityDetect)]
|
||||||
void HandleModInvisibilityDetect(AuraApplication aurApp, AuraEffectHandleModes mode, bool apply)
|
void HandleModInvisibilityDetect(AuraApplication aurApp, AuraEffectHandleModes mode, bool apply)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user