Fixed build

This commit is contained in:
Subv
2012-07-02 16:58:02 -05:00
parent 1292b732f7
commit 94d935ea8f

View File

@@ -233,7 +233,7 @@ public:
void Register()
{
AfterEffectApply += AuraEffectApplyFn(spell_gen_stop_time_AuraScript::Apply, EFFECT_0);
AfterEffectApply += AuraEffectApplyFn(spell_gen_stop_time_AuraScript::Apply, EFFECT_0, SPELL_AURA_MOD_STUN, AURA_EFFECT_HANDLE_REAL);
}
};