From 6613c715bad15844eeb7d59eb8e30f64f3aeda51 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 12:08:43 +0000 Subject: [PATCH] [changelog] Add changelog-2024-09-15.md, update website changelog --- changelogs/changelog-2024-09-15.md | 36 +++++++++++++ docs/changelog.md | 87 +++++++++++------------------- 2 files changed, 68 insertions(+), 55 deletions(-) create mode 100644 changelogs/changelog-2024-09-15.md diff --git a/changelogs/changelog-2024-09-15.md b/changelogs/changelog-2024-09-15.md new file mode 100644 index 00000000000..939dee75e71 --- /dev/null +++ b/changelogs/changelog-2024-09-15.md @@ -0,0 +1,36 @@ +## LandSandBoat Changelog (2024-09-15) +- Lls: create tzone type, annotate zones/zone.lua files, correct issues identified [[#6245](https://github.com/LandSandBoat/server/pull/6245), [patch](https://github.com/LandSandBoat/server/pull/6245.patch)] (claywar) +- [core] more memory leak fixes [[#6243](https://github.com/LandSandBoat/server/pull/6243), [patch](https://github.com/LandSandBoat/server/pull/6243.patch)] (WinterSolstice8) +- Modules: add more error handling to startup [[#6242](https://github.com/LandSandBoat/server/pull/6242), [patch](https://github.com/LandSandBoat/server/pull/6242.patch)] (zach2good) +- Chore: update cpm.cmake to 0.40.2 [[#6238](https://github.com/LandSandBoat/server/pull/6238), [patch](https://github.com/LandSandBoat/server/pull/6238.patch)] (zach2good) +- Implement the isnm tough nut to crack [[#6237](https://github.com/LandSandBoat/server/pull/6237), [patch](https://github.com/LandSandBoat/server/pull/6237.patch)] (jmcmorris, Jasson McMorris) +- [sql/lua] improve gration spawn and correct drop rate [[#6236](https://github.com/LandSandBoat/server/pull/6236), [patch](https://github.com/LandSandBoat/server/pull/6236.patch)] (LacunaXI) +- [lls] remove unnecessary type declarations from quest, mission scripts [[#6233](https://github.com/LandSandBoat/server/pull/6233), [patch](https://github.com/LandSandBoat/server/pull/6233.patch)] (claywar, InoUno) +- Chore: add -wno-nan-infinity-disabled flag for clang version 18 or hi… [[#6232](https://github.com/LandSandBoat/server/pull/6232), [patch](https://github.com/LandSandBoat/server/pull/6232.patch)] (zach2good) +- Compliments to the chef isnm [[#6228](https://github.com/LandSandBoat/server/pull/6228), [patch](https://github.com/LandSandBoat/server/pull/6228.patch)] (jmcmorris, Jasson McMorris) +- Imp aggro behavior [[#6227](https://github.com/LandSandBoat/server/pull/6227), [patch](https://github.com/LandSandBoat/server/pull/6227.patch)] (jmcmorris, Jasson McMorris) +- Call to arms isnm [[#6226](https://github.com/LandSandBoat/server/pull/6226), [patch](https://github.com/LandSandBoat/server/pull/6226.patch)] (jmcmorris, Jasson McMorris) +- [lls] annotate mission scripts, correct issues identified [[#6225](https://github.com/LandSandBoat/server/pull/6225), [patch](https://github.com/LandSandBoat/server/pull/6225.patch)] (claywar) +- [lua] correct homepoint bit checking for teleport rejection [[#6224](https://github.com/LandSandBoat/server/pull/6224), [patch](https://github.com/LandSandBoat/server/pull/6224.patch)] (WinterSolstice8) +- Rework battlefield group death counter [[#6223](https://github.com/LandSandBoat/server/pull/6223), [patch](https://github.com/LandSandBoat/server/pull/6223.patch)] (jmcmorris, Jasson McMorris) +- Clear the mob's party when removing a party member [[#6222](https://github.com/LandSandBoat/server/pull/6222), [patch](https://github.com/LandSandBoat/server/pull/6222.patch)] (jmcmorris, Jasson McMorris) +- [sql] update melee gaiters nq/+1 to have counterstance +10% mod [[#6219](https://github.com/LandSandBoat/server/pull/6219), [patch](https://github.com/LandSandBoat/server/pull/6219.patch)] (WinterSolstice8) +- Modify interaction to allow direct function definition for on/afterzone events [[#6218](https://github.com/LandSandBoat/server/pull/6218), [patch](https://github.com/LandSandBoat/server/pull/6218.patch)] (claywar) +- Fix craft container check [[#6217](https://github.com/LandSandBoat/server/pull/6217), [patch](https://github.com/LandSandBoat/server/pull/6217.patch)] (Xaver-DaRed) +- [crafting] clean craft container on invalid recipe [[#6213](https://github.com/LandSandBoat/server/pull/6213), [patch](https://github.com/LandSandBoat/server/pull/6213.patch)] (Xaver-DaRed) +- [quest] convert beastmaster af1 to if [[#6212](https://github.com/LandSandBoat/server/pull/6212), [patch](https://github.com/LandSandBoat/server/pull/6212.patch)] (jamesbradleym) +- [synth] clean craft container after synth finishes [[#6211](https://github.com/LandSandBoat/server/pull/6211), [patch](https://github.com/LandSandBoat/server/pull/6211.patch)] (Xaver-DaRed, WinterSolstice8) +- [core] change unused luautils returns to void types [[#6210](https://github.com/LandSandBoat/server/pull/6210), [patch](https://github.com/LandSandBoat/server/pull/6210.patch)] (claywar) +- Add celadon yggrete shard pop nms to ceizak battlegrounds [[#6209](https://github.com/LandSandBoat/server/pull/6209), [patch](https://github.com/LandSandBoat/server/pull/6209.patch)] (Yuchemey) +- [speed] adjustments to calculations and modifiers [[#6207](https://github.com/LandSandBoat/server/pull/6207), [patch](https://github.com/LandSandBoat/server/pull/6207.patch)] (Xaver-DaRed, cocosolos) +- [lls] annotate interaction files (quests), add tquest type, fix issues identified [[#6205](https://github.com/LandSandBoat/server/pull/6205), [patch](https://github.com/LandSandBoat/server/pull/6205.patch)] (claywar) +- [lls] add tmobentity type, annotate mob scripts, correct issues identified [[#6204](https://github.com/LandSandBoat/server/pull/6204), [patch](https://github.com/LandSandBoat/server/pull/6204.patch)] (claywar) +- [cafting] add check for craft container [[#6203](https://github.com/LandSandBoat/server/pull/6203), [patch](https://github.com/LandSandBoat/server/pull/6203.patch)] (Xaver-DaRed) +- [lls] add npc entity type, annotate npc scripts, correct issues identified [[#6202](https://github.com/LandSandBoat/server/pull/6202), [patch](https://github.com/LandSandBoat/server/pull/6202.patch)] (claywar) +- [lls] annotate npcutil global, correct issues identified [[#6201](https://github.com/LandSandBoat/server/pull/6201), [patch](https://github.com/LandSandBoat/server/pull/6201.patch)] (claywar) +- [lua] change bind to use retail accurate random duration [[#6194](https://github.com/LandSandBoat/server/pull/6194), [patch](https://github.com/LandSandBoat/server/pull/6194.patch)] (TracentEden2, TracentEden) +- Map out synergy messaging and animations [[#6192](https://github.com/LandSandBoat/server/pull/6192), [patch](https://github.com/LandSandBoat/server/pull/6192.patch)] (zach2good) +- [core] force crit fail on synth if player zones for any reason [[#6190](https://github.com/LandSandBoat/server/pull/6190), [patch](https://github.com/LandSandBoat/server/pull/6190.patch)] (WinterSolstice8) +- [lua] enforce unlocks on homepoint teleports [[#6189](https://github.com/LandSandBoat/server/pull/6189), [patch](https://github.com/LandSandBoat/server/pull/6189.patch)] (WinterSolstice8) +- Shadows of the mind isnm [[#6185](https://github.com/LandSandBoat/server/pull/6185), [patch](https://github.com/LandSandBoat/server/pull/6185.patch)] (jmcmorris, Jasson McMorris) +- [abyssea] fix when yellow weakness is chosen [[#6181](https://github.com/LandSandBoat/server/pull/6181), [patch](https://github.com/LandSandBoat/server/pull/6181.patch)] (Xaver-DaRed) diff --git a/docs/changelog.md b/docs/changelog.md index bb8be101832..939dee75e71 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,59 +1,36 @@ -## LandSandBoat Changelog (2024-09-01) +## LandSandBoat Changelog (2024-09-15) +- Lls: create tzone type, annotate zones/zone.lua files, correct issues identified [[#6245](https://github.com/LandSandBoat/server/pull/6245), [patch](https://github.com/LandSandBoat/server/pull/6245.patch)] (claywar) +- [core] more memory leak fixes [[#6243](https://github.com/LandSandBoat/server/pull/6243), [patch](https://github.com/LandSandBoat/server/pull/6243.patch)] (WinterSolstice8) +- Modules: add more error handling to startup [[#6242](https://github.com/LandSandBoat/server/pull/6242), [patch](https://github.com/LandSandBoat/server/pull/6242.patch)] (zach2good) +- Chore: update cpm.cmake to 0.40.2 [[#6238](https://github.com/LandSandBoat/server/pull/6238), [patch](https://github.com/LandSandBoat/server/pull/6238.patch)] (zach2good) +- Implement the isnm tough nut to crack [[#6237](https://github.com/LandSandBoat/server/pull/6237), [patch](https://github.com/LandSandBoat/server/pull/6237.patch)] (jmcmorris, Jasson McMorris) +- [sql/lua] improve gration spawn and correct drop rate [[#6236](https://github.com/LandSandBoat/server/pull/6236), [patch](https://github.com/LandSandBoat/server/pull/6236.patch)] (LacunaXI) +- [lls] remove unnecessary type declarations from quest, mission scripts [[#6233](https://github.com/LandSandBoat/server/pull/6233), [patch](https://github.com/LandSandBoat/server/pull/6233.patch)] (claywar, InoUno) +- Chore: add -wno-nan-infinity-disabled flag for clang version 18 or hi… [[#6232](https://github.com/LandSandBoat/server/pull/6232), [patch](https://github.com/LandSandBoat/server/pull/6232.patch)] (zach2good) +- Compliments to the chef isnm [[#6228](https://github.com/LandSandBoat/server/pull/6228), [patch](https://github.com/LandSandBoat/server/pull/6228.patch)] (jmcmorris, Jasson McMorris) +- Imp aggro behavior [[#6227](https://github.com/LandSandBoat/server/pull/6227), [patch](https://github.com/LandSandBoat/server/pull/6227.patch)] (jmcmorris, Jasson McMorris) +- Call to arms isnm [[#6226](https://github.com/LandSandBoat/server/pull/6226), [patch](https://github.com/LandSandBoat/server/pull/6226.patch)] (jmcmorris, Jasson McMorris) +- [lls] annotate mission scripts, correct issues identified [[#6225](https://github.com/LandSandBoat/server/pull/6225), [patch](https://github.com/LandSandBoat/server/pull/6225.patch)] (claywar) +- [lua] correct homepoint bit checking for teleport rejection [[#6224](https://github.com/LandSandBoat/server/pull/6224), [patch](https://github.com/LandSandBoat/server/pull/6224.patch)] (WinterSolstice8) +- Rework battlefield group death counter [[#6223](https://github.com/LandSandBoat/server/pull/6223), [patch](https://github.com/LandSandBoat/server/pull/6223.patch)] (jmcmorris, Jasson McMorris) +- Clear the mob's party when removing a party member [[#6222](https://github.com/LandSandBoat/server/pull/6222), [patch](https://github.com/LandSandBoat/server/pull/6222.patch)] (jmcmorris, Jasson McMorris) +- [sql] update melee gaiters nq/+1 to have counterstance +10% mod [[#6219](https://github.com/LandSandBoat/server/pull/6219), [patch](https://github.com/LandSandBoat/server/pull/6219.patch)] (WinterSolstice8) +- Modify interaction to allow direct function definition for on/afterzone events [[#6218](https://github.com/LandSandBoat/server/pull/6218), [patch](https://github.com/LandSandBoat/server/pull/6218.patch)] (claywar) +- Fix craft container check [[#6217](https://github.com/LandSandBoat/server/pull/6217), [patch](https://github.com/LandSandBoat/server/pull/6217.patch)] (Xaver-DaRed) +- [crafting] clean craft container on invalid recipe [[#6213](https://github.com/LandSandBoat/server/pull/6213), [patch](https://github.com/LandSandBoat/server/pull/6213.patch)] (Xaver-DaRed) +- [quest] convert beastmaster af1 to if [[#6212](https://github.com/LandSandBoat/server/pull/6212), [patch](https://github.com/LandSandBoat/server/pull/6212.patch)] (jamesbradleym) +- [synth] clean craft container after synth finishes [[#6211](https://github.com/LandSandBoat/server/pull/6211), [patch](https://github.com/LandSandBoat/server/pull/6211.patch)] (Xaver-DaRed, WinterSolstice8) +- [core] change unused luautils returns to void types [[#6210](https://github.com/LandSandBoat/server/pull/6210), [patch](https://github.com/LandSandBoat/server/pull/6210.patch)] (claywar) +- Add celadon yggrete shard pop nms to ceizak battlegrounds [[#6209](https://github.com/LandSandBoat/server/pull/6209), [patch](https://github.com/LandSandBoat/server/pull/6209.patch)] (Yuchemey) +- [speed] adjustments to calculations and modifiers [[#6207](https://github.com/LandSandBoat/server/pull/6207), [patch](https://github.com/LandSandBoat/server/pull/6207.patch)] (Xaver-DaRed, cocosolos) +- [lls] annotate interaction files (quests), add tquest type, fix issues identified [[#6205](https://github.com/LandSandBoat/server/pull/6205), [patch](https://github.com/LandSandBoat/server/pull/6205.patch)] (claywar) +- [lls] add tmobentity type, annotate mob scripts, correct issues identified [[#6204](https://github.com/LandSandBoat/server/pull/6204), [patch](https://github.com/LandSandBoat/server/pull/6204.patch)] (claywar) +- [cafting] add check for craft container [[#6203](https://github.com/LandSandBoat/server/pull/6203), [patch](https://github.com/LandSandBoat/server/pull/6203.patch)] (Xaver-DaRed) +- [lls] add npc entity type, annotate npc scripts, correct issues identified [[#6202](https://github.com/LandSandBoat/server/pull/6202), [patch](https://github.com/LandSandBoat/server/pull/6202.patch)] (claywar) - [lls] annotate npcutil global, correct issues identified [[#6201](https://github.com/LandSandBoat/server/pull/6201), [patch](https://github.com/LandSandBoat/server/pull/6201.patch)] (claywar) -- [lls] annotate utils global, correct issues identified [[#6195](https://github.com/LandSandBoat/server/pull/6195), [patch](https://github.com/LandSandBoat/server/pull/6195.patch)] (claywar) - [lua] change bind to use retail accurate random duration [[#6194](https://github.com/LandSandBoat/server/pull/6194), [patch](https://github.com/LandSandBoat/server/pull/6194.patch)] (TracentEden2, TracentEden) -- [sql] audit spells elements and skills [[#6193](https://github.com/LandSandBoat/server/pull/6193), [patch](https://github.com/LandSandBoat/server/pull/6193.patch)] (Xaver-DaRed) -- Fix relic ws add effect durations [[#6191](https://github.com/LandSandBoat/server/pull/6191), [patch](https://github.com/LandSandBoat/server/pull/6191.patch)] (WinterSolstice8) -- Add synergy menu research [[#6188](https://github.com/LandSandBoat/server/pull/6188), [patch](https://github.com/LandSandBoat/server/pull/6188.patch)] (zach2good) +- Map out synergy messaging and animations [[#6192](https://github.com/LandSandBoat/server/pull/6192), [patch](https://github.com/LandSandBoat/server/pull/6192.patch)] (zach2good) +- [core] force crit fail on synth if player zones for any reason [[#6190](https://github.com/LandSandBoat/server/pull/6190), [patch](https://github.com/LandSandBoat/server/pull/6190.patch)] (WinterSolstice8) +- [lua] enforce unlocks on homepoint teleports [[#6189](https://github.com/LandSandBoat/server/pull/6189), [patch](https://github.com/LandSandBoat/server/pull/6189.patch)] (WinterSolstice8) - Shadows of the mind isnm [[#6185](https://github.com/LandSandBoat/server/pull/6185), [patch](https://github.com/LandSandBoat/server/pull/6185.patch)] (jmcmorris, Jasson McMorris) -- [login] add keepalives to tcp sockets [[#6184](https://github.com/LandSandBoat/server/pull/6184), [patch](https://github.com/LandSandBoat/server/pull/6184.patch)] (WinterSolstice8) -- [lua] fix traveling merchant conquest tie issue [[#6182](https://github.com/LandSandBoat/server/pull/6182), [patch](https://github.com/LandSandBoat/server/pull/6182.patch)] (TracentEden2, TracentEden) - [abyssea] fix when yellow weakness is chosen [[#6181](https://github.com/LandSandBoat/server/pull/6181), [patch](https://github.com/LandSandBoat/server/pull/6181.patch)] (Xaver-DaRed) -- Implement the isnm making a mockery [[#6180](https://github.com/LandSandBoat/server/pull/6180), [patch](https://github.com/LandSandBoat/server/pull/6180.patch)] (jmcmorris, Jasson McMorris) -- [th] make bracket loop go through all table entries instead of a set range [[#6178](https://github.com/LandSandBoat/server/pull/6178), [patch](https://github.com/LandSandBoat/server/pull/6178.patch)] (Xaver-DaRed) -- [fix] add ranged attack effects to last resort [[#6177](https://github.com/LandSandBoat/server/pull/6177), [patch](https://github.com/LandSandBoat/server/pull/6177.patch)] (Xaver-DaRed) -- Fix enum references in pm8-1 [[#6175](https://github.com/LandSandBoat/server/pull/6175), [patch](https://github.com/LandSandBoat/server/pull/6175.patch)] (claywar) -- [bug fix]preserve m_pitem when copying/assigning latents. [[#6174](https://github.com/LandSandBoat/server/pull/6174), [patch](https://github.com/LandSandBoat/server/pull/6174.patch)] (TiberonKalkaz, Tiberon) -- [lls] add core global definitions (luautils), clarify enums, and correct issues [[#6173](https://github.com/LandSandBoat/server/pull/6173), [patch](https://github.com/LandSandBoat/server/pull/6173.patch)] (claywar) -- Chore: re-format license headers [[#6172](https://github.com/LandSandBoat/server/pull/6172), [patch](https://github.com/LandSandBoat/server/pull/6172.patch)] (zach2good) -- [output] august 2024 version update [[#8](https://github.com/LandSandBoat/UpdateExtractor/pull/8), [patch](https://github.com/LandSandBoat/UpdateExtractor/pull/8.patch)] (claywar) -- [core] change ccharentity* to cbattleentity* and add dynamic casts [[#6170](https://github.com/LandSandBoat/server/pull/6170), [patch](https://github.com/LandSandBoat/server/pull/6170.patch)] (WinterSolstice8) -- Add clarifications to coc and contrib guide [[#6164](https://github.com/LandSandBoat/server/pull/6164), [patch](https://github.com/LandSandBoat/server/pull/6164.patch)] (zach2good) -- [fix] add missing message id in aht uhrgan whitegate [[#6162](https://github.com/LandSandBoat/server/pull/6162), [patch](https://github.com/LandSandBoat/server/pull/6162.patch)] (Xaver-DaRed) -- [fix] add missing dominion ops messages [[#6161](https://github.com/LandSandBoat/server/pull/6161), [patch](https://github.com/LandSandBoat/server/pull/6161.patch)] (Xaver-DaRed) -- [sql] update ungur boomerang to have piercing damage type [[#6159](https://github.com/LandSandBoat/server/pull/6159), [patch](https://github.com/LandSandBoat/server/pull/6159.patch)] (WinterSolstice8) -- [lls] add lua language server definitions and annotations [[#6156](https://github.com/LandSandBoat/server/pull/6156), [patch](https://github.com/LandSandBoat/server/pull/6156.patch)] (claywar, Xaver-DaRed) -- Magic: fixes the duration of monomi and tonko [[#6155](https://github.com/LandSandBoat/server/pull/6155), [patch](https://github.com/LandSandBoat/server/pull/6155.patch)] (LoxleyXI) -- [core] [sql] fix a hung session bug [[#6152](https://github.com/LandSandBoat/server/pull/6152), [patch](https://github.com/LandSandBoat/server/pull/6152.patch)] (WinterSolstice8) -- [sql, lua] fix aspir ii and "always magic bursting" in magic.lua [[#6150](https://github.com/LandSandBoat/server/pull/6150), [patch](https://github.com/LandSandBoat/server/pull/6150.patch)] (WinterSolstice8, Xaver-DaRed) -- [magic] fix duplicate message on death spell and enemy death spell not landing ever [[#6148](https://github.com/LandSandBoat/server/pull/6148), [patch](https://github.com/LandSandBoat/server/pull/6148.patch)] (Xaver-DaRed) -- [core, lua] implement nin subtle blow merits [[#6147](https://github.com/LandSandBoat/server/pull/6147), [patch](https://github.com/LandSandBoat/server/pull/6147.patch)] (WinterSolstice8) -- [lua] refactor additional effects to resolve cyclomatic complexity [[#6146](https://github.com/LandSandBoat/server/pull/6146), [patch](https://github.com/LandSandBoat/server/pull/6146.patch)] (WinterSolstice8) -- [lua, core] apply subtle blow, inhibit tp, dagi, store tp to spells [[#6145](https://github.com/LandSandBoat/server/pull/6145), [patch](https://github.com/LandSandBoat/server/pull/6145.patch)] (WinterSolstice8) -- Add "nodiscard" to files where needed [[#6142](https://github.com/LandSandBoat/server/pull/6142), [patch](https://github.com/LandSandBoat/server/pull/6142.patch)] (Xaver-DaRed) -- [core] [lua] rework th effect on drop rates [[#6141](https://github.com/LandSandBoat/server/pull/6141), [patch](https://github.com/LandSandBoat/server/pull/6141.patch)] (Xaver-DaRed) -- [bcnm] add waking the beast ifrit bcnm [[#6140](https://github.com/LandSandBoat/server/pull/6140), [patch](https://github.com/LandSandBoat/server/pull/6140.patch)] (TracentEden2, dallano, TracentEden) -- [fix] "mom the adventurer" module [[#6138](https://github.com/LandSandBoat/server/pull/6138), [patch](https://github.com/LandSandBoat/server/pull/6138.patch)] (Xaver-DaRed) -- Use @enum annotation for tables in enum directory [[#6136](https://github.com/LandSandBoat/server/pull/6136), [patch](https://github.com/LandSandBoat/server/pull/6136.patch)] (claywar) -- Enable ci requirement for lls [[#6134](https://github.com/LandSandBoat/server/pull/6134), [patch](https://github.com/LandSandBoat/server/pull/6134.patch)] (claywar) -- Fix or ignore remaining lua language server warnings and errors [[#6133](https://github.com/LandSandBoat/server/pull/6133), [patch](https://github.com/LandSandBoat/server/pull/6133.patch)] (claywar) -- Change gobbie mystery box dialmask var init value from bool to nil [[#6131](https://github.com/LandSandBoat/server/pull/6131), [patch](https://github.com/LandSandBoat/server/pull/6131.patch)] (claywar) -- Add nil check to dragoon job util usedeepbreathing() [[#6129](https://github.com/LandSandBoat/server/pull/6129), [patch](https://github.com/LandSandBoat/server/pull/6129.patch)] (claywar) -- Fix cruor table reference for non-visions cruor prospectors [[#6128](https://github.com/LandSandBoat/server/pull/6128), [patch](https://github.com/LandSandBoat/server/pull/6128.patch)] (claywar) -- Add null check to charutils::canuseweaponskill() [[#6127](https://github.com/LandSandBoat/server/pull/6127), [patch](https://github.com/LandSandBoat/server/pull/6127.patch)] (claywar) -- [client] august 2024 version update [[#6126](https://github.com/LandSandBoat/server/pull/6126), [patch](https://github.com/LandSandBoat/server/pull/6126.patch)] (claywar) -- [core] add mob mod to skip allegiance check (for healing with damage spells) [[#6124](https://github.com/LandSandBoat/server/pull/6124), [patch](https://github.com/LandSandBoat/server/pull/6124.patch)] (TracentEden2, TracentEden) -- [bugfix]prevent invalid lua onequip calls [[#6121](https://github.com/LandSandBoat/server/pull/6121), [patch](https://github.com/LandSandBoat/server/pull/6121.patch)] (TiberonKalkaz, Tiberon) -- Core: additional checks in treasurepoll [[#6120](https://github.com/LandSandBoat/server/pull/6120), [patch](https://github.com/LandSandBoat/server/pull/6120.patch)] (zach2good) -- Tem. n fix to equalize chameleon yarn and scarlet odoshi drops [[#6119](https://github.com/LandSandBoat/server/pull/6119), [patch](https://github.com/LandSandBoat/server/pull/6119.patch)] (lapislosh, hapro) -- Ext: update to tracy v0.11.0 [[#6118](https://github.com/LandSandBoat/server/pull/6118), [patch](https://github.com/LandSandBoat/server/pull/6118.patch)] (zach2good) -- Chore: format some lambdas [[#6116](https://github.com/LandSandBoat/server/pull/6116), [patch](https://github.com/LandSandBoat/server/pull/6116.patch)] (zach2good) -- [core] attempt to improve session cleanup logic [[#6115](https://github.com/LandSandBoat/server/pull/6115), [patch](https://github.com/LandSandBoat/server/pull/6115.patch)] (WinterSolstice8) -- Troll family mobskills [[#6113](https://github.com/LandSandBoat/server/pull/6113), [patch](https://github.com/LandSandBoat/server/pull/6113.patch)] (jmcmorris, Jasson McMorris) -- [bugfix] fix armoury crate spawning outside bcnm arena [[#6110](https://github.com/LandSandBoat/server/pull/6110), [patch](https://github.com/LandSandBoat/server/pull/6110.patch)] (TiberonKalkaz, Tiberon) -- Core: check player meets skill requirement to use weaponskills [[#6109](https://github.com/LandSandBoat/server/pull/6109), [patch](https://github.com/LandSandBoat/server/pull/6109.patch)] (LoxleyXI) -- [core] move usercheck() after settings init [[#6107](https://github.com/LandSandBoat/server/pull/6107), [patch](https://github.com/LandSandBoat/server/pull/6107.patch)] (WinterSolstice8) -- [guild] account for settings when renouncing craft rank [[#6105](https://github.com/LandSandBoat/server/pull/6105), [patch](https://github.com/LandSandBoat/server/pull/6105.patch)] (Xaver-DaRed) -- Orobon family [[#6095](https://github.com/LandSandBoat/server/pull/6095), [patch](https://github.com/LandSandBoat/server/pull/6095.patch)] (jmcmorris, Jasson McMorris) -- Apkallu family [[#6093](https://github.com/LandSandBoat/server/pull/6093), [patch](https://github.com/LandSandBoat/server/pull/6093.patch)] (jmcmorris, Jasson McMorris) -- [core, lua] give mobs guard skill and prevent some mobs from guarding [[#6020](https://github.com/LandSandBoat/server/pull/6020), [patch](https://github.com/LandSandBoat/server/pull/6020.patch)] (TracentEden2, TracentEden)