Commit Graph

5525 Commits

Author SHA1 Message Date
Anton Popovichenko cdcdf4564b fix(Core/Pet): Fix possible heap-use-after-free of charmInfo when handling pet action. (#21439) 2025-02-14 20:02:02 +01:00
Jelle Meeus 75441ddb3b fix(Core/Player): SpellQueue avoid possible undefined behavior by copying instead of move (#21444) 2025-02-14 15:45:36 +01:00
Jelle Meeus 3854d00dee fix(Scripts/ShadowmoonValley): Illidan buffer overflow (#21442) 2025-02-14 11:31:21 +01:00
Jelle Meeus 9412c1eb3a fix(Scripts/BlackTemple): Illidan buffer overflow (#21441) 2025-02-14 11:31:14 +01:00
Andrew 062f9c4341 fix(Core/Map): Dynamic respawns: preserve original respawn timer and skip rares (#21440) 2025-02-14 11:30:59 +01:00
Anton Popovichenko db9b4cf0c6 fix(Scripts/ICC): Fix crash in npc_darnavan when killer is nil. (#21438) 2025-02-14 05:54:45 +01:00
Anton Popovichenko db49562a6a fix(Core/Channels): Don't use deleted pointer in channel name creation. (#21435) 2025-02-13 21:39:29 +01:00
Andrew 0db39f76de fix(Core/Creature): Creatures should skip confused targets (#21410) 2025-02-13 13:22:02 -03:00
Andrew 6c2d9aff49 chore(Config): Improve DynamicRates description (#21431) 2025-02-13 17:05:14 +01:00
Jelle Meeus 9e720b91f0 fix(Core/Worldstate): fix Sanctums Wards triggering phase transition too early (#21430) 2025-02-13 09:13:40 -03:00
Andrew 98a8a1306a fix(Scripts/SunwellPlateau): Fix Felmyst death event (#21425) 2025-02-13 11:38:47 +01:00
Andrew f9415f38cb fix(Scripts/Naxxramas): Update Faerlina script (#21375) 2025-02-13 05:04:36 -03:00
Takenbacon edcfaeb845 refactor(Core/World): Create WorldSessionMgr to split session logic out of World (#21400) 2025-02-13 07:04:38 +01:00
Andrew 0f0b341d9d fix(Scripts/SunwellPlateau): Fix Brutallus burn timer (#21423) 2025-02-13 00:05:32 +01:00
Anton Popovichenko 3baa00ae06 fix(Core/Group): Fix use of a deleted pointer in the group invites list. (#21422) 2025-02-12 18:24:56 -03:00
Anton Popovichenko c92d50d6ec fix(Core/Guild): Fix use of guild members' data after deletion. (#21421) 2025-02-12 18:23:57 -03:00
Anton Popovichenko fe2627bc91 fix(Core/Pet): Fix possible crash when using dangling pointer as pets spell target and fix possible memory leak. (#21420) 2025-02-12 17:34:30 -03:00
Anton Popovichenko 47c524581b fix(Core/Scripts): Fix buffer-overflow errors in scripts. (#21419) 2025-02-12 16:34:56 -03:00
Andrew 16fa25b7a9 feat(Core/Maps): Implement dynamic respawn rates (#21417)
Co-authored-by: r00ty-tc <r00ty-tc@users.noreply.github.com>
Co-authored-by: Jelle Meeus <sogladev@gmail.com>
Co-authored-by Treeston

This is a partial cherry-pick of: https://github.com/TrinityCore/TrinityCore/pull/19056/commits/59db2eeea0a35028779fd76372ae06cc98c8086f
2025-02-12 15:06:42 -03:00
Takenbacon 5421f13c13 fix(Core/Disables): Optimize DisableMgr container (#21416) 2025-02-12 10:40:04 -03:00
Andrew b17d69b33c feat(Core/Unit): Add SpellSchoolMask info to the DamageDealt() hook (#21411) 2025-02-12 12:16:02 +01:00
Anton Popovichenko f6a0433297 feat(Core/Arena): Add support for arena seasons completion with progression in runtime. (#19858)
Co-authored-by: Winfidonarleyan <dowlandtop@yandex.com>
2025-02-12 07:09:31 -03:00
Anton Popovichenko 07cb5c880c fix(Core/SQLField): Fix heap-buffer-overflow issue when interacting with mysql field value. (#21393) 2025-02-11 17:24:56 +01:00
Anton Popovichenko c2986977d9 fix(Core/Items): Fix duplication exploit where a player could loot infinitely from bags containing gold. (#21394) 2025-02-11 17:23:01 +01:00
Andrew c070e4bddf fix(Scripts/SunwellPlateau): Don't replay Felmyst intro after wipes (#21398)
Felmyst into no longer relays after a wipe.
2025-02-11 12:30:34 +00:00
Kitzunu 787b4e4efe fix(CI/Codestyle): correct double semicolon check (#21388) 2025-02-10 20:24:28 +01:00
Mykhailo Redko 017cfb7b4b fix(Core/PacketIO): Implemented CMSG_BUSY_TRADE and CMSG_IGNORE_TRADE. (#21385) 2025-02-10 17:12:38 +01:00
Andrew 91cd42ef91 fix(Scripts/SunwellPlateau): Clear basic events on death (#21374) 2025-02-10 09:28:19 +01:00
Andrew 4b79a09e91 fix(Scripts/SunwellPlateau): Prevent Sathrovarr summon event from dou… (#21376) 2025-02-10 09:23:33 +01:00
Andrew 7e29e023e8 fix(Core/Creature): Allow temp summons to respawn when despawning on … (#21363) 2025-02-10 08:46:31 +01:00
Andrew 2495ef4422 fix(Scripts/SunwellPlateau): Correct Felmyst spawn event (#21360) 2025-02-09 15:55:58 -03:00
Andrew 3c8823a871 fix(Scripts/SunwellPleateau): Remove invincibility from human kalecgos (#21369) 2025-02-09 15:55:31 -03:00
Jelle Meeus 05cf475975 fix(Core/Worldstate): sunsreach print correct counter (#21356) 2025-02-09 18:40:44 +01:00
Andrew 79cbb00075 feat(Core/Creature): Implement HasFlagsExtra() helper to creature (#21362) 2025-02-08 14:07:04 -03:00
p-tkachuk b07e545bae fix(Core/Transport): Fix for passengers dropped in the middle of nowhere (#21296) 2025-02-08 05:53:57 +01:00
天鹿 9768cfca3a fix(Core): Fix After PR#21213 Crash (#21327) 2025-02-07 13:52:56 -03:00
Exitare ff4d1ef053 chore(Core/EventMgr): Align code to Code standard & improve LoadFromDB function (#21151)
Co-authored-by: Jelle Meeus <sogladev@gmail.com>
Co-authored-by: Ludwig <sudlud@users.noreply.github.com>
2025-02-07 14:25:07 +01:00
chaosua 775febad9c fix(Scripts/Northrend): Exclude Dalaran Sewer Exit Pipe from GUARD teleport checks (#21222) 2025-02-06 20:50:22 +01:00
manstfu 478a076589 fix(Script/ICC): Make Sindragosa Tail Smash - ignore LOS(#20935) 2025-02-06 11:58:28 +01:00
manstfu 23e27f350e fix(Scripts/IcecrownCitadel): Sindragosa P3 Exploit (#20938)
Co-authored-by: Jelle Meeus <sogladev@gmail.com>
2025-02-06 11:54:49 +01:00
Jelle Meeus 6e58645751 fix(Core/Battlefield): Wintergrasp out of bounds error when setting neutral faction of stalker (#21340) 2025-02-06 09:44:27 +01:00
Andrew 8f450686b9 fix(Scripts/SunwellPlateau): Felmyst should be invincible while flying (#21336) 2025-02-06 09:00:56 +01:00
Andrew be422f2f2a fix(Scripts/Spells): Fix Isle of Queldanas Orb of Translocation (#21325) 2025-02-05 07:43:39 +01:00
iThorgrim 13e3a3c84a Feat(Core/Player): Add ExtraBonusTalentCount methods (#21271) 2025-02-04 07:47:26 +01:00
iThorgrim 054018232c feat(Core/Scripting): Add new hook OnUnitSetShapeshiftForm (#21235) 2025-02-04 07:41:29 +01:00
iThorgrim c53112d820 Feat(Core/Scripting): Add new hook CanPlayerResurrect to simplify HardCore mod etc. (#21272) 2025-02-03 18:28:19 +01:00
p-tkachuk 6753b44b16 fix(Scripts/Oculus): Prevent boss Urom teleportation to nowhere on fast kill (#21305)
Co-authored-by: Hexadecimal <hd@hd.hd>
2025-02-03 17:47:38 +01:00
Andrew 7b47cdebb9 fix(Script/ZulAman): Don't start the timer before Harrison Johnes event (#21311) 2025-02-03 09:11:08 -03:00
Andrew e75505d071 fix(Scripts/SunwellPlateau): Remove Sunwell Radiance from mobs (#21312) 2025-02-03 12:54:19 +01:00
Kitzunu 17412174be feat(Core/SAI): implement SMART_ACTION_DISABLE_REWARD (#21105) 2025-02-01 22:49:41 +01:00