aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-02DB/Creature: Remove incorrectly added event from Thule Ravenclawoffl
Ref ad2552d04ae2656f25ede26a90cadf28a931e3bf This event belongs to Ravenclaw Apparition only, also removes permanent SetActive (cherry picked from commit 24a494398fec5ff5044d980915a47ab3457ddaca)
2022-02-02Scripts/Commands: Convert argument parsing of deserter commands to new ↵Peter Keresztes Schmidt
system (PR #25276) (cherry picked from commit c952cb7f710f0aa558b1c94474be8d188967d019)
2022-02-02DB/Quest: Add correct action type to give quest credit for 'Escorting Erland'offl
Closes #25280 Ref eea3cf14017065dbf11deb0aa12f4cd7dd06abd6 (cherry picked from commit 20ca00ebdbbbb257774fe1ecd1636785bd8054bf)
2022-02-02DB/SAI: Remove unnecessary SetActive in DK start zoneJildor
Closes #25278 (cherry picked from commit 7dbbc50fc4fc02512bbe6346eca03182c1a5226b)
2022-02-02Scripts/Commands: Convert argument parsing of cheat commands to new system ↵Peter Keresztes Schmidt
(PR #25277) (cherry picked from commit 4707e059386333b6ceec419d0d2e684d9106aef6)
2022-02-02DB/Locale/esES+esMX quest_greeting_localeCerveciento
Closes #25272 (cherry picked from commit d751cbe0bef8a2f840cf9a6136a94263724ab393)
2022-02-02DB/Locale/esES+esMX Texts missing in quests (Part 21)Cerveciento
Closes #25271 (cherry picked from commit 5a5d5b25e27d59f6c3e861daaa37a6ff44a0e3c3)
2022-02-02Scripts/Commands: Convert argument parsing of most debug commands to new ↵Peter Keresztes Schmidt
system (PR #25260) (cherry picked from commit 76f309b4e899d4f450a8448d49c1aa05f9d4e785)
2022-02-02Scripts/Commands: Move .debug asan command bodies inside #ifdef ASANTreeston
(cherry picked from commit e18f7aaa4d1bc9f6ad4b524c25fd3f111493b774) (cherry picked from commit 0b13fc192698f65cc6e338ef92c22d4d783281b9) (cherry picked from commit 5ecbe93f7d75ea3c4808ce45ccc7d14e1d42b26b)
2022-02-02Scripts/Commands: Convert argument parsing of ahbot commands (PR #25264)Peter Keresztes Schmidt
(cherry picked from commit 426513ec8e154df7c13ba98371513dd9f6d2cb9d)
2022-02-02Core/ChatCommands: Parse SpellInfo also from enchant, glyph, talent and ↵Peter Keresztes Schmidt
trade links (PR #25270) (cherry picked from commit 9df61fd111a39983d751ac0bed767137b330c547)
2022-02-02Scripts/Commands: Convert argument parsing of bf commands to new systemCarbenium
(cherry picked from commit fa6a8e8f647705c4631b7ed5d2dbd41e3b1d6b6b)
2022-02-02Core/ChatCommands: Add Variant.get<typename> overload (PR #25267)Peter Keresztes Schmidt
Co-authored-by: Treeston <treeston.mmoc@gmail.com> (cherry picked from commit dfeaa2e81f777fb40066d8a330e6ce6da4a6a66f)
2022-02-02DB/Text: Add correct text to Sylvanas (Lament of the Highborne)illfated
Closes #25262 (cherry picked from commit a9d493c4564cdaa7efe400408f3582f1cdbb8cde)
2022-02-02Core/ChatCommands: Move Trinity::ChatCommands::Variant from boost::variant ↵Treeston
to std::variant (for real this time) (cherry picked from commit ffc3e355fe2adfe48d37759091a537b699b12753)
2022-02-02Core/ChatCommands: Add support for std::array-type arguments (#25261)Peter Keresztes Schmidt
(cherry picked from commit 30a825e2ac4d903329e3285e36b032c5533132d4)
2022-02-02DB/Gameobject: Remove gameobjects with negative respawn time from dynamic ↵offl
scaling spawn group (cherry picked from commit 68557e9ca38cd18c160e6192cb6188cbf12c5fd9)
2022-02-02DB/SAI: Remove SMARTCAST_INTERRUPT_PREVIOUS from nearly all scriptsoffl
No longer needed after https://github.com/TrinityCore/TrinityCore/commit/ca25e8d0199730c0976ebc37317e9407aceccc34 Explained in https://github.com/TrinityCore/TrinityCore/issues/24914 Some event types not affected because requires tests, events with No Repeat event flag skipped (cherry picked from commit aae38bec116d5fb60d1f5900867cfe33388ed0bb)
2022-02-02DB/Creature: Add missing cosmetic channeled spell in Ahn'kahetoffl
Closes #12024 (cherry picked from commit e8e3626073ba960ec5dc2642693fbdaf3dff65b0)
2022-02-02DB/Locale esES+esMX Texts missing in quets (Part 20)Cerveciento
Closes #25250 (cherry picked from commit 6bd104e0aaf22b629212aa9dc19efe3a459c1cf6)
2022-02-02Core/Spells: Implement SPELL_EFFECT_TRIGGER_SPELL delay (stored in MiscValue)Shauren
2022-02-02Core/Spells: Correct implementation of ↵Shauren
SPELL_ATTR2_TRIGGERED_CAN_TRIGGER_PROC, SPELL_ATTR3_TRIGGERED_CAN_TRIGGER_PROC_2, SPELL_ATTR3_CAN_PROC_WITH_TRIGGERED and rename them (SPELL_ATTR2_ACTIVE_THREAT, SPELL_ATTR3_NOT_A_PROC, SPELL_ATTR3_CAN_PROC_FROM_PROCS)
2022-02-02Warning fixesShauren
2022-02-02Core/Pets: Updated pet summoning for latest client version (5 Call Pet ↵Shauren
spells and stable size 200)
2022-02-01Core/Misc: GCC build fixShauren
Closes #27707
2022-01-31Core/Pets: Adjust pet slot saving logic after constant changes in ↵Shauren
22e823b5f9693e461ee158913c1caf3484eeb039
2022-01-31Core/Pets: Change PET_SAVE_NOT_IN_SLOT constant from 100 to -1 to truly ↵Shauren
avoid conflicts when growing stable size and change PET_SAVE_AS_DELETED from -1 to -2
2022-01-31Core/Pets: Save last summoned pet number in characters tableShauren
2022-01-31Core/Pets: Removed deprecated enumShauren
2022-01-31Core/Pets: Removed storing stable slot count in dbShauren
2022-01-31Core/PacketIO: Removed handlers for two pet opcodes that no longer existShauren
2022-01-31Core/Pets: Fixed saving pets put in stable while not being summonedShauren
Closes #26599 (cherry picked from commit 4acd6e1d3821931ad3c2355c10e1ec4da6e3fb64)
2022-01-31Core/Pet: Fix assert triggered by e203ecda88a327c4e93588f39cc4ffdcf99b30f7jackpoz
(cherry picked from commit 22a5b0fcde8f04af5ed860eeb8f6b4a59e65b723)
2022-01-31Core/Pet: Attempt to fix assertions triggered when summoning pets (#26501)Giacomo Pozzoni
* Core/Pet: Attempt to fix an assertion triggered when re-summoning the current pet * Core/Pet: Attempt to fix an assertion triggered when stabling a pet while in a vehicle * Core/Pet: Attempt to fix an assertion triggered when stabling a pet and casting spell 6962 * Core/Pet: Attempt to fix an assertion triggered when casting spell 6962 while being dead * Core/Pet: Attempt to fix an assertion triggered when summoning a pet while on vehicle 34775 * Handle cases in a generic way * Code cleanup * Core/Pet: Attempt to fix an assertion triggered when summoning a pet while on vehicle 34775 with a new character (cherry picked from commit e203ecda88a327c4e93588f39cc4ffdcf99b30f7)
2022-01-31Core/Pets: Add missing nullptr checkShauren
(cherry picked from commit 0152878de5c1563cbe8d13fbf4f85839d741aabf)
2022-01-31Core/Pets: Fixed crash happening when current pet is forcibly removed while ↵Shauren
being temporarily unsummoned (like on a mount) (cherry picked from commit d163735abdf37c8840dbb7e3151d91bc898473ef)
2022-01-31Core/Pets: Fixed crash happening when summoning a different pet than one ↵Shauren
that was unsummoned by summoning a guardian (imp -> infernal -> felhunter) Closes #25478 (cherry picked from commit d29274f3a142545a386420e54f6169e4f7ed6eda)
2022-01-31Core/Pets: Fixed automatic resurrecting pets on battleground graveyardsShauren
Closes #25289 (cherry picked from commit 74a0d579eef07c013cc8deff930a975cf19c487f)
2022-01-31Core/Pets: Fix loading pet dataShauren
Closes #25269 (cherry picked from commit a9a4f05a282fd85e4f22923ec251c92e79581a47)
2022-01-31Core/Spells: Fix summoning warlock pets in case that pet has never been ↵Shauren
summoned before (cherry picked from commit bbcf00257ebdb75fa30f0484cb185058139f8ae4)
2022-01-31Core/Spells: Fix summoning SUMMON_PET type petsShauren
Closes #25265 (cherry picked from commit 9c5876d8abdc71830c5eb12a6ed036621df4bd6e)
2022-01-31Core/Pets: Pet management refactoring (#25191)Shauren
* Core/Pets: Pet management refactoring * Preload basic pet data on character login with async query * Load additional pet data (declined names/auras/spells/cooldowns) using async query after we are sure pet loading will succeed * Remove all select queries related to pet stable/unstable * Remove all silent pet deletions except explicit UI-triggered abandons * Fixed displaying stable master content when current pet is not summoned * Allow to stable/swap unsummoned current pet Closes #3610 Closes #21266 (cherry picked from commit 5c1fc5e3876549f5ed2b9051fffb6f3d94a67d7a)
2022-01-30Core/DBUpdater: Apply each sql update file in a separate transactionShauren
2022-01-30Misc: Adjust max line length in editorconfig to something that better fits ↵Shauren
1080p screens
2022-01-30Scripts/Spells: Moved Blessing of Faith script to spell_items (#27692)Teleqraph
2022-01-30Scripts/Spells: Fixed Holy Shock visualsShauren
2022-01-30Scripts/Spells: Updated Holy Shock spell script.Nyr
* renamed related enums. * removed unnecessary rank dependency checks.
2022-01-30Core/Scripts: Expose IsCrit to hit hooks for spell scriptsShauren
2022-01-30Core/Guilds: Fixed loading of guild member logout timeShauren
Closes #27690
2022-01-30Scripts/Spells: Judgment (Holy) will now apply Rank 3 debuff if the paladin ↵Teleqraph
knows it (#27685)