Skip to content

Commit

Permalink
Release v2022.12.07
Browse files Browse the repository at this point in the history
Signed-off-by: Haru <haru@dotalux.com>
  • Loading branch information
MishimaHaruna committed Dec 8, 2022
1 parent 9babbed commit 9003a6c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ xCloud <xalfredmasterx@gmail.com>
Yommy <yomanda@gmail.com>
Your Name <ibrahem.h.basyone@gmail.com>
zackdreaver <zackdreaver@gmail.com>
Zaid Naim <zaid@zaidnaim.com>
Zarbony <justonlinegames@web.de>
Zopokx <zopokx@gmail.com>

Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,22 @@ If you are reading this in a text editor, simply ignore this section
### Removed
-->

## [v2022.12.07] `December 07 2022`

### Added

- Added the `nosendmail` mapflag, adding the ability to prevent players from sending emails (RODEX and classic) from a map. (#2962)
- Added the `item_drop_bonus_max_threshold` configuration flag in `conf/map/battle/drops.conf`, making the item bonus rate cap configurable. (#3136)

### Changed

- Updated `script_commands.txt`, fixing typos and incorrect file names, adding documentation for missing `checkoption()` flags and updating some external URLs. (#3177)

### Fixed

- Added some missing checks for null in `sd->inventory_data` pointers to prevent crashes. (#3176)
- Fixed the item bonus rate cap getting applied to the base item drop rates and the server's drop rate modifiers, making their real values different from what `@mi` shows. The cap now only applies to drop-time bonuses (cash shop SCs, race-specific drop rate modifiers, luk or size custom influence, renewal level modifiers, etc). (part of #3136)

## [v2022.11.02+1] `November 02 2022` `PATCH 1`

### Added
Expand Down Expand Up @@ -2606,6 +2622,7 @@ If you are reading this in a text editor, simply ignore this section
- New versioning scheme and project changelogs/release notes (#1853)

[Unreleased]: https://github.com/HerculesWS/Hercules/compare/stable...master
[v2022.12.07]: https://github.com/HerculesWS/Hercules/compare/v2022.11.02+1...v2022.12.07
[v2022.11.02+1]: https://github.com/HerculesWS/Hercules/compare/v2022.11.02...v2022.11.02+1
[v2022.11.02]: https://github.com/HerculesWS/Hercules/compare/v2022.10.05...v2022.11.02
[v2022.10.05]: https://github.com/HerculesWS/Hercules/compare/v2022.06.01...v2022.10.05
Expand Down
2 changes: 1 addition & 1 deletion doc/constants_pre-re.md
Original file line number Diff line number Diff line change
Expand Up @@ -4814,7 +4814,7 @@
### Server defines

- `PACKETVER`: 20190530
- `HERCULES_VERSION`: 202211021
- `HERCULES_VERSION`: 202212070
- `MAX_LEVEL`: 175
- `MAX_STORAGE`: 600
- `MAX_GUILD_STORAGE`: 500
Expand Down
2 changes: 1 addition & 1 deletion doc/constants_re.md
Original file line number Diff line number Diff line change
Expand Up @@ -4814,7 +4814,7 @@
### Server defines

- `PACKETVER`: 20190530
- `HERCULES_VERSION`: 202211021
- `HERCULES_VERSION`: 202212070
- `MAX_LEVEL`: 175
- `MAX_STORAGE`: 600
- `MAX_GUILD_STORAGE`: 500
Expand Down
2 changes: 1 addition & 1 deletion src/config/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define CONFIG_CORE_H

// from tag vXXXXXXXX.Y -> XXXXXXXXY
#define HERCULES_VERSION 202211021
#define HERCULES_VERSION 202212070

/// Max number of items on @autolootid list
#define AUTOLOOTITEM_SIZE 10
Expand Down

0 comments on commit 9003a6c

Please sign in to comment.