mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Fix missing line due to fast-coding. Thanks KingPin
--HG-- branch : trunk
This commit is contained in:
@@ -256,6 +256,7 @@ void AddSC_boss_erekem()
|
||||
newscript->GetAI = &GetAI_boss_erekem;
|
||||
newscript->RegisterSelf();
|
||||
|
||||
newscript = new Script;
|
||||
newscript->Name = "mob_erekem_guard";
|
||||
newscript->GetAI = &GetAI_mob_erekem_guard;
|
||||
newscript->RegisterSelf();
|
||||
|
||||
Reference in New Issue
Block a user