v2019.12.15
MishimaHaruna
released this
16 Dec 00:47
·
2980 commits
to stable
since this release
Added
- Added/updated packets, encryption keys and message tables for clients up to 2019-12-11. (#2585)
- Added new version of packet
ZC_NOTIFY_EFFECT3
. (part of #2583) - Added script function
specialeffectnum()
. (part of #2583)
Changed
- Reduced the IP ban column length to 13 characters, matching the length of the inserted data. A database migration is required. (#2583, issue #2349)
- Converted packet
CZ_SE_CASHSHOP_OPEN
into a struct. (part of #2583) - Replaced the old MySQL Connector with MariaDB C Connector 3.1.5 / Client Lib 10.4.3, for the Windows VS builds. (#2580)
- Moved the functionalities of
mob_avail.txt
to the mob database, expanding it with more fields (see themob_db
documentation for details). (#2572)
Fixed
- Fixed incompatibilities with MySQL 8. (part of #2580)
- Fixed errors when
guild_skill_relog_delay
is set to 1 (reset on relog). (#2592, issue #2591) - Fixed Tarot Card equipment breaking behavior to match the official, targeting only Left Hand (Shield), Armor and Helm. (#2589)
- Fixed racial crit bonuses not being affected by katar crit bonus. (#2588)
- Fixed interaction between Lex Aetherna and Stone/Freezing, now mutually exclusive. (#2598, issue #2559)
Removed
- Removed
mob_avail.txt
, since its functionality has been moved to the mob database. (part of #2572)