| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-23 | Core/Spells: Allow implicit targeting of serverside WorldObjects (#28827) | Meji | |
| (cherry picked from commit 5d5ca30b232586ad378671bf0ac8407495dea188) | |||
| 2023-03-12 | Core/Groups: Implement MSG_RAID_READY_CHECK_FINISHED response (#28811) | robinsch | |
| 2023-03-11 | Core/Players: Remove player from group on faction change if two side ↵ | Gildor | |
| interaction group is not allowed. (#28835) | |||
| 2023-03-11 | Core/Item: Fixed incorrect damage mod for Heirloom 2H weapons (#28836) | robinsch | |
| 2023-03-11 | Core/Mail: Reorder mail attachment checks to be able to report nonempty bag ↵ | Anton Popovichenko | |
| error to client. (#28844) | |||
| 2023-03-10 | Update (core\log): Log correction (#28802) | M'Dic | |
| Loading AreaTrigger definitions to Loading Area Trigger Teleports definitions and also Re-Loading AreaTrigger teleport definitions to Re-Loading Area Trigger Teleport definitions | |||
| 2023-02-25 | Core/Spells: Prevent rerolling gathering skillups until success when mining ↵ | Shauren | |
| or gathering herbs | |||
| 2023-02-25 | Core/Arena: Correctly update the stats of the members of each team when the ↵ | Gildor | |
| week ends and the arena points are distributed. (#28812) | |||
| 2023-02-25 | Core/Misc: Sending player's own auras before all visible objects. (#28450) | Mikhail Redko | |
| * Core/Misc: Sending player's own auras before all visible objects. This should finally solve the problem of naked characters. Closes #15159 Many thanks to xvwyh for explaining cause of this bug * Core/Misc: Force send update auras packet to player when he added to map | |||
| 2023-02-16 | Update worldserver.conf.dist | Aokromes | |
| 2023-02-09 | Core/Auras: Remove channeled auras when caster and target are not on the ↵ | Shauren | |
| same map Closes #28777 Closes #28792 | |||
| 2023-02-09 | Scripts/Events: Fixed infinite loop with auras 71507 and 71508 casting each ↵ | Shauren | |
| other when unit is removed from map | |||
| 2023-02-05 | DB: Convert all databases to InnoDB engine | Shauren | |
| 2023-02-05 | DB: Convert databases to utf8mb4 | Shauren | |
| 2023-01-20 | Core/Battlegrounds: Prevent end Arena when a dead player logout (#28766) | Gildor | |
| 2023-01-19 | Core/Auras: Fully remove auras that had all of their effect suppressed with ↵ | Shauren | |
| immunity | |||
| 2023-01-19 | Core/Auras: Fixed possible iterator invalidation crashes caused by calling ↵ | Shauren | |
| UpdateTargetMap inside loops iterating m_appliedAuras Closes #28609 | |||
| 2023-01-17 | Core/Guilds: Fixed sending random properties for guild bank items | Shauren | |
| Closes #28751 | |||
| 2023-01-16 | TDB 335.23011 - 2023/01/16TDB335.23011 | TDB Release | |
| 2023-01-10 | Core/Creatures: improved error logging messages added in ↵ | Ovahlord | |
| 6f835c233f7605d74926a2a3058634c9de478617 for creature_template_addon to avoid confusion | |||
| 2023-01-09 | Core/Creatures: Split creature_addon and creature_template_addon's byte ↵ | Ovahlord | |
| columns into seperate ones (#28562) * Instead of dumping raw byte values into these fields, we now only allow setting values which should be accessible to database devs. The remaining byte values should be handled by core internals and spells (pet talents and shapeshifting for example) | |||
| 2023-01-06 | Scripts/Icecrown Citadel: Added missing empty check before ↵ | Shauren | |
| SelectRandomContainerElement | |||
| 2023-01-01 | New year | Aokromes | |
| 2022-12-23 | Core/Scripts: Implemented Zort's Protective Elixir (#28372) | Mikhail Redko | |
| * Core/Scripts: Implemented Zort's Protective Elixir * Rename XXXX_XX_XX_XX_world.sql to 2022_12_23_00_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> | |||
| 2022-12-23 | Core/Spells: resurrection after raise ally (#28582) | Badgersson | |
| (fix #26296)player->IsResurrectRequested() now is called with spell_dk_raise_ally_Aura removing | |||
| 2022-12-05 | Core/Guild: Fixed possible guild exploit (#28577) | robinsch | |
| * Core/Guild: Fixed possible guild exploit * Core/Guild: Do not process HandleGuildDeclineOpcode if player is in guild | |||
| 2022-12-04 | Core/Player: Vertical "Say" distance (#28544) | Badgersson | |
| * Core/Player: chat messages use 3d distance Fix #26593 * Core/Player: chat messages use 3d distance new arg in SendMessageToSetInRange Fix #26593 | |||
| 2022-11-27 | DB: Fix a DB error | Killyana | |
| Ref https://github.com/TrinityCore/TrinityCore/commit/441c126002c2f0518ee0c7cafa6453c3f16bec3f | |||
| 2022-11-23 | Core/Units: ensure that we use valid iterators when providing spell Ids in ↵ | Ovahlord | |
| Unit::RemoveAppliedAuras and Unit::RemoveOwnedAuras | |||
| 2022-11-20 | DB/Creature: Update all flying creature movements to DisableGravity | Killyana | |
| 2022-11-17 | DB/Equipment: Remove wrong ItemID2 from Mathrengyl Bearwalker | Killyana | |
| 2022-11-15 | DB/Gameobject: Wrong Nightmare Vine spawn in Shadowmoon Valley | Jildor | |
| Closes #28490 | |||
| 2022-11-15 | DB/SAI: Add missing text line to Ango'rosh Ogre | CraftedRO | |
| Closes #28512 | |||
| 2022-11-15 | DB/Spells: Update some spells cooldown values | CraftedRO | |
| Closes #28514 | |||
| 2022-11-15 | DB/GameObject: Update serverSide field for some traps to fix the ↵ | Killyana | |
| invisibility issue Closes #20479 | |||
| 2022-11-15 | DB/Creature: Update gold drop for some creatures | CraftedRO | |
| Closes #28523 Credit Vmangos | |||
| 2022-11-15 | Core/GameObjects: Use serverOnly property of GameObjectTemplate for all ↵ | Shauren | |
| types that have it, not just spell focus | |||
| 2022-11-08 | Spell/Conditions: Hand of Sacrifice can't be casted on targets with Divine ↵ | CraftedRO | |
| Sacrifice Closes #28502 | |||
| 2022-11-08 | DB/Spell: Nature's Grasp proc | CraftedRO | |
| Closes #28504 | |||
| 2022-11-08 | DB/Spawns: Add missing spawns to Ironforge Airfield | Killyana | |
| From Cmangos https://github.com/cmangos/issues/issues/1974 Closes #26753 | |||
| 2022-11-07 | DB/Quest: Add missing OfferRewardText for some quests | CraftedRO | |
| Closes #28487 | |||
| 2022-11-07 | DB/Quest: The Ice Guard & The Shadow Guard | CraftedRO | |
| Closes #28486 | |||
| 2022-11-06 | DB/Quest : Rescue at Sea add missing SAI and text | CraftedRO | |
| Closes #28473 | |||
| 2022-11-06 | DB/Spell: Killing Machine proc correction | CraftedRO | |
| Closes #28453 | |||
| 2022-11-06 | DB: Yojamba Isle Zealot cosmetic event | CraftedRO | |
| Closes #28443 | |||
| 2022-11-05 | DB/Quest: I'm Smelting... Smelting! | offl | |
| Closes #27994 | |||
| 2022-11-05 | DB/Misc: Ported world db engine and column updates from master branch | Ovah | |
| Closes #28431 | |||
| 2022-11-05 | DB/Creature: Correct respawn time for Tethis and King Bangalash | CraftedRO | |
| Closes #28465 | |||
| 2022-11-05 | DB/Quest: Villains of Darrowshire | Killyana | |
| Closes #4385 | |||
| 2022-11-04 | Typo | Killyana | |
