diff options
-rw-r--r-- | src/scripts/northrend/borean_tundra.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scripts/northrend/borean_tundra.cpp b/src/scripts/northrend/borean_tundra.cpp index e57e00f5554..074726ccb9e 100644 --- a/src/scripts/northrend/borean_tundra.cpp +++ b/src/scripts/northrend/borean_tundra.cpp @@ -2405,7 +2405,6 @@ void AddSC_borean_tundra() newscript->Name = "npc_nesingwary_trapper"; newscript->GetAI = &GetAI_npc_nesingwary_trapper; newscript->RegisterSelf(); - newscript = new Script; newscript = new Script; newscript->Name = "npc_lurgglbr"; |