fix(Scripts/Karazhan): Fix Julliane awarding no loot (#17334)
* fix(Scripts/Karazhan): Fix Julliene awarding no loot * Update bosses_opera.cpp
This commit is contained in:
parent
ebe887c5ba
commit
84d4d60cfc
4 changed files with 107 additions and 199 deletions
|
|
@ -366,6 +366,7 @@ public:
|
|||
|
||||
// Handling caster facing during spellcast
|
||||
void SetTarget(ObjectGuid guid = ObjectGuid::Empty) override;
|
||||
void ClearTarget() { SetTarget(); };
|
||||
void FocusTarget(Spell const* focusSpell, WorldObject const* target);
|
||||
void ReleaseFocus(Spell const* focusSpell);
|
||||
[[nodiscard]] bool IsMovementPreventedByCasting() const override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue