mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Added missing newscript = new Script; , my fault. Thanks to Anubisss.
--HG-- branch : trunk
This commit is contained in:
@@ -1376,6 +1376,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;
|
||||
|
||||
Reference in New Issue
Block a user