* 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

@@ -202,3 +202,4 @@ RandomMovementGenerator<Creature>::Update(Creature &creature, const uint32 &diff
return true;
}