Quest issue with "Cuergo's Gold"
Gogo1951 opened this issue ยท 3 comments
Description
The objective is missing for Cuergo's Gold. Maybe because you trigger the mob spawn who drops the item? Let's just put it on the object that triggers the mob spawn.
Wowhead link
- Cuergo's Gold - Quest - World of Warcraft || https://classic.wowhead.com/quest=2882/cuergos-gold
Screenshots
Github needs to get with the times. =P
Questie version
Quest item:
[9275] = {"Cuergo's Key",2112,nil,{7902,7901,7899,},nil,nil,nil,nil,},
All these have spawn points:
[7899] = {
[npcKeys.name] = "Treasure Hunting Pirate",
[npcKeys.zoneID] = zoneIDs.TANARIS,
[npcKeys.spawns] = {[zoneIDs.TANARIS] = {{54.45,93.47},},},
},
[7901] = {
[npcKeys.name] = "Treasure Hunting Swashbuckler",
[npcKeys.zoneID] = zoneIDs.TANARIS,
[npcKeys.spawns] = {[zoneIDs.TANARIS] = {{54.4,93.5},},},
},
[7902] = {
[npcKeys.name] = "Treasure Hunting Buccaneer",
[npcKeys.zoneID] = zoneIDs.TANARIS,
[npcKeys.spawns] = {[zoneIDs.TANARIS] = {{54.34,93.58},},},
},