Commit Graph
41584 Commits
Author SHA1 Message Date
Golrag 0367e1afc5 Core/GameObject: Dropped flag should only spawn when debuff is not removed by default 2023-08-24 16:15:32 +02:00
Jeremy 1336370b45 Core/GameObject: Mark some pvp related gameobjects as active (#29249) 2023-08-24 11:48:09 +02:00
Aqua Deus fa836ee433 Scripts/BlastedLands: Implement intro quest for Assault on the Dark Portal (#29242) 2023-08-24 11:00:06 +02:00
ModoX b10b97b35b Core/AreaTrigger: Handle unit exit after OnRemove hook has been called 2023-08-24 09:09:45 +02:00
Shauren f0a862e71b Core/Misc: Modernize comparison operators 2023-08-24 00:51:26 +02:00
Gildor f108a50abf Core/Players: Remove player from group on faction change if two side interaction group is not allowed. (#28835)
(cherry picked from commit 3dda65c53aaaf0a29eca180d8de2d825923364cc)
2023-08-23 18:51:38 +02:00
Anton Popovichenko 7b48268e2c Core/Mail: Reorder mail attachment checks to be able to report nonempty bag error to client. (#28844)
(cherry picked from commit 9658d15b0c4189962e7600c34b70f9ceed2b3abe)
2023-08-23 18:48:33 +02:00
M'Dic 8898dfec53 Update (core\log): Log correction (#28802)
Loading AreaTrigger definitions to Loading Area Trigger Teleports definitions
and also Re-Loading AreaTrigger teleport definitions to Re-Loading Area Trigger Teleport definitions

(cherry picked from commit 48f9a807f3b6f05d35d161c6272f76c7c657d895)
2023-08-23 18:47:18 +02:00
Shauren dce71612ef Core/Spells: Prevent rerolling gathering skillups until success when mining or gathering herbs
(cherry picked from commit 92b7c98c018c1b950a45fb639e70871dca739ebd)
2023-08-23 18:46:35 +02:00
Gildor 0728d194d9 Core/Arena: Correctly update the stats of the members of each team when the week ends and the arena points are distributed. (#28812)
(cherry picked from commit 70b483aae4aefc581f5099b3d41b24c9e4bb1d98)
2023-08-23 18:44:48 +02:00
Shauren 3e3968b63c Core/Units: Fixed possible use after free in ThreatManager
Closes #28830
2023-08-23 11:03:52 +02:00
Shauren 0a0b420d86 Build: Support ASAN on msvc 2023-08-22 12:56:13 +02:00
Shauren f4297aa3c6 Core/Misc: Add missing virtual destructors 2023-08-22 12:38:55 +02:00
Aqua Deus 6082f8f878 DB/Draenor: Added some gameobject spawns for Assault on the Dark Portal 2023-08-22 01:53:14 +02:00
SeydenandShauren 42a6e0eb1a Core/Spells: Implement sqrt based aoe damage diminishing (#29192)
Co-authored-by: Shauren <[email protected]>
2023-08-22 00:02:37 +02:00
ModoX e600cd392b DB/TrialOfValor: Added creature_template_difficulty entries for lfr, normal, heroic and mythic difficulties 2023-08-21 03:25:37 +02:00
Aqua Deus 789dbb6e15 Scripts/Spells: Implement Ardent Defender (#29189) 2023-08-20 21:07:21 +02:00
Teleqraph 119200b745 Scripts/Spells: Implement druid talent Inner Peace (#29186) 2023-08-20 19:29:01 +02:00
Teleqraph 30d304298c Scripts/Spells: Implement druid talent Embrace of the Dream (#29185) 2023-08-20 19:07:47 +02:00
Teleqraph ba944151bd Scripts/Spells: Implement druid talent Power of the Archdruid (#29184) 2023-08-20 16:21:27 +02:00
Shauren d01e7a0d2f Scripts/Spells: Moved creature script to spell script 2023-08-20 12:26:29 +02:00
TeleqraphandShauren f1c51e2a8d Scripts/Spells: Implement Efflorescence and Spirit Blossoms (#29176)
Co-authored-by: Shauren <[email protected]>
2023-08-19 20:09:52 +02:00
Giacomo Pozzoni b82dc03cbf License: Restore long lost OpenSSL exception (#29250)
Restore long lost OpenSSL exception accidentally removed in 4559e99e0d and include it in the COPYING license file.
2023-08-19 15:55:46 +02:00
Teleqraph 2101c1079f Scripts/Spells: Update Wild Growth (#29173) 2023-08-19 15:34:53 +02:00
Aqua Deus 0612e3ef4d DB/Draenor: Added Chamber Doors for Assault of the Dark Portal
Closes #29243
2023-08-19 01:43:09 +02:00
Aqua Deus f27df03b65 DB/Draenor: Added some spawns for Assault on the Dark Portal
Closes #29241
2023-08-19 01:41:52 +02:00
Shauren d4d28d27f8 Core/Spells: Rewrite SelectRandomInjuredTargets to make extending it with additional requirements easier and allow it to prioritize group members 2023-08-19 00:59:06 +02:00
Shauren 9e1b97900e Core/Auras: Minor optimization for Unit object creation with msvc (not allocating a list end sentinel node for all of the 500 lists stored in Unit for each aura type) 2023-08-18 18:23:29 +02:00
Aqua Deus e851902054 DB/Azsuna: Added spawns for The Ruined Sanctum
Closes #28565
2023-08-18 04:28:41 +02:00
ModoX 9d43d3b17d DB/Hotfixes: Fixed some missing broadcast_text errors 2023-08-17 02:49:08 +02:00
ModoX d05042f465 DB/Player: Added class level stats for hunter 2023-08-17 02:49:07 +02:00
Shauren 982feb5082 DB/Pets: Removed invalid spells from creature_template_spell
Closes #29149
2023-08-16 20:04:20 +02:00
Shauren f18233822d Core/Misc: Fixed minor formatting mistakes 2023-08-16 18:17:09 +02:00
Naddleyandfunjoker f2d0857d55 Scripts/Mardum: Implement DH intro event (#29211)
Co-Authored-By: funjoker <[email protected]>
2023-08-16 12:11:40 +02:00
Jeremy 1ab7050cb7 Core/Scripts: Add ZoneScript hook for AreaTrigger creation/deletion (#29236) 2023-08-15 21:33:59 +02:00
Shauren fefc719263 Core/Creatures: Updated totem slot assignment logic
* Implemented SUMMON_SLOT_ANY_TOTEM
* Fixed showing totems on player frames
* Fixed removing totems from player frames
* Fixed being able to summon unlimited windfury totems
2023-08-15 00:49:30 +02:00
Aqua Deus 792f8041bb DB/BlastedLands: Added Zidormi and handle TerrainSwap
Closes #29220
2023-08-14 18:11:14 +02:00
Naddley 27925fb49c DB/Mardum: Added spawns for Despair Ridge 2023-08-14 18:09:13 +02:00
Shauren ac1c041944 Core/Spells: Damage and healing bonus calculation fixes
* Spells with SPELL_DAMAGE_CLASS_NONE are now allowed to benefit from spellmods
* Fixed SPELL_AURA_MOD_DAMAGE_DONE_VERSUS_AURASTATE and SPELL_AURA_MOD_HEALING_DONE_PCT_VERSUS_TARGET_HEALTH not working for players
2023-08-14 13:34:40 +02:00
ModoX 0c9e46629c Core/Spells: Summons with no special title and duration -1ms should use TEMPSUMMON_MANUAL_DESPAWN 2023-08-14 00:48:21 +02:00
TeleqraphandShauren 0b70e7d2dc Scripts/Spells: Implement Germination and Luxuriant Soil (#29178)
Co-authored-by: Shauren <[email protected]>
2023-08-14 00:38:23 +02:00
ModoX 95893cf53c Scripts/Commands: Implemented .debug play objectsound command 2023-08-14 00:00:13 +02:00
ModoX 35e5da37bd Core/Object: Implemented helper method PlayObjectSound 2023-08-13 23:59:24 +02:00
Shauren c2d8c64d36 Core/Spells: Validate spellmod array size at startup 2023-08-13 23:47:42 +02:00
Teleqraph 3c0dcfc2c6 Scripts/Spells: Unify major healing cooldown CDs modifiers for all classes (#29174) 2023-08-13 19:21:28 +02:00
Shauren b8f3bb8cba Core/Spells: Updated default SpellPhaseMask that is generated for procs that do not have entry in spell_proc table 2023-08-12 18:28:50 +02:00
Shauren e7ad2661d1 Scripts/Spells: Fixed Dark Reprimand not triggering 2023-08-11 21:17:08 +02:00
Teleqraph 8161bce524 Scripts/Spells: Implement Atonement (Passive, pet), Power Leech (Passive, pet) and Essence Devourer (#29170) 2023-08-11 10:59:39 +02:00
Meji 3a93e5c988 DB/WorldStates: Define all currency world states as global 2023-08-11 00:44:10 +02:00
Teleqraph fa9ffc9121 Scripts/Spells: Implement Epiphany and update Prayer of Mending's related talents (#29169) 2023-08-10 22:49:19 +02:00