14 Commits
Author SHA1 Message Date
Kelno 894bf2d49e Core/Items: Fixed soulbound tradeable items not being properly update once every second (#29416)
In the current code they were updated only if the difftime went above 1 second.

(cherry picked from commit e688424a260887fd97657aa1a445f855e94db990)
2026-05-26 23:08:27 +02:00
Kelno 7c0a37e8c7 Core/EventMap: Refactor and modernize EventMap (#29183)
(cherry picked from commit 1bea4aab456a01d89b87344d47cf345cd68f2d85)
2026-05-26 23:08:27 +02:00
Kelno 6b8d03d71e Don't count character pending deletion towards character per account limit (#26837)
* Don't count character pending deletion towards character per account limit

* Never show more than 10 characters char enum

* Use constants

(cherry picked from commit e2f20aff8ab3f526f513203e08915e7291386f50)
2022-03-13 14:27:10 +01:00
Kelno b6af6634f4 Core/Misc: Clear unused undef leftover in a refactor (#26616)
Previously this function was using a macro that was #undef at the end of the function. Since then it uses a lambda function and the undef is not needed anymore.

(cherry picked from commit 17ed3fd1dcfcb859869fcbbeb643fa59793d1687)
2022-03-11 12:14:39 +01:00
Kelno 6e182ebe05 Core/Config:Remove now unused CONFIG_SET_SHAPASSHASH config (#26606)
This is a leftover from https://github.com/TrinityCore/TrinityCore/commit/bcdbdd6f23ce65cc0e381e61d2840140dce79311

(cherry picked from commit c3a013c49928acaa4676cd5350b3ed8fe1f0fddd)
2022-03-11 10:52:00 +01:00
Kelno ce8c83ef6f Core/Maps: cosmetic correction on comment (#24096)
(cherry picked from commit d0efd76c92084a896c87a7df5be5d879ac7f3eca)
2021-12-20 23:47:37 +01:00
Kelno 45585b5305 Fixed PvP Combat timer never getting refreshed (#24058)
* Fixed PvP Combat timer never gets refreshed while meleeing

* Apply Treeston feedback

Co-authored-by: Giacomo Pozzoni <[email protected]>
(cherry picked from commit 2b024e8fbff24b071217cd88f052fdeaa48b47ba)
2021-12-20 21:25:46 +01:00
Kelno 368d99787c Core/Commands: Fixed wrong permissions for .lookup map commands (#23800)
(cherry picked from commit 6fc7ab3448850199835f9ee9dca6991b511eba09)
2021-12-18 22:19:05 +01:00
Kelno f3b0325758 Core/OPvP: Remove dangling line after 84b7b2e (PR #23625)
(cherry picked from commit ef3ee63d880240fcefcac81d0f0f44d854b47625)
2021-12-17 00:33:35 +01:00
Kelno f5c6ad9621 Core/Movement: Fixed MotionMaster::MoveChase default parameters (PR #22426)
(cherry picked from commit 7baf5b24525551ddf00c88084edb2a1bafeb758d)
2021-11-11 20:00:41 +01:00
kelno 1206e815cd Core/Creature: improve DB linked_respawn handling (#21172)
* Fixed SetCreatureLinkedRespawn function possible erasing/replacing a GameObject link (instead of a creature one)

(cherry picked from commit 70eb18d0e58ecf0cfcda4f410a183c671fbafe5c)
2021-05-16 21:56:06 +02:00
kelno 2808e1db67 Fixed SCRIPT_COMMAND_TALK description, comment was matching the old behavior
(cherry picked from commit 1aafa2c560011698b5fb5b280fca916049f6c51f)
2021-01-08 21:12:11 +01:00
kelno e576ddbb82 Core/Misc: Fix typo in UNDERWARER_INDARKWATER (#19864)
(cherry picked from commit f5fd0b5ef329bd464e797abc1a1b25be72b1ba40)
2020-07-16 22:00:28 +02:00
kelno 8424e73a10 Update CONTRIBUTING.md (#17042) 2016-04-26 14:36:04 +01:00