* To make the game easier, we have decided to remove all movement from NPCs

* If we get the positive response we are expecting, we will remove spells
* next.
* Just imagine, finally being able to get that T10 gear you wanted!
* Thanks to Nayre for the idea
* Thanks to Machiavelli and Trazom for help implementing

--HG--
branch : trunk
This commit is contained in:
Brian
2010-04-01 12:56:26 -06:00
parent ed40fed971
commit 0b38c48ec9
20 changed files with 20 additions and 0 deletions

View File

@@ -103,3 +103,4 @@ void AssistanceMovementGenerator::Finalize(Unit &unit)
if (unit.isAlive())
unit.GetMotionMaster()->MoveSeekAssistanceDistract(sWorld.getConfig(CONFIG_CREATURE_FAMILY_ASSISTANCE_DELAY));
}