[svn] Fix a bug that shaman's shield can stack.

Fix: MovementInform without behavior change for waypoint movement. Patch provided by DragonHunter.
Update gruul lair script. Patch provided by Blaymoira.

--HG--
branch : trunk
This commit is contained in:
megamage
2008-10-22 09:41:31 -05:00
parent 1b0baa51b5
commit 2a742e78b9
6 changed files with 265 additions and 85 deletions

View File

@@ -165,10 +165,9 @@ WaypointMovementGenerator<Creature>::Update(Creature &creature, const uint32 &di
else
creature.Say(behavior->text[0].c_str(), 0, 0);
}
i_hasDone[idx] = true;
MovementInform(creature);
} // wpBehaviour found
i_hasDone[idx] = true;
MovementInform(creature);
} // HasDone == false
} // i_creature.IsStopped()