mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Scripts/GB: corrected a spelling mistake in new register macro
This commit is contained in:
@@ -372,8 +372,8 @@ class spell_umbriss_bleeding_wound : public AuraScript
|
||||
|
||||
void AddSC_boss_general_umbriss()
|
||||
{
|
||||
RegisterGrtimBatolCreatureAI(boss_general_umbriss);
|
||||
RegisterGrtimBatolCreatureAI(npc_umbriss_skardyn);
|
||||
RegisterGrimBatolCreatureAI(boss_general_umbriss);
|
||||
RegisterGrimBatolCreatureAI(npc_umbriss_skardyn);
|
||||
RegisterSpellScript(spell_umbriss_summon_blitz_trigger);
|
||||
RegisterSpellScript(spell_umbriss_summon_ground_siege_trigger);
|
||||
RegisterAuraScript(spell_umbriss_bleeding_wound);
|
||||
|
||||
@@ -88,6 +88,6 @@ AI* GetGrimBatolAI(Creature* creature)
|
||||
return GetInstanceAI<AI>(creature, GBScriptName);
|
||||
}
|
||||
|
||||
#define RegisterGrtimBatolCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetGrimBatolAI)
|
||||
#define RegisterGrimBatolCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetGrimBatolAI)
|
||||
|
||||
#endif // GRIM_BATOL_H_
|
||||
|
||||
Reference in New Issue
Block a user