Core: Updated to 11.1.0

This commit is contained in:
Shauren
2025-03-02 15:43:34 +01:00
parent dac15a32a6
commit 23624ed75a
83 changed files with 25782 additions and 15882 deletions

View File

@@ -429,6 +429,7 @@ NonDefaultConstructible<SpellEffectHandlerFn> SpellEffectHandlers[TOTAL_SPELL_EF
&Spell::EffectNULL, //338 SPELL_EFFECT_338
&Spell::EffectNULL, //339 SPELL_EFFECT_UI_ACTION
&Spell::EffectNULL, //340 SPELL_EFFECT_340
&Spell::EffectNULL, //341 SPELL_EFFECT_LEARN_WARBAND_SCENE
};
void Spell::EffectNULL()