Maselkov / GW2RPC

Discord Rich Presence addon for Guild Wars 2
https://gw2rpc.info
GNU General Public License v3.0
46 stars 12 forks source link

Map "Mistlock Sanctuary" is wrongfully considered as "Fractals of the Mists" #12

Closed nakami closed 2 years ago

nakami commented 2 years ago

While being on the map "Mistlock Sanctuary" (a lounge type of map with NPCs), GW2RPC considers this map as "Fractals of the Mists" and displays that kind of game content whlist it probably should be seen as its own map.

image

n1tr0-5urf3r commented 2 years ago

The map_id of Mistlock Observatory was changed by anet from 872 to 1206. The registry will be updated soon :)

nakami commented 2 years ago

Just to make sure: Don't confuse "Mistlock Observatory" with "Mistlock Sanctuary" (map_id 1206).

Mistlock Observatory

Friendlist for others when I am in Mistlock Observatory: image

GW2RPC when I am in Mistlock Observatory: image

Mistlock Sanctuary

Friendlist for others as I am in Mistlock Sanctuary: image

GW2RPC when I am in Mistlock Sanctuary: image

gw2rpc api

In the registry, Mistlock Observatory exists, while Sanctuary does not: https://gw2rpc.info/api/v2/registry

{
  "fractals": [
    {
      "id": 872, 
      "name": "Mistlock Observatory"
    },
n1tr0-5urf3r commented 2 years ago

Just to make sure: Don't confuse "Mistlock Observatory" with "Mistlock Sanctuary" (map_id 1206).

Mistlock Observatory

Friendlist for others when I am in Mistlock Observatory: image

GW2RPC when I am in Mistlock Observatory: image

Mistlock Sanctuary

Friendlist for others as I am in Mistlock Sanctuary: image

GW2RPC when I am in Mistlock Sanctuary: image

gw2rpc api

In the registry, Mistlock Observatory exists, while Sanctuary does not: https://gw2rpc.info/api/v2/registry

{
  "fractals": [
    {
      "id": 872, 
      "name": "Mistlock Observatory"
    },

You are totally right, I confused both but I actually was talking about the same. Someone actually reported the same issue on our discord support server :) Need Maselkov to update the website registry though, I don't have access there.

n1tr0-5urf3r commented 2 years ago

Solved