Correctly allocate memory for script npc_crusade_recruit. Bug found by hunteee.

--HG--
branch : trunk
This commit is contained in:
Anubisss
2010-05-06 14:58:45 +02:00
parent b45e55fde9
commit a5fc22895e

View File

@@ -1084,6 +1084,7 @@ void AddSC_zuldrak()
newscript->GetAI = &GetAI_npc_released_offspring_harkoa;
newscript->RegisterSelf();
newscript = new Script;
newscript->Name = "npc_crusade_recruit";
newscript->GetAI = &GetAI_npc_crusade_recruit;
newscript->pGossipHello = &GossipHello_npc_crusade_recruit;