diff options
author | Brian <runningnak3d@gmail.com> | 2010-04-01 12:56:26 -0600 |
---|---|---|
committer | Brian <runningnak3d@gmail.com> | 2010-04-01 12:56:26 -0600 |
commit | 0b38c48ec9cbed0702d9fa3c3708b6b85db36382 (patch) | |
tree | 2e1a7f7118576bee962811f4d22c34d08b9734ef /src/game/RandomMovementGenerator.cpp | |
parent | ed40fed97133ac9aeaf6e8188a3b7f9be18a521b (diff) |
* 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
Diffstat (limited to 'src/game/RandomMovementGenerator.cpp')
-rw-r--r-- | src/game/RandomMovementGenerator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/RandomMovementGenerator.cpp b/src/game/RandomMovementGenerator.cpp index 01ff1fcf15d..dabb030878f 100644 --- a/src/game/RandomMovementGenerator.cpp +++ b/src/game/RandomMovementGenerator.cpp @@ -202,3 +202,4 @@ RandomMovementGenerator<Creature>::Update(Creature &creature, const uint32 &diff return true; } + |