Commit Graph
44365 Commits
Author SHA1 Message Date
Shauren 86308c0236 Core: Updated allowed build to 11.2.5.63796 2025-10-11 13:02:11 +02:00
Shauren e549e11aa8 Dep/fmt: Update to 12.0.0 2025-10-11 13:02:11 +02:00
Shauren 2b38f40988 Build: Enable debug format flag -ggdb3 instead of -g by default for debug builds 2025-10-11 12:47:42 +02:00
Shauren ccb078da03 Build: Enable /utf-8 flag for msvc 2025-10-11 12:47:41 +02:00
Shauren 7c95937a67 Core/Database: Escape "OFFSET" MariaDB keyword in prepared statements
Closes #31357
2025-10-10 19:06:21 +02:00
Shauren 53068a94e8 Core: Updated to 11.2.5.63704 2025-10-10 16:21:55 +02:00
Naddley a7d825c6de DB/Westfall: Added pools for copper veins in the Jangolode Mine 2025-10-06 17:13:42 +02:00
Naddley 6258f3fe81 DB/Westfall: Updated and added some missing rare spawns
- Brack ID: 520
- Slark ID: 519
- Master Digger ID: 1424
- Leprithus ID: 572 + Rotten Ghoul ID: 846
2025-10-06 17:12:21 +02:00
Shauren d82b3641db Core/Items: Implemented new item bonus types: ITEM_BONUS_OVERRIDE_CAN_SALVAGE, ITEM_BONUS_OVERRIDE_CAN_RECRAFT, ITEM_BONUS_OVERRIDE_CANNOT_TRADE_BOP and ITEM_BONUS_ITEM_LEVEL_BASE 2025-10-06 00:29:26 +02:00
Shauren 8fff15ba7c Core/Items: Implemented new item bonus types: limit category and pvp item level 2025-10-05 15:13:57 +02:00
Aqua Deus ffbda978f3 Scripts/ShrineOfTheStorm: Implement Lord Stormsong encounter (#31317) 2025-10-05 14:03:52 +02:00
Aqua Deus d76f436b9f Scripts/ReturnToKarazhan: Implement Shade of Medivh encounter (#31281) 2025-10-04 18:13:35 +02:00
Shauren 3bbd6340dc Scripts/City of Threads: Fix nopch build 2025-10-04 15:32:05 +02:00
Shauren 3d8a75b0b5 Core/Misc: Reduce differences between branches 2025-10-04 15:05:17 +02:00
ModoX c0c342715b fix nopch
* followup d1e07ac655
2025-10-04 13:35:40 +02:00
offl d1e07ac655 Core/AI: Implement OnAuraApplied and OnAuraRemoved hooks (#31288)
Closes #26894

(cherry picked from commit 3bb4f5677359e3af9fe4b80e42157816786dca49)
2025-10-04 13:21:02 +02:00
Jeremy 3f80825c00 Scripts/Arenas: Implement Cage of Carnage (#31320) 2025-10-04 13:09:08 +02:00
Shauren 9827685634 Core/AreaTrigger: Fix crashes happening if areatrigger is despawned in OnUnitEnter script
Closes #31340
2025-10-04 12:13:23 +02:00
Shauren afc613fb63 Core/Conditions: Fix CONDITION_AURA incorrectly allowing ConditionValue3 to be set in database (it doesn't do anything) 2025-10-04 01:04:16 +02:00
ModoX a78828c707 Scripts/AreaTrigger: Fixed possible crash when spell is null for areatriggers on creation 2025-10-03 16:04:24 +02:00
Aqua Deus 26a0befe2e Scripts/City of Threads: Implement Orator Krix Vizk encounter (#30398) 2025-10-03 16:02:49 +02:00
Shauren da03588f1c Scripts/Gilneas: Remove unneccessary null check from 47df5bdc22 2025-10-03 10:23:52 +02:00
Jeremy 16edee0b0e Scripts/Commands: Improve .debug arena (#31292) 2025-10-02 21:38:53 +02:00
Jeremy 3fb6401b04 Scripts/Arenas: Implement Maldraxxus Coliseum (#31315) 2025-10-02 21:35:19 +02:00
Jeremy 830fc29500 Scripts/Arenas: Implement The Robodrome (#31311) 2025-10-02 21:23:19 +02:00
NaddleyandOvahlord 47df5bdc22 Scripts/Gilneas: Implement Quest: "Evacuate the Merchant Square" (#31324)
Closes #30091

Co-authored-by: Ovahlord <[email protected]>
2025-10-02 19:04:55 +02:00
NaddleyandOvahlord a89b995c09 Scripts/Westfall: Implement Quest: "It's Alive!" (#31316)
Co-authored-by: Ovahlord <[email protected]>
2025-10-02 18:41:32 +02:00
Shauren 3fecc05f19 Core/MMaps: Use unique_ptr for memory management and remove MMapFactory 2025-10-02 15:27:42 +02:00
Shauren 6b41c3d327 Core/MMaps: Improve mmap debugging experience for terrain swap maps
* Output terrain map id in `.mmap loc` command
* Suppress file not found errors for terrain swap maps
* Fix generating single tiles for terrain swap maps (--tile argument)
2025-10-02 13:43:45 +02:00
Shauren ca70a5c1a0 Scripts/The Nexus: Updated dungeon encounter ids 2025-10-01 15:39:27 +02:00
Shauren 71b6554a20 Scripts/Deadmines: Updated dungeon encounter ids
Closes #31329
2025-10-01 10:38:43 +02:00
Shauren 234dd5f26b Core/Auras: Implemented new proc ppm modifier - SPELL_PPM_MOD_AURA 2025-10-01 00:42:13 +02:00
Naddley 50b8b1fbc5 DB/Westfall: Updated creature spawns at Furlbrows Pumpkin Farm
- updated spawns to createobject2
- added missing Paths
- added missing _addon
- added pooled young Fleshripper spawns
2025-09-30 23:40:13 +02:00
Shauren a21152e78f Scripts/Spells: Update Lava surge script 2025-09-30 14:18:47 +02:00
OvahlordandNaddley 71feb51454 DB/Gilneas: Update phasing for some creatures in the Merchant Square
Co-authored-by: Naddley <[email protected]>
2025-09-30 02:03:09 +02:00
Shauren 6042b67d65 Core/Auth: Refactor bnet session to use composition instead of inheritance for socket capabilities 2025-09-29 11:13:31 +02:00
Golrag c7f0311c11 Scripts/Arenas: Fix crash when entering Mugambala 2025-09-28 19:31:02 +02:00
Naddley e83b36df68 DB/Westfall: Added some missing quest_details 2025-09-28 18:25:59 +02:00
Jeremy 974816b041 Scripts/Arenas: Rework Dalaran Sewers (#31215) 2025-09-28 11:55:26 +02:00
Golrag c5d4dec24e DB/Arenas: update start locations with blizzard ids
- fixed respawn time shadow sight in ruins of lordaeron
2025-09-28 08:55:30 +02:00
Shauren 13f22e0c06 Core/Misc: Reduce differences between branches 2025-09-28 00:06:28 +02:00
Naddley eac8411fe6 DB/Westfall: Update creature spawns with createobject2 data for Saldeans Farm 2025-09-27 20:55:02 +02:00
Naddley 097516198c DB/Westfall: Added cyclic paths for Fleshripper
- update positions to createobject2
2025-09-27 20:52:52 +02:00
Jeremy 2f17b06f6a Scripts/Arenas: Implement Mugambala (#31306) 2025-09-27 19:41:14 +02:00
Jeremy 1f0a30e4a1 Scripts/Arenas: Implement Blade's Edge Arena (Legion) (#31294) 2025-09-27 16:43:58 +02:00
Ovahlord 2307a2313f Scripts/Westfall: scripted Overloarded Harvest Golem visuals * removed somple duplicate spawns and event related spawns that are already spawnt
(cherry picked from commit https://github.com/The-Cataclysm-Preservation-Project/TrinityCore/commit/7f6e63f850aaf71668dedd8394f023eff2ef8452)
2025-09-27 16:33:54 +02:00
Shauren c550385720 Core/Transmog: Mark tracking quests as completed when completing transmog sets 2025-09-26 10:27:02 +02:00
Shauren 4a3f22948c Tools/vmap_extractor: Fixed duplicate output files with .m2 and .m2.vmo extensions 2025-09-25 00:32:39 +02:00
Shauren 88d8783758 Core/Units: Remove unused argument from Unit::SetRooted 2025-09-25 00:30:54 +02:00
Shauren 5116221caa DB/Quests: Add Manaforge Vandals renown 8 reward quest templates 2025-09-24 22:12:47 +02:00