From 89902a6ca1695cb4b280bcafda6cf3caa9ad3d41 Mon Sep 17 00:00:00 2001 From: tartalo Date: Tue, 20 Oct 2009 21:59:12 +0200 Subject: Fix missing line due to fast-coding. Thanks KingPin --HG-- branch : trunk --- src/bindings/scripts/scripts/northrend/violet_hold/boss_erekem.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bindings') diff --git a/src/bindings/scripts/scripts/northrend/violet_hold/boss_erekem.cpp b/src/bindings/scripts/scripts/northrend/violet_hold/boss_erekem.cpp index feb3a721e49..0ce745c37ee 100644 --- a/src/bindings/scripts/scripts/northrend/violet_hold/boss_erekem.cpp +++ b/src/bindings/scripts/scripts/northrend/violet_hold/boss_erekem.cpp @@ -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(); -- cgit v1.2.3