Skip to content

v2018.09.23

Compare
Choose a tag to compare
@MishimaHaruna MishimaHaruna released this 24 Sep 00:58
· 3952 commits to stable since this release
852c133

Added

  • Added LGTM.com code quality badges to the README. (#2202)
  • Added maps and constants related to episode 17.1 to the map database and constants list. (#2203)
  • Added/updated packets, encryption keys and message tables for clients up to 2018-09-19 (#2199)
  • Added -Wvla to the compiler flags, to prevent accidental usage of variable length arrays. (#2199)
  • Implemented PACKET_CZ_MEMORIALDUNGEON_COMMAND. (#2195)
  • Extended setquestinfo() with support for item amount ranges. (#2218)
  • Implemented the Mob Skill DB generator into the db2sql plugin. (#2149)

Changed

  • Changed the Travis build to use the maximum available PACKETVER, so that the recent code is tested. (#2199)
  • Added a shortand to call mes() without arguments to mean mes(""). (#2193)

Fixed

  • Added a missing IF NOT EXISTS clause in the char_achievements table creation query. (e71e41b)
  • Fixed an issue in packet ZC_INVENTIRY_MOVE_FAILED (#2199, issue #2213)
  • Fixed a validation error in setquestinfo(). (#2218)
  • Fixed an error in the achievement system, when killing a cloned mob. (#2204, issue #2201)
  • Fixed a trucation issue in the card columns of the database. (#2205, issue #2187)
  • Fixed a crash when a character is removed from the char table but not from the guild_member. (#2209, issue #2173)