Fix missing line due to fast-coding. Thanks KingPin

--HG--
branch : trunk
This commit is contained in:
tartalo
2009-10-20 21:59:12 +02:00
parent 090f6264ee
commit 89902a6ca1

View File

@@ -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();