mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Core: Fix build
This commit is contained in:
@@ -169,10 +169,7 @@ public:
|
||||
if (Creature* victor = me->GetCreature(*me, _victorGUID))
|
||||
{
|
||||
if (Unit* player = victor->SelectNearestPlayer(40.0f))
|
||||
{
|
||||
victor->SetInFront(player);
|
||||
victor->SendMovementFlagUpdate();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -208,10 +205,7 @@ public:
|
||||
break;
|
||||
case EVENT_GYTH_4:
|
||||
if (Creature* victor = me->GetCreature(*me, _victorGUID))
|
||||
{
|
||||
victor->SetInFront(me);
|
||||
victor->SendMovementFlagUpdate();
|
||||
}
|
||||
break;
|
||||
case EVENT_PORTCULLIS:
|
||||
if (GameObject* portcullis = me->FindNearestGameObject(GO_DR_PORTCULLIS, 50.0f))
|
||||
|
||||
Reference in New Issue
Block a user