diff options
| author | treeston <treeston.mmoc@gmail.com> | 2015-11-29 17:19:51 +0100 | 
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2015-12-14 20:11:57 +0100 | 
| commit | 54d583b0fbb7ecfb97a731be21218bbb72d80b4d (patch) | |
| tree | c4215d45cf013d786c095149f6658d4fd3d21d92 /src/server/game/Spells/SpellMgr.cpp | |
| parent | b3e718dccac3f716f3b57c44e9e11ba886b1208f (diff) | |
Scripts/Naxxramas: Instructor Razuvious rework:
- Fix missing yells
- Rearrange existing yells to match live
- Sniffed positions for adds
- Improve add respawn handling
- Make adds not fight the player for control (don't use their spells on their own etc.)
- Update adds' hotbar keys to match live (this will affect other creatures with nonsequential possess keys as well)
- Fix adds' movement when mind controlled, they no longer move automatically when right-clicking (this affects all mind-controlled creatures)
- Blizzlike timers
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
| -rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 2d990ad3ed2..debe4ac3cbf 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3053,6 +3053,7 @@ void SpellMgr::LoadSpellInfoCorrections()              case 52479: // Gift of the Harvester              case 48246: // Ball of Flame              case 36327: // Shoot Arcane Explosion Arrow +            case 55479: // Force Obedience                  spellInfo->MaxAffectedTargets = 1;                  break;              case 36384: // Skartax Purple Beam  | 
