Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
grimgravy committed Jan 19, 2025
1 parent 8b1a5c8 commit 586eea9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/server/scripts/EasternKingdoms/ZulAman/zulaman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,9 @@ struct npc_forest_frog : public ScriptedAI
events.ScheduleEvent(eventTimer, 3000);

me->UpdateEntry(cEntry);
me->SetFacingToObject(PlayerCaster());

if (Player* player = PlayerCaster())
me->SetFacingToObject(player);
}

void SpellHit(Unit* caster, SpellInfo const* spell) override
Expand Down

0 comments on commit 586eea9

Please sign in to comment.