Skip to content

Commit

Permalink
fixes #145 in DE
Browse files Browse the repository at this point in the history
(cherry picked from commit fde4be5)
  • Loading branch information
wduda committed Dec 31, 2023
1 parent 3a00a67 commit eecbd80
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/IndexedDictionaryDe.lua
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ function TravelDictionaries:CreateDictionaries()
hunterLocations:AddSkill("Führer nach Lond Cirion", "0x70068717", "Lond Cirion (Führer)");
hunterLocations:AddSkill("Führer nach Umbar", "0x70068718", "Umbar (Führer)");
hunterLocations:AddSkill("Führer nach Jax Phanâl", "0x70068719", "Jax Phanâl (Führer)");
hunterLocations:AddSkill("Führer zur Taverne 'Zum Blutigen Adler'", "0x700697EF", "Zum Blutigen Adler (Führer)");

-- add the Warden locations
wardenLocations:AddSkill("Appell in der Feste Guruth", "0x70014786", "Feste Guruth (Appell)");
Expand Down Expand Up @@ -230,6 +231,7 @@ function TravelDictionaries:CreateDictionaries()
wardenLocations:AddSkill("Appell in Halrax","0x70068710", "Halrax (Appell)");
wardenLocations:AddSkill("Appell in Dol Amroth","0x70068712", "Dol Amroth (Appell)");
wardenLocations:AddSkill("Appell in Lond Cirion","0x70068715", "Lond Cirion (Appell)");
wardenLocations:AddSkill("Appell in der Taverne 'Zum Blutigen Adler'","0x700697F3", "Zum Blutigen Adler (Appell)");

-- add the Mariner locations
marinerLocations:AddSkill("Segelt nach Celondim", "0x70066100", "Celondim (Segeln)")
Expand Down Expand Up @@ -331,13 +333,14 @@ function TravelDictionaries:CreateDictionaries()
repLocations:AddSkill("Rückkehr nach Clegur", "0x70064F47", "Clegur (Ruf)");
repLocations:AddSkill("Nach Glân Vraig zurückkehren", "0x7005B38E", "Glân Vraig (Aufgabe)");
repLocations:AddSkill("Rückkehr nach Pelargir", "0x700658EB", "Pelargir (Ruf)");
repLocations:AddSkill("Zum Orden des Adlers zurückkehren", "0x700686FE", "Orden des Adlers (Ruf)");
repLocations:AddSkill("Zum Orden des Adlers reisen", "0x700686FE", "Orden des Adlers (Ruf)");
repLocations:AddSkill("Nach Umbar zurückkehren", "0x700686FF", "Umbar (Ruf)");
repLocations:AddSkill("Rückkehr nach Dol Amroth", "0x70068700", "Dol Amroth (Ruf U38)");
repLocations:AddSkill("Nach Jax Phanâl zurückkehren", "0x70068701", "Jax Phanâl (Ruf)");
repLocations:AddSkill("Kehrt zu Halrax zurück.", "0x70068702", "Halrax (Ruf)");
repLocations:AddSkill("Nach Lond Cirion zurückkehren", "0x70068703", "Lond Cirion (Ruf)");
repLocations:AddSkill("Zu den Buchhütern zurückkehren", "0x70068704", "Ledger-Keepers (Ruf)");
repLocations:AddSkill("Zu den Buchhütern reisen", "0x70068704", "Ledger-Keepers (Ruf)");
repLocations:AddSkill("Rückkehr zur Taverne 'Zum Blutigen Adler'", "0x700697F2", "Zum Blutigen Adler (Ruf)");

-- monster player maps
creepLocations:AddSkill("Kartenskizze zum Gramfuss", "0x70028BBC");
Expand Down

0 comments on commit eecbd80

Please sign in to comment.