fix selectable

This commit is contained in:
Jelle Meeus
2024-05-25 22:22:45 +02:00
parent e3c7ff94f1
commit 26b01f8e4e

View File

@@ -761,7 +761,7 @@ public:
summons.DespawnEntry(NPC_FLAMES_INITIAL);
summons.DespawnEntry(33576);
me->SetUnitFlag(UNIT_FLAG_NOT_SELECTABLE);
me->RemoveUnitFlag(UNIT_FLAG_NOT_SELECTABLE);
float angle = VX001->GetOrientation();
float v_x = me->GetPositionX() + cos(angle) * 10.0f;