mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
[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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user