Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Language Selection

Compare
Choose a tag to compare
@xhsun xhsun released this 01 Oct 21:41
· 25 commits to master since this release

New Feature

  • Added the ability to set language using GuildWars2.setLanguage(LanguageSelect). If you don't call this method, the language will default to English.

    • List of possible language: English (Default), German, Spanish, French, and Chinese

Updates

  • Added PathOfFire to Access enum in Account class

  • Added Unknown to Region enum

    • As of right now (Oct 1st, 2017), Unknown represents all PoF regions
  • Removed GuildWars2Exception from throw list for some API:1 methods, since they don't actually throw it

Bug Fixes

  • Fixed a bug that were caused by incorrect response body type for delivery API

  • Fixed #24 : which is caused by incorrect field type for access field in Account class