aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-05DB/Quest: Fix typo in Reward text of quest 'Dangerous!' (567)illfated
Closes #25408 (cherry picked from commit fc5a39e20e9688c5dd38db723ca2c4cc8e1b7f34)
2022-02-05DB/Locales: Add missing esES & esMX quest locales (Part 33)Cerveciento
Closes #25421 (cherry picked from commit 63dece68641908abf1165e78730eda1642673509)
2022-02-05DB/Locales: Add missing esES & esMX quest locales (Part 32)Cerveciento
Closes #25400 (cherry picked from commit cf83cd8e5dd1b7a61d541fd892b966a104302a7e)
2022-02-05DB/Creature: Add formations to Warden of Timeoffl
(cherry picked from commit aaac8f1f964c1495091d7fc0ec0dfb8839ea56d9)
2022-02-05Core/AI: CombatAI refactor (PR #25416)Maks Szokalski
(cherry picked from commit 99f9c26b2d8fde1388fd35af4b6c0eb0f323157a)
2022-02-05DB/Misc: Move & update some VoA scripts to SAI, add waypoints (#25419)Houston
Co-authored-by: Houston <houston@gmail.com> Co-authored-by: offl <11556157+offl@users.noreply.github.com> (cherry picked from commit ca9c7467673505663135ade6c33bf92a6f90534a)
2022-02-05Scripts/Icecrown: Small event of the down Nerub'ar Broodkeep (#25410)Houston
Updates #25193 Co-authored-by: Keader Co-authored-by: Ovahlord (sucker) (cherry picked from commit f8db738e8da008ccb48f79f5dd10ebbd81750f5f)
2022-02-05Core/Movement: Corrected Animation Tier handling (PR #24875)NoName
Co-authored-by: Warpten <vertozor@gmail.com> Co-authored-by: Ovahlord <dreadkiller@gmx.de> Co-authored-by: Carbenium <carbenium@outlook.com> (cherry picked from commit dad187615df603ad8614531a0ec84c1a5e136838)
2022-02-05Scripts/AreaTrigger: Rename OnlyOnceAreaTriggerScript::_OnTrigger to ↵Treeston
TryHandleOnce, and make its return value useful. (cherry picked from commit 0c7f6ac89fcc5fdc7f4435a6c1b673c752eb1e41)
2022-02-05Core/MotionMaster: Do not generate path to MoveLandKeader
(cherry picked from commit 141d3d27185f02c300c1530d9cecb44b473e7fda)
2022-02-05Scripts/Commands: .character command conversionTreeston
(cherry picked from commit 00dd337b5d2c91907424828d7eebe3191931b036)
2022-02-05Core/ChatCommands: Move ostream operator into Variant class so we don't ↵Peter Keresztes Schmidt
pollute std:: (PR #25413) (cherry picked from commit 68a4085427a898046b4afb73f6c369640418b848)
2022-02-05[3.3.5] Scripts/Commands: .arena command conversion (PR #25407)Treeston
(cherry picked from commit b63d655e20a0facf14fc77798c52ea67d8551fa7)
2022-02-05Core/Maps: Always update the grid of player summons even if far away (#25406)Giacomo Pozzoni
* Core/Maps: Always update the grid of player summons even if far away * Code cleanup * Use a vector instead of unordered_set (cherry picked from commit c68faf108edf50ae8a2ff4a341eff1e0d4269cbc)
2022-02-05DB/Items: corrected proc flag and cooldown for The Black Heart trinketOvahlord
(cherry picked from commit 5810699ee0341573cee9323bbf282edf56813959)
2022-02-05Core/PathFinding: Enable pathfinding (MMaps) by defaultjackpoz
(cherry picked from commit 5498f3be96ecf09c35622c3ba5e9abb8c8b96e13)
2022-02-05DB/Spells: Fixed Unchained Magic proc from item castKeader
Like: Maghia's Misguided Quill (cherry picked from commit ff5c2653af13ce3d3d5c48b5c038ba184d8776fb)
2022-02-05Core/Spells: Implemented PROC_ATTR_CANT_PROC_FROM_ITEM_CASTKeader
(cherry picked from commit 8a53e7e1c3da59c41991b20ba4997360286dec15)
2022-02-05Scripts/IcecrownCitadel: correct Rimefang's script nameTreeston
(cherry picked from commit fc3feebee9e26ec5bc21a46f37b5affe416582c6)
2022-02-05Core/Scripts: Remove now-unused WaypointPathStarted hook. WaypointStarted ↵Treeston
does everything it used to do, anyway. b3694bf follow-up. (cherry picked from commit c9356190b7891deb7878bc30064eaf1c81857c2c)
2022-02-05Core/SAI: Fix SMART_EVENT_WAYPOINT_START not being called at every waypoint ↵jackpoz
checking wrong path id parameter Remove multiple calls to SMART_EVENT_WAYPOINT_START for the 1st waypoint. Closes #24760 (cherry picked from commit b3694bf47bfdab8ee9c074ac4a22d8f389e1cfc1)
2022-02-05Core/Authserver: Removal of sha_pass_hash, compatibility fields, and ↵Treeston
everything that uses them (PR #25156) (cherry picked from commit bcdbdd6f23ce65cc0e381e61d2840140dce79311)
2022-02-05Scripts/Commands: trinity_string updatesTreeston
(cherry picked from commit 3b1e911da3551cf9c69798bbb8b5f52d34be8522)
2022-02-05Core/Combat: When entering a vehicle, transfer any current threat to that ↵Treeston
vehicle. Closes #1340. (cherry picked from commit 47c7910036d5a32a92aa58b48553a1b8c8891e08)
2022-02-05Core/Unit: Fix units on vehicles not dismounting on death (#25404)Giacomo Pozzoni
* Core/Unit: Fix units on vehicles not dismounting on death Closes #23095 Issue added in 982643cd96790ffc54e7a3e507469649f3b074d2 * Remove leftovers from previous tries (cherry picked from commit ff26027453179448bb972d88a51e565d71e95f3f)
2022-02-05Core/Arena: Fix Arena.ArenaStartPersonalRating setting not having effect if ↵jackpoz
the player didn't do any arena match before next server restart Ref #16609 (cherry picked from commit cc64762f068749bbee0ef96580614f5a8cdfc867)
2022-02-05Core/Players: Directly store PlayerSpell in m_spells, not as pointerShauren
Closes #25402 (cherry picked from commit 1e446b021b704818fb4ef9bd8622716d138295b0)
2022-02-05Core/SAI: Do not allow SMART_EVENT_RESET to call SMART_ACTION_CALL_SCRIPT_RESETjackpoz
There might be cases where this should be allowed (i.e. if the SMART_TARGET_* is another object) but for now we'll just never allow it. (cherry picked from commit 28921f191de2269dd90b50ac99dd0d29ba90d0c4)
2022-02-05Scripts/Obsidian Sanctum: Fix portals not being visiblejackpoz
Change NearestGameObjectEntryInObjectRangeCheck to allow returning GameObject not spawned. Fixes other occurrences where a similar issue exists. (cherry picked from commit ca2159bf405fb96a8eba9f1e58bda7ee6c7eb247)
2022-02-05Core/SAI: Reduce the chance of infinite loops/stack overflows (#25398)Giacomo Pozzoni
Fixes #24092 (cherry picked from commit a58aeb41f466fd916cdc12e805f7a8130c8ccdf5)
2022-02-05Core/Misc: Allow all kinds of non-map containers in grid searchersShauren
(cherry picked from commit a02d36f18c5846fc4306cb602851744cb352fc57)
2022-02-05Scripts/Icecrown Citadel: Finish script registration refactoring - ↵Shauren
RegisterSpellScriptWithArgs (cherry picked from commit 600a6b5f681c0f5864f9e9e37559965742e22ca9)
2022-02-05Scripts/Icecrown Citadel: Fix scriptname conflictShauren
(cherry picked from commit b63fa9c42f26f3d80d9ace93654de0bac425f8cd)
2022-02-05Scripts/ICC: update Lich King scripts to new model (#25396)ForesterDev
* Scripts/ICC: update Lich King scripts to new model * fix build (cherry picked from commit d04bdd0316c5c158da4ec0461b714d04321e8f57)
2022-02-05Scripts/ICC: update Sindragosa scripts to new model (#25395)ForesterDev
(cherry picked from commit deec517239311f06ce4bfa62a930b1b874ef058a)
2022-02-05Scripts/ICC: update Professor Putricide scripts to new model (#25394)ForesterDev
* Scripts/ICC: update Professor Putricide scripts to new model * fix build (cherry picked from commit 0b0d5e9beaf0cc2b7c94e0884a4269899c55691c)
2022-02-05Scripts/ICC: update Lady Deathwhisper scripts to new model (#25393)ForesterDev
(cherry picked from commit aac3ae40f772c65bf976ba68ad24f3643fb69dab)
2022-02-05Scripts/ICC: update Rotface scripts to new model (#25392)ForesterDev
(cherry picked from commit af78f4ffb50fbff62a4321d7798a09abcabd4b40)
2022-02-05Scripts/ICC: update Festergut scripts to new model (#25391)ForesterDev
(cherry picked from commit 458867a2e10d8e6c9a5d7c76b95441d2ab566d31)
2022-02-05Scripts/ICC: update Valithria Dreamwalker scripts to new model (#25390)ForesterDev
(cherry picked from commit 71f33d5764b4bf8ce9a2f48aed951bbb65b9750e)
2022-02-05DB/SAI: Fix SMART_EVENT_FRIENDLY_IS_CC paramsoffl
(cherry picked from commit a3d0dfd6e7ce479b775a2ffa5bb7d6dd7914dc5c)
2022-02-05Scripts/Icecrown Citadel: update Blood Council scripts to new model (#25389)ForesterDev
(cherry picked from commit aedb8b80f3585e144fcf07e0e40920a2e2dbba55)
2022-02-05DB/Quest: Add correct action type to give quest credit for 'Protect Kaya'genion18
Closes #25377 Ref c29e3b46af49e3baeb3da01f839aa9eb1a44bb7b (cherry picked from commit d66263bd76cf20f9e9810d5bd1c01902fd9ad80c)
2022-02-05DB/Locales: Add correct esES & esMX locales to achievement 2516Cerveciento
Closes #25381 (cherry picked from commit cc6430bf301891b480c5807bc8c692244636e2a9)
2022-02-05DB/Locales: Add missing esES & esMX quest locales (Part 31)Cerveciento
Closes #25382 (cherry picked from commit 7a4123d2e476f3dad4dcb7f2f228f233d1f80c7a)
2022-02-05DB/Locales: Add missing esES & esMX quest locales (Part 30)Cerveciento
Closes #25378 (cherry picked from commit 5bbbea9219929a286b01bd1de47fb776666a7320)
2022-02-05DB/Locales: Add missing esES & esMX quest locales (Part 29)Cerveciento
Closes #25374 (cherry picked from commit 7d8ce48029f3edf75450aee1344a3266deb50232)
2022-02-05DB/SAI: Convert SMART_EVENT_FRIENDLY_HEALTH to SMART_EVENT_FRIENDLY_HEALTH_PCToffl
(cherry picked from commit 2b4800f06db20b8f078daecff6134fb15e2fa731)
2022-02-05Scripts/Commands: Convert argument parsing of .npc commandsTreeston
(And I snuck some chat command cleanup in there, more de-cluttering!) (cherry picked from commit 88d446dadf65bf47c72d3042834281233b1174ac)
2022-02-05Scripts/Commands: Convert argument parsing of gameobject commandsTreeston
(cherry picked from commit 35b3ba90b03143f2dc700cc4baeb88a58089c102)