From daa49a8cd473d4793fcdfd3a3c6314428cd4309d Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Tue, 26 Nov 2019 16:54:47 +0300 Subject: [PATCH] Correctly detect zirnitra as amarr --- eos/gamedata.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eos/gamedata.py b/eos/gamedata.py index bdd7b3a1d..7eb2bd160 100644 --- a/eos/gamedata.py +++ b/eos/gamedata.py @@ -373,7 +373,8 @@ class Item(EqBase): 500016: "sisters", 500018: "mordu", 500019: "sansha", - 500020: "serpentis" + 500020: "serpentis", + 500026: "triglavian" } @property