diff options
| author | tartalo <none@none> | 2009-10-20 21:59:12 +0200 |
|---|---|---|
| committer | tartalo <none@none> | 2009-10-20 21:59:12 +0200 |
| commit | 89902a6ca1695cb4b280bcafda6cf3caa9ad3d41 (patch) | |
| tree | 6c8230c7d7aa2ae8726959d777e7b12116e6772b | |
| parent | 090f6264eea55161452d381094bb48856393b2c7 (diff) | |
Fix missing line due to fast-coding. Thanks KingPin
--HG--
branch : trunk
| -rw-r--r-- | src/bindings/scripts/scripts/northrend/violet_hold/boss_erekem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |
