mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Core/Scripts/Oculus: Fixed typo thanks to Shauren.
Signed-off-by: Manuel <manue.l@live.com.ar>
This commit is contained in:
@@ -177,7 +177,7 @@ class npc_azure_ring_captain : public CreatureScript
|
||||
{
|
||||
targetGUID = 0;
|
||||
|
||||
me->AddUnitMovementFlag(MOVEMENTFLAG_WALKING + MOVEMENTFLAG_FLYING);
|
||||
me->AddUnitMovementFlag(MOVEMENTFLAG_WALKING | MOVEMENTFLAG_FLYING);
|
||||
me->SetReactState(REACT_AGGRESSIVE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user