aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-31Core/Spells: fixed a possible client crash when casting pull towards dest ↵Ovah
spells with misc value 0 (#24365) * This case is not happening in 335 yet as it barely has any spell with pull towardst dest effects. However, this is very well present in 4.x and beyond so let's add it for future cherrypicks (cherry picked from commit 61aec37b4ffd5fbd0bdde4de1cf7313d578651a7)
2021-12-31Boss/Script: Disable Call assistance for Mr SmiteKillyana
Closes #19164 (cherry picked from commit c026b3bad3deae7b2e49fb62a509e5e463d2893e)
2021-12-31Boss/Script: Mr Smith will use the proc aura for Nimble Reflexes instead a ↵Killyana
script (cherry picked from commit 5b2b2211771618420a555f6e7e2c68722202df36)
2021-12-31DB/Creature: Garg & TurgoreKillyana
(cherry picked from commit 7258d00f932cfde051fecdb14f207f0a2fe5e79a)
2021-12-31DB/Quest: Improvements for ScourgekabobKillyana
Closes #21020 (cherry picked from commit fa8a99550a2aaf8ba683bdca7a6dd14e1e347bcd)
2021-12-31DB/Misc: Fix some spawnsKillyana
(cherry picked from commit 8c51d5cfedd119d4e215420645645d435af44650)
2021-12-31DB/Quest: Fuel for the FireKillyana
Closes #21515 (cherry picked from commit 0ac005e5d341e4ff1249c7c9c59a3bf71478ccd9)
2021-12-31DB/Quest: Improvements for The Hunter and the Prince part 2Killyana
(cherry picked from commit 794eab2aace0b1e9b71522abe99a15f212d8d5b3)
2021-12-31DB/Quest: Improvements for The Hunter and the PrinceKillyana
(cherry picked from commit b87744989b4559dfa900b9eb247af3f02def8bde)
2021-12-30DB/Quest: The Raven Stonesdr-j
Closes #24263 (cherry picked from commit dd6541e3168b55b3d63b0c7a1bdaa3eb368ea281)
2021-12-30DB/Spawn Groups: Blackwing Lair spawn groupsJinnaix
Closes #24344 (cherry picked from commit 630e84e8bcfc0913f95044610bac5e5e0c9d3400)
2021-12-30DB/Creature: PusillinKillyana
Closes #24114 (cherry picked from commit 2d048576b277e552bfea2ab94ff336f91fcf91f7)
2021-12-30DB: Fix some spawns in The Court of BonesKillyana
(cherry picked from commit b825bbc73ec28bc79a10503b6cff03e8579fde22)
2021-12-30DB/Spell: Fix the proc of the spell parry used in the quest "The Hunter and ↵Rushor
the Prince" Closes #22577 (cherry picked from commit 3bd903a04fbb8fedc46b5f2184082f2511f7f67e)
2021-12-30Core/Movement: Don't start a spline with just 1 point in ↵jackpoz
FlightPathMovementGenerator Don't start a spline with just 1 point in FlightPathMovementGenerator. This happens when teleporting to a BG while on a taxi after second last node but closer to last node. In this case the Player will be teleported to the last node. (cherry picked from commit ec495764918506193a51f00247adb432b1ba6646)
2021-12-30Core/Movement: Improve log when starting a spline with invalid argumentsjackpoz
Improve log when starting a spline with invalid arguments, for example when starting a spline with just 1 point. (cherry picked from commit 296f6aab402407a2798f3a300b256cc75d59fec4)
2021-12-30Core/Misc: Fix invalid utf-8 commentsShauren
(cherry picked from commit 6259763469826526fc26b07ff20885d5b04a791f)
2021-12-30DB/Quest: Blueleaf TubersKillyana
Closes #24333 (cherry picked from commit 4be5414c12b7429bc91521850cadfa91f5abe1b4)
2021-12-30DB: Argent Tournament Horde/Alliance/Tirion Eventsdr-j
Closes #24262 (cherry picked from commit beac4178efd054c412e6f0fed54bb20f2e0779aa)
2021-12-30Core/Spells: Implemented battle pet experience related spell effects and ↵Meji
auras (#27488) * Spell effect 286 (SPELL_EFFECT_GRANT_BATTLEPET_EXPERIENCE) * Aura type 420 (SPELL_AURA_MOD_BATTLE_PET_XP_PCT)
2021-12-30Core/Auras: Implement SPELL_AURA_MOD_MELEE_DAMAGE_FROM_CASTER (343) (#27491)aquadeus
2021-12-30Core/Networking: Format string fix for previous commitShauren
2021-12-30Core/Networking: Catch ByteBuffer exceptions in WorldSocket::InitializeHandlerShauren
2021-12-29Core/Spells: Name more targets (without implementation)Shauren
2021-12-29Core/Spells: Implemented target 124 TARGET_UNIT_TARGET_TAP_LISTShauren
2021-12-29Core/Spells: Implemented target 121 TARGET_CORPSE_TARGET_ALLYShauren
2021-12-29Core/Spells: Implemented target 115 TARGET_UNIT_SRC_AREA_FURTHEST_ENEMYShauren
2021-12-29Core/Spells: Implemented target 116 TARGET_UNIT_AND_DEST_LAST_ENEMYShauren
2021-12-29Core/Spells: Rename targets 110 to TARGET_UNIT_CONE_CASTER_TO_DEST_ENTRYShauren
2021-12-29Core/Spells: Targets enum formattingShauren
2021-12-29Core/Spells: Rename targets 108 and 109 to include CASTER_TO_DEST wordingShauren
2021-12-29Core/Spells: Implemented target 107 TARGET_DEST_NEARBY_ENTRY_2 (the same as ↵Shauren
target 46)
2021-12-29Core/Spells: Use orientation given in destTarget instead of always taking ↵Shauren
casters orientation for all effect types
2021-12-29Core/Spells: Implemented target 62 TARGET_DEST_CASTER_GROUND (the same as ↵Shauren
target 125)
2021-12-29Core/Spells: Rename TARGET_UNIT_CONE_ENEMY_54 to ↵Shauren
TARGET_UNIT_CONE_180_DEG_ENEMY and add 180 degree fallback for this target type
2021-12-29Core/Spells: Implemented target 105 TARGET_UNIT_CASTER_AND_PASSENGERSShauren
2021-12-29Core/Spells: Implemented target 136 TARGET_UNIT_CONE_CASTER_TO_DEST_ALLYShauren
2021-12-29Core/Spells: Rename TARGET_UNIT_CONE_ENEMY_104 to ↵Shauren
TARGET_UNIT_CONE_CASTER_TO_DEST_ENEMY
2021-12-28Core/Spells: Implemented target 137 TARGET_DEST_CASTER_MOVEMENT_DIRECTIONShauren
2021-12-28Scripts/Spells: Fix shaman talent Nature's Guardian proc (#27482)aquadeus
2021-12-28Core/Auras: Delete old custom config AllowTrackBothResources, all tracking ↵Shauren
types can be turned on without it Closes #27448
2021-12-28Core/Items: Fixed heirloom items counting for item set bonuses past their ↵Shauren
max scaling level and implemented new heirloom upgrade levels
2021-12-28Core/Spells: Allow targeting script hooks to work with ↵Shauren
TARGET_DEST_DYNOBJ_ENEMY, TARGET_DEST_DYNOBJ_ALLY, TARGET_DEST_DYNOBJ_NONE, TARGET_DEST_DEST
2021-12-28Core/Spells: Implemented target 138 TARGET_DEST_DEST_GROUNDShauren
2021-12-28Core/Players: Fixed pvp talents being reset on login if player is below ↵Shauren
level 110 (pre level squish code)
2021-12-28Core/Phasing: Implemented db spawns in personal phases (#26345)Matan Shukry
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2021-12-27Core/DB: Add missing prepared statement parameters to CHAR_SEL_WAR_MODE_TUNINGShauren
2021-12-27Core/ObjectMgr: Replace manually constructed uint32 map key with pair<mapid, ↵Shauren
difficulty>
2021-12-27Core/Auras: Implemented SPELL_AURA_TRIGGER_SPELL_ON_EXPIREShauren
2021-12-27Core/ZoneScript: Add "invoker" param to ProcessEvent (#24758)Jeremy