Changeset 1141

Show
Ignore:
Timestamp:
02/01/2010 04:02:15 PM (7 months ago)
Author:
jackpoz
Message:

FIXED: Noth crashing due to uninitialized values.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Trunk/src/InstanceScripts/Raid_Naxxramas.cpp

    r1114 r1141  
    14871487                                        WarriorAI->GetUnit()->m_noRespawn = true; 
    14881488                                        WarriorAI->AggroNearestPlayer( 200 ); 
     1489                                        WarriorAI->mNothAI = this; 
    14891490                                        mWarriors.insert( WarriorAI ); 
    14901491                                }; 
     
    15491550                                        ChampionAI->GetUnit()->m_noRespawn = true; 
    15501551                                        ChampionAI->AggroNearestPlayer( 200 ); 
     1552                                        ChampionAI->mNothAI = this; 
    15511553                                        mChampions.insert( ChampionAI ); 
    15521554                                }; 
     
    15761578                                        GuardianAI->GetUnit()->m_noRespawn = true; 
    15771579                                        GuardianAI->AggroNearestPlayer( 200 ); 
     1580                                        GuardianAI->mNothAI = this; 
    15781581                                        mGuardians.insert( GuardianAI ); 
    15791582                                };