Ovahlord
ebdb6d80bb
DB/Items: corrected proc flag and cooldown for The Black Heart trinket
...
(cherry picked from commit 5810699ee0341573cee9323bbf282edf56813959)
2022-02-05 13:44:49 +01:00
jackpoz
2942d06664
Core/PathFinding: Enable pathfinding (MMaps) by default
...
(cherry picked from commit 5498f3be96ecf09c35622c3ba5e9abb8c8b96e13)
2022-02-05 13:43:16 +01:00
Keader
d76533d8f3
DB/Spells: Fixed Unchained Magic proc from item cast
...
Like: Maghia's Misguided Quill
(cherry picked from commit ff5c2653af13ce3d3d5c48b5c038ba184d8776fb)
2022-02-05 13:43:00 +01:00
Keader
a3cc94080f
Core/Spells: Implemented PROC_ATTR_CANT_PROC_FROM_ITEM_CAST
...
(cherry picked from commit 8a53e7e1c3da59c41991b20ba4997360286dec15)
2022-02-05 13:33:50 +01:00
Treeston
75e5c44638
Scripts/IcecrownCitadel: correct Rimefang's script name
...
(cherry picked from commit fc3feebee9e26ec5bc21a46f37b5affe416582c6)
2022-02-05 13:32:55 +01:00
Treeston
fc094509e9
Core/Scripts: Remove now-unused WaypointPathStarted hook. WaypointStarted does everything it used to do, anyway. b3694bf follow-up.
...
(cherry picked from commit c9356190b7891deb7878bc30064eaf1c81857c2c)
2022-02-05 13:31:50 +01:00
jackpoz
c2d2df96db
Core/SAI: Fix SMART_EVENT_WAYPOINT_START not being called at every waypoint 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-05 13:31:00 +01:00
Treeston
e0e3bae82c
Core/Authserver: Removal of sha_pass_hash, compatibility fields, and everything that uses them (PR #25156 )
...
(cherry picked from commit bcdbdd6f23ce65cc0e381e61d2840140dce79311)
2022-02-05 13:29:21 +01:00
Treeston
3bf33628fc
Scripts/Commands: trinity_string updates
...
(cherry picked from commit 3b1e911da3551cf9c69798bbb8b5f52d34be8522)
2022-02-05 13:09:28 +01:00
Treeston
970cd097de
Core/Combat: When entering a vehicle, transfer any current threat to that vehicle. Closes #1340 .
...
(cherry picked from commit 47c7910036d5a32a92aa58b48553a1b8c8891e08)
2022-02-05 13:08:46 +01:00
Giacomo Pozzoni
b45277f1cf
Core/Unit: Fix units on vehicles not dismounting on death ( #25404 )
...
* 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-05 13:08:34 +01:00
jackpoz
341ef2c0dd
Core/Arena: Fix Arena.ArenaStartPersonalRating setting not having effect if the player didn't do any arena match before next server restart
...
Ref #16609
(cherry picked from commit cc64762f068749bbee0ef96580614f5a8cdfc867)
2022-02-05 13:08:08 +01:00
Shauren
04021a30ba
Core/Players: Directly store PlayerSpell in m_spells, not as pointer
...
Closes #25402
(cherry picked from commit 1e446b021b704818fb4ef9bd8622716d138295b0)
2022-02-05 13:07:25 +01:00
jackpoz
ae6f8bc4f5
Core/SAI: Do not allow SMART_EVENT_RESET to call SMART_ACTION_CALL_SCRIPT_RESET
...
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-05 12:08:58 +01:00
jackpoz
d561a69122
Scripts/Obsidian Sanctum: Fix portals not being visible
...
Change NearestGameObjectEntryInObjectRangeCheck to allow returning GameObject not spawned.
Fixes other occurrences where a similar issue exists.
(cherry picked from commit ca2159bf405fb96a8eba9f1e58bda7ee6c7eb247)
2022-02-05 12:04:35 +01:00
Giacomo Pozzoni
4dff5bd09b
Core/SAI: Reduce the chance of infinite loops/stack overflows ( #25398 )
...
Fixes #24092
(cherry picked from commit a58aeb41f466fd916cdc12e805f7a8130c8ccdf5)
2022-02-05 11:51:54 +01:00
Shauren
1a86bab4d8
Core/Misc: Allow all kinds of non-map containers in grid searchers
...
(cherry picked from commit a02d36f18c5846fc4306cb602851744cb352fc57)
2022-02-05 11:51:10 +01:00
Shauren
a0edc1fb1b
Scripts/Icecrown Citadel: Finish script registration refactoring - RegisterSpellScriptWithArgs
...
(cherry picked from commit 600a6b5f681c0f5864f9e9e37559965742e22ca9)
2022-02-05 11:50:57 +01:00
Shauren
f3300899d8
Scripts/Icecrown Citadel: Fix scriptname conflict
...
(cherry picked from commit b63fa9c42f26f3d80d9ace93654de0bac425f8cd)
2022-02-05 11:42:54 +01:00
ForesterDev
2ac0960f3f
Scripts/ICC: update Lich King scripts to new model ( #25396 )
...
* Scripts/ICC: update Lich King scripts to new model
* fix build
(cherry picked from commit d04bdd0316c5c158da4ec0461b714d04321e8f57)
2022-02-05 11:42:35 +01:00
ForesterDev
d250640c6b
Scripts/ICC: update Sindragosa scripts to new model ( #25395 )
...
(cherry picked from commit deec517239311f06ce4bfa62a930b1b874ef058a)
2022-02-05 11:24:09 +01:00
ForesterDev
ceec4ecf35
Scripts/ICC: update Professor Putricide scripts to new model ( #25394 )
...
* Scripts/ICC: update Professor Putricide scripts to new model
* fix build
(cherry picked from commit 0b0d5e9beaf0cc2b7c94e0884a4269899c55691c)
2022-02-05 11:10:39 +01:00
ForesterDev
1c22cd7d08
Scripts/ICC: update Lady Deathwhisper scripts to new model ( #25393 )
...
(cherry picked from commit aac3ae40f772c65bf976ba68ad24f3643fb69dab)
2022-02-05 10:55:59 +01:00
ForesterDev
e294f94617
Scripts/ICC: update Rotface scripts to new model ( #25392 )
...
(cherry picked from commit af78f4ffb50fbff62a4321d7798a09abcabd4b40)
2022-02-05 01:10:06 +01:00
ForesterDev
f03471c259
Scripts/ICC: update Festergut scripts to new model ( #25391 )
...
(cherry picked from commit 458867a2e10d8e6c9a5d7c76b95441d2ab566d31)
2022-02-05 01:04:31 +01:00
ForesterDev
2b4d353bff
Scripts/ICC: update Valithria Dreamwalker scripts to new model ( #25390 )
...
(cherry picked from commit 71f33d5764b4bf8ce9a2f48aed951bbb65b9750e)
2022-02-05 01:03:08 +01:00
offl
9a28ff60d0
DB/SAI: Fix SMART_EVENT_FRIENDLY_IS_CC params
...
(cherry picked from commit a3d0dfd6e7ce479b775a2ffa5bb7d6dd7914dc5c)
2022-02-05 00:58:34 +01:00
ForesterDev
7241088faa
Scripts/Icecrown Citadel: update Blood Council scripts to new model ( #25389 )
...
(cherry picked from commit aedb8b80f3585e144fcf07e0e40920a2e2dbba55)
2022-02-05 00:58:05 +01:00
genion18
4dc9afcc70
DB/Quest: Add correct action type to give quest credit for 'Protect Kaya'
...
Closes #25377 Ref c29e3b46af49e3baeb3da01f839aa9eb1a44bb7b
(cherry picked from commit d66263bd76cf20f9e9810d5bd1c01902fd9ad80c)
2022-02-05 00:54:40 +01:00
Cerveciento
085dc86979
DB/Locales: Add correct esES & esMX locales to achievement 2516
...
Closes #25381
(cherry picked from commit cc6430bf301891b480c5807bc8c692244636e2a9)
2022-02-05 00:53:51 +01:00
Cerveciento
9df54d7d7d
DB/Locales: Add missing esES & esMX quest locales (Part 31)
...
Closes #25382
(cherry picked from commit 7a4123d2e476f3dad4dcb7f2f228f233d1f80c7a)
2022-02-05 00:50:54 +01:00
Cerveciento
25e2e312bc
DB/Locales: Add missing esES & esMX quest locales (Part 30)
...
Closes #25378
(cherry picked from commit 5bbbea9219929a286b01bd1de47fb776666a7320)
2022-02-05 00:49:59 +01:00
Cerveciento
cabdb57b0d
DB/Locales: Add missing esES & esMX quest locales (Part 29)
...
Closes #25374
(cherry picked from commit 7d8ce48029f3edf75450aee1344a3266deb50232)
2022-02-05 00:48:45 +01:00
offl
064015f4ff
DB/SAI: Convert SMART_EVENT_FRIENDLY_HEALTH to SMART_EVENT_FRIENDLY_HEALTH_PCT
...
(cherry picked from commit 2b4800f06db20b8f078daecff6134fb15e2fa731)
2022-02-05 00:45:48 +01:00
Treeston
4d62cc70d6
Scripts/Commands: Convert argument parsing of .npc commands
...
(And I snuck some chat command cleanup in there, more de-cluttering!)
(cherry picked from commit 88d446dadf65bf47c72d3042834281233b1174ac)
2022-02-05 00:43:55 +01:00
Treeston
6fded37e86
Scripts/Commands: Convert argument parsing of gameobject commands
...
(cherry picked from commit 35b3ba90b03143f2dc700cc4baeb88a58089c102)
2022-02-05 00:24:39 +01:00
Treeston
da8a66a05e
Common/Util: Trinity::StringTo<double> support (PR #25364 )
...
(cherry picked from commit f45aa5cac1579e87cbc599ffb58e10e662066792)
2022-02-04 23:50:25 +01:00
Treeston
0d54a5ecb4
Core/Misc: Add support for custom link colors. Clean-up hyperlink validation, no more long-ass defines. Remove UI.ShowQuestLevelsInDialogs.
...
(cherry picked from commit eaf8fa75a1c76131ecbf2585db6d6236b7334b8e)
2022-02-04 23:49:59 +01:00
robinsch
f7c65960a5
Core/Player: Fixed incorrect prepared statement parameter types in Player::_SaveBGData
...
Merges #25379
(cherry picked from commit 6e8284a8da0d80391cc0919c32b5ac664be18de2)
2022-02-04 23:46:43 +01:00
Houston
1f774873bf
Core/Totem: Immune to all positive spells. ( #25326 )
...
* Core/Totem: Immune to all positive spells.
* Fix tabs
* Avoid using magic numbers
* Remove whitespace
Co-authored-by: Moki <[email protected] >
(cherry picked from commit 8d0f52247fe6dbc51a6a41d0530f4409c5f9fbb3)
2022-02-04 23:41:43 +01:00
Treeston
c4b287c7bf
Core/Misc: DBC std::array refactors, and |Hachievement unit tests
...
(cherry picked from commit 3fbbe7cfbe1bc51db12bdc1ec7b21c16d1716366)
2022-02-04 23:37:29 +01:00
Cerveciento
f7e1b5338d
DB/Locale/esES+esMX Texts missing in quests (Part 28)
...
Closes #25371
(cherry picked from commit b2895f31ec835e24d7e30944dc2fc8c5853e10dd)
2022-02-04 22:20:43 +01:00
Cerveciento
97c6cc15d5
DB/Locale/esES+esMX Texts missing in quests (Part 27)
...
Closes #25362
(cherry picked from commit 35774de00014bd559ea8ef8a6c3e26e956268bce)
2022-02-04 22:20:16 +01:00
offl
e987293be7
DB/Quest: Add support for 'Vent Horizon' (25212)
...
Closes #2391
(cherry picked from commit 081f96260538cfa6fb030753991a191ab4e05c6d)
2022-02-04 22:18:51 +01:00
offl
3b1902a71c
DB/Quest: Add support for 'We Call Him Steelfeather' & outro events
...
Closes #6859
Based on dr-j's script
(cherry picked from commit 16124f00f853df8026f4af1d5720092928b4073e)
2022-02-04 22:16:47 +01:00
Treeston
c82b107b6b
UnitTests: Add a first set of item hyperlink tests
...
(cherry picked from commit 5394b2ef0f1c7b48e8886257b93698358abb575f)
2022-02-04 22:11:42 +01:00
Kargatum
c3bd803da3
Core/Mysql: support MariaDB 10.5 ( #25359 )
...
(cherry picked from commit 277b401df45879fa33345878be8864e3ba5aa8c3)
2022-02-04 21:34:01 +01:00
Treeston
627ff1587d
UnitTests: Add basic hyperlink unit test
...
(cherry picked from commit 86e6438008cf5179a2ff3b22c2e0459ee7aaa20c)
2022-02-04 21:33:27 +01:00
Shauren
1a536365b5
Core/Chat: Add missing initialization to chat link data structures
2022-02-04 21:33:00 +01:00
Treeston
03fd9b038e
Core/Chat: Correct Hyperlink validation for incomplete achievements.
...
(cherry picked from commit fdcb1c8b2e142acc012f2ecb2ece082302e8fb15)
2022-02-04 21:27:25 +01:00