fix(DB/BlackTemple): Rework Black Temple (#18569)

* init

* more

* Update rev_1710358311839208100.sql
This commit is contained in:
Gultask 2024-03-18 18:31:05 -03:00 committed by GitHub
parent 3b2c3e59fd
commit b69df485cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 4200 additions and 38 deletions

View file

@ -200,7 +200,7 @@ bool WaypointMovementGenerator<Creature>::StartMove(Creature* creature)
//Call for creature group update
if (creature->GetFormation() && creature->GetFormation()->GetLeader() == creature)
creature->GetFormation()->LeaderMoveTo(formationDest.x, formationDest.y, formationDest.z, node->move_type == WAYPOINT_MOVE_TYPE_RUN);
creature->GetFormation()->LeaderMoveTo(formationDest.x, formationDest.y, formationDest.z, node->move_type);
return true;
}