mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 08:33:47 +00:00
fix(Core/Spells): Forward core changes (#8841)
This commit is contained in:
@@ -1473,7 +1473,7 @@ public:
|
||||
[[nodiscard]] bool HasQuestForItem(uint32 itemId, uint32 excludeQuestId = 0, bool turnIn = false, bool* showInLoot = nullptr) const;
|
||||
[[nodiscard]] bool HasQuestForGO(int32 GOId) const;
|
||||
[[nodiscard]] bool HasQuest(uint32 questId) const;
|
||||
void UpdateForQuestWorldObjects();
|
||||
void UpdateVisibleGameobjectsOrSpellClicks();
|
||||
[[nodiscard]] bool CanShareQuest(uint32 quest_id) const;
|
||||
|
||||
void SendQuestComplete(uint32 quest_id);
|
||||
|
||||
Reference in New Issue
Block a user