mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 20:32:21 +01:00
Entities/Player: ReacquireSpellFocusTarget is now private. It should've been private all along.
(cherry picked from commit 1c2b1cbba8)
This commit is contained in:
@@ -348,7 +348,6 @@ class TC_GAME_API Creature : public Unit, public GridObject<Creature>, public Ma
|
||||
|
||||
// Handling caster facing during spellcast
|
||||
void SetTarget(ObjectGuid const& guid) override;
|
||||
void ReacquireSpellFocusTarget();
|
||||
void DoNotReacquireSpellFocusTarget() { _spellFocusInfo.Delay = 0; }
|
||||
void SetSpellFocus(Spell const* focusSpell, WorldObject const* target);
|
||||
bool HasSpellFocus(Spell const* focusSpell = nullptr) const override;
|
||||
@@ -439,6 +438,7 @@ class TC_GAME_API Creature : public Unit, public GridObject<Creature>, public Ma
|
||||
bool m_respawnCompatibilityMode;
|
||||
|
||||
/* Spell focus system */
|
||||
void ReacquireSpellFocusTarget();
|
||||
struct
|
||||
{
|
||||
::Spell const* Spell = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user