mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user