Releases: shagu/pfQuest
Releases · shagu/pfQuest
6.4.7
6.4.6
map: make sure min and max are always set
6.4.5
arrow: add level and change default text colors
6.4.4
database: check for starters before indexing
6.4.3
map: skip current zone checks Completely rely on player x and y positions to determine if map is a dungeon map. Removing the zone check allows to print nodes on unknown maps where coordinates exists (such as alterac valley).
6.4.2
compat: fix broken API call of CTMod CT_QuestLevels breaks the "GetQuestLogTitle" API call in global space. With this commit, the original function is used again and not the modified version of CTMod.
6.4.1
toolbox: persist unused flag of invalid zhCN maps
6.4
db: update to latest database revisions vmangos: f702e293580cb66529a42312966ee0aa05d084da cmangos: b8cbd5e86cf65f88101476dd0807596c2aff0ddc tbc-db: 5829de52f0c098a03dc2825b54d7c7e2136add77 mangos-one locales: 6e70e41c03dee9fb74dd69d723911594e7c454b0
6.3.10
db: add unused flag to invalid zhCN maps The UNUSED flag was only added to some languages by the DBC extractor and was missing from zhCN. This was leading to pfQuest not displaying quests in locations, with a similar name, because the wrong ID was picked. Unused flags have been added to the same IDs as in enUS.
6.3.9
database: let global space trigger db updates