Changeset 1141
- Timestamp:
- 02/01/2010 04:02:15 PM (7 months ago)
- Files:
-
- 1 modified
-
Trunk/src/InstanceScripts/Raid_Naxxramas.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Trunk/src/InstanceScripts/Raid_Naxxramas.cpp
r1114 r1141 1487 1487 WarriorAI->GetUnit()->m_noRespawn = true; 1488 1488 WarriorAI->AggroNearestPlayer( 200 ); 1489 WarriorAI->mNothAI = this; 1489 1490 mWarriors.insert( WarriorAI ); 1490 1491 }; … … 1549 1550 ChampionAI->GetUnit()->m_noRespawn = true; 1550 1551 ChampionAI->AggroNearestPlayer( 200 ); 1552 ChampionAI->mNothAI = this; 1551 1553 mChampions.insert( ChampionAI ); 1552 1554 }; … … 1576 1578 GuardianAI->GetUnit()->m_noRespawn = true; 1577 1579 GuardianAI->AggroNearestPlayer( 200 ); 1580 GuardianAI->mNothAI = this; 1578 1581 mGuardians.insert( GuardianAI ); 1579 1582 };
![(please configure the [header_logo] section in trac.ini)](/trac/arcscripts/chrome/site/your_project_logo.png)