Fix: Add missing QuestiePlayer import in QuestEventHandler, update docs, version 9.8.4
This commit is contained in:
@@ -1,5 +1,23 @@
|
||||
# Changelog
|
||||
|
||||
## v9.8.4
|
||||
|
||||
### Fixes
|
||||
- **[Quest]** Fixed a Lua crash ("attempt to index global 'QuestiePlayer'") occurring during chat message processing for auto-completing quests, by explicitly requiring the `QuestiePlayer` module in `QuestEventHandler`.
|
||||
|
||||
## v9.8.3
|
||||
|
||||
### Fixes
|
||||
- **[Quest]** Extended `HideCondition` support to regular monster, object, and item objectives in the database.
|
||||
- **[Quest]** Added `hideIfQuestActive` conditions to quest 13010 objectives to resolve icon overlap at King Jokkum.
|
||||
- **[Database]** Corrected the finisher for "You Can't Miss Him" (12966) to NPC 30127, properly moving the arrow to Fjorn's Anvil.
|
||||
- **[Arrow]** Implemented immediate arrow refreshing upon quest acceptance to provide seamless transitions between objective phases.
|
||||
|
||||
## v9.8.2
|
||||
|
||||
### Fixes
|
||||
- **[Quest]** Updated the objective tooltip for "Forging an Alliance" (12924) at King Jokkum to explicitly instruct players to pick up the breadcrumb quest "You Can't Miss Him" (12966).
|
||||
|
||||
## v9.8.1
|
||||
|
||||
### Fixes
|
||||
@@ -18,6 +36,9 @@
|
||||
- **[Map]** Resolved a frame pool leak that prevented the yellow Finisher icon from appearing immediately on the map after turning in or completing a quest.
|
||||
|
||||
|
||||
- **[Database]** Corrected an error that improperly identified Item Finishers as GameObject Finishers on custom servers, causing map pinpointing errors (e.g. `[QuestieDB:GetObject] rawdata is nil for objectID:`).
|
||||
- **[Database]** Appended correct fallback spawn data for the "Thorim" listen bunny (`NPC 30514`) so Sibling Rivalry's turn in/listen point functions correctly on WotLK clients.
|
||||
|
||||
## v9.7.11
|
||||
|
||||
### Fixes
|
||||
|
||||
Reference in New Issue
Block a user