Commit Graph

23980 Commits

Author SHA1 Message Date
Shauren
caa058d496 Core/PacketIO: Implemented CMSG_CORPSE_MAP_POSITION_QUERY/SMSG_CORPSE_MAP_POSITION_QUERY_RESPONSE 2025-02-20 14:01:11 +01:00
Shauren
48baec04df Core/Players: Fixed wrong spell id of Seal of Righteousness being given to players who don't know Judgement of Light
Closes #30642
2025-02-20 13:51:31 +01:00
Shauren
b4168ee833 Core/Spells: Reduce differences between branches (port refactors from c0602889b5) 2025-02-19 19:32:55 +01:00
Shauren
b32ff0c8b6 Scripts/Spells: Fix wrong proc target for spell 23552
Closes #30697
2025-02-18 16:51:32 +01:00
Mykhailo Redko
81ab02d6f8 Core/Spells: Remove ProcEventInfo::GetProcTarget to avoid confusion. (#30435) 2025-02-18 16:35:32 +01:00
Shauren
1942647c0d Dep: Replace basic_deadline_timer with std::chrono based basic_waitable_timer
(cherry picked from commit c81183a660)
2025-02-18 15:39:41 +01:00
Gildor
8785c0d5a5 Core/Groups: align the player's dungeon/raid difficulty with the group's difficulty upon joining, regardless of the player's level. (#30699) 2025-02-18 12:36:04 +01:00
CraftedRO
de3ba5229f Core/GameObject: Activated world chests will now despawn after 5 minutes (#30269)
Co-authored-by: Kaytotes <kaytotes@users.noreply.github.com>
2025-02-16 19:56:32 +01:00
Stephan T. Lavavej
939ca92ac8 Core/Misc: Remove non-portable hack of including <__msvc_chrono.hpp> - will break in future MSVC release (#30460)
(cherry picked from commit 96956b0e5b)
2025-02-15 19:41:05 +01:00
CraftedRO
d2c1841960 Core/Battlegrounds: Corrected Arathi Basin near victory sound and score threshold (#30690) 2025-02-14 20:29:36 +01:00
Mykhailo Redko
62fe2d6a8d Core/Chat: Corrected names and descriptions for GM.LowerSecurity config option and related rbac permission (#30644) 2025-02-14 18:53:07 +01:00
Shauren
13eb405a3d Core/Pets: a827230910 followup reducing differences between branches 2025-02-11 19:27:47 +01:00
Mykhailo Redko
a827230910 Core/Pets: Implemented sound playback when dismissing warlock pets (#30683) 2025-02-11 14:47:51 +01:00
Mykhailo Redko
52af034225 Core/Spells: Added missing DBC data for some food effects. (#30679) 2025-02-10 14:57:11 +01:00
Shauren
a5d4c46003 Fix build with libstdc++-11 2025-02-09 22:50:51 +01:00
Shauren
8565ba9876 Core/PacketIO: Converted BattlegroundPackets to classes 2025-02-09 21:08:35 +01:00
Shauren
de9340ccec Core/Battlegrounds: Port BattlegroundQueueTypeId changes from master branch 2025-02-08 19:58:34 +01:00
Shauren
61819f2dc7 Core/Misc: Reduce differences between branches and fix data sent in SMSG_AUCTION_COMMAND_RESULT, SMSG_PARTY_MEMBER_STATS, SMSG_BATTLEFIELD_STATUS and implemented missing SMSG_AUCTION_REMOVED_NOTIFICATION 2025-02-05 20:10:19 +01:00
Nay
5a0a660647 DB/Schema: Increase size of quest_template.RequiredRaces to mediumint
(cherry picked from commit 460f42849f)
2025-02-03 20:50:45 +01:00
Shauren
0011c11347 Core/Items: Destroy only one item from stack when inserting a gem, not entire stack
(cherry picked from commit 5dc3ccbeab)
2025-02-03 20:03:11 +01:00
Shauren
01132b1757 Core/Misc: Reduce code differences between branches 2025-02-03 18:42:54 +01:00
Shauren
00875fe4a3 Core/Misc: Reduce code differences between branches 2025-02-02 21:12:24 +01:00
CraftedRO
7782a17bc2 DB/Quest: Move Priest Garments quest series from c++ to database (#30627)
Co-authored-by: Jonne733 <40151102+Jonne733@users.noreply.github.com>
2025-02-02 20:21:44 +01:00
Nay
8268ab34b7 DB/Schema: Change basehp/mana/armor in creature_classlevelstatus to unsigned mediumint
There's no reason to be cheap...

(cherry picked from commit 4d8b06d0bd)
2025-02-01 20:00:46 +01:00
Kandera
ba0ed27e32 Core/Spells: add name for cast_flag_unknown_2 to cast_flag_has_trajectory
(cherry picked from commit 450a6a66c7)
2025-02-01 20:00:46 +01:00
Shauren
e492944b90 Core/Misc: Reduce code differences between branches 2025-02-01 20:00:41 +01:00
Shocker
41e48ff2e1 Core/Battlegrounds: Remove temporary currency bonus auras before rewarding player at battleground end
(cherry picked from commit a2f6a2b6ca)
2025-02-01 18:01:21 +01:00
Shauren
4bec94451f Core/Spells: DynamicObject auras will now use the largest radius found in SPELL_EFFECT_PERSISTENT_AREA_AURA effects of the spell creating them 2025-01-13 15:02:07 +01:00
Shauren
ae1f80c083 Core/Time: Fixed WowTime operator<=>
(cherry picked from commit 19aef6882d)
2025-01-07 00:59:51 +01:00
Shauren
21a4acfb28 DB/Creatures: Add missing PvPFlags to many creatures 2024-12-06 19:58:33 +01:00
Daniel Finke
fdd42c7d37 Scripts/AzuremystIsle: Set correct PvP flags for Draenei Survivor (#30067) 2024-12-05 21:30:24 +01:00
Shauren
243314806f Core/Spells: Fixed item level requirements for enchanting spells 2024-12-05 14:08:37 +01:00
Benjamin Jackson
65e2474ff2 Core/Players: Add separate config option for starting money for Death Knight characters (#30466) 2024-11-29 13:03:37 +01:00
Shauren
c0d8dba15a Core/Vmaps: Don't ignore model rotation when calculating liquid level
Closes #30205

(cherry picked from commit 53b4501ce9)
2024-11-28 17:09:22 +01:00
CraftedRO
c6fb43947b Core/Unit: Fix DualWield Off-hand hit penalty (#30444)
* Offhand attacks that occur while on-next-hit abilities such as Heroic Strike are queued do not suffer the dual wield to-hit penalty.
2024-11-20 17:55:58 +01:00
Shauren
5eed7506a2 Core/vmaps: Improved WMO detection for group models that don't have floor
(cherry picked from commit 28c9474337)
2024-11-19 20:27:56 +01:00
Shauren
b4d6ca277a Core/vmaps: Removed vmap lookup functions duplicating functionality of each other
(cherry picked from commit 45ee989c70)
2024-11-19 20:20:33 +01:00
ModoX
225a1bbf7d Core/Vmaps: Fix inconsistency of hitInstance and hitModel to cause wrong area ids (#28632)
Closes #19761
Closes #28326

Co-authored-by: Gosha <284210+Lordron@users.noreply.github.com>
(cherry picked from commit 6ce6665992)
2024-11-18 22:39:04 +01:00
Shauren
32b54ffb66 Core/Spells: Don't treat pets as permanently crowd controlled
Closes #30445
2024-11-16 23:44:36 +01:00
Gildor
b0ca98fd14 Scripts/ForgeOfSouls: Ensure that Bronjahm teleport is executed when entering the second phase (#30428) 2024-11-16 20:20:38 +01:00
Gildor
a81e7b2184 Scripts/PitOfSaron: Update Ick's reaction state during Explosive Barrage (#30432) 2024-11-16 20:19:55 +01:00
CraftedRO
b6bb35bb9a Core/Spells: Allow persistent area auras to apply all of their effects upon creation. (#30422)
This fixes the issue where the area auras do not instantly apply their effects.
Actually, they were only applying the last SPELL_EFFECT_PERSISTENT_AREA_AURA;
Flare and Frost Trap have 2 and 3 SPELL_EFFECT_PERSISTENT_AREA_AURA effects respectively, so only the last one would be applied.

Co-Authored-By: zana244 <50482785+zana244@users.noreply.github.com>
2024-11-15 15:45:53 +01:00
Shauren
d95cf746a0 Core/PacketIO: Skip sending empty SMSG_UPDATE_OBJECT for transports on map changes
(cherry picked from commit f6c37f6791)
2024-10-29 11:52:20 +01:00
Shauren
90db558697 Core/Objects: Eliminate unneccessary temporary objects and double map lookups when building SMSG_UPDATE_OBJECT
(cherry picked from commit 38a209276d)
2024-10-28 01:12:09 +01:00
Gildor
88b1d9dfac Scripts/CoS: Do not permabind players upon completing Mal'Ganis encounter on normal difficulty (#30339) 2024-10-11 11:25:37 +02:00
Shauren
e3daa2b900 Core/Objects: Fixed uninitialized variables in FindCreatureOptions
(cherry picked from commit c76d96edfb)
2024-10-09 17:48:15 +02:00
Shauren
ff29701fdd Core/Objects: Switch to using designated initializers instead of chaining functions for FindCreatureOptions
(cherry picked from commit 1acaed2af4)
2024-10-09 17:46:13 +02:00
Odyssey
5a29762b30 Scripts/Spells: Implement Titanium Seal of Dalaran (#30291) 2024-10-06 12:49:14 +02:00
Gildor
2c0ebbef1f Core/Players: Allow delayed teleports to be executed even when not alive (#30228) 2024-10-05 19:01:06 +02:00
Dekadence
515294f0ac Player/Emotes: Fix infinite dance and read map animation
Thx to @Kinzcool and @SeTM for the info
This closes #10067

(cherry picked from commit 57ceeae828)
2024-10-05 18:52:09 +02:00