aboutsummaryrefslogtreecommitdiff
path: root/src/game/PointMovementGenerator.cpp
diff options
context:
space:
mode:
authorBrian <runningnak3d@gmail.com>2010-04-01 12:56:26 -0600
committerBrian <runningnak3d@gmail.com>2010-04-01 12:56:26 -0600
commit0b38c48ec9cbed0702d9fa3c3708b6b85db36382 (patch)
tree2e1a7f7118576bee962811f4d22c34d08b9734ef /src/game/PointMovementGenerator.cpp
parented40fed97133ac9aeaf6e8188a3b7f9be18a521b (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/PointMovementGenerator.cpp')
-rw-r--r--src/game/PointMovementGenerator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/PointMovementGenerator.cpp b/src/game/PointMovementGenerator.cpp
index 1cb058240f3..94125fbbffa 100644
--- a/src/game/PointMovementGenerator.cpp
+++ b/src/game/PointMovementGenerator.cpp
@@ -103,3 +103,4 @@ void AssistanceMovementGenerator::Finalize(Unit &unit)
if (unit.isAlive())
unit.GetMotionMaster()->MoveSeekAssistanceDistract(sWorld.getConfig(CONFIG_CREATURE_FAMILY_ASSISTANCE_DELAY));
}
+