Commit Graph
38643 Commits
Author SHA1 Message Date
Cerveciento 4d424480d3 DB/Locales: Add missing esES & esMX quest locales (Part 44)
Closes #25536

(cherry picked from commit ecd9430cda97c0fe49e6bef94a29615ba60d8df8)
2022-02-28 15:10:28 +01:00
dr-j 814b479b37 DB/Creature: Add missing gossip option to obtain Yeh'kinya's Scroll
Closes #25532

(cherry picked from commit 65accdfbf95a046d6d32bf3610961e9d1764363a)
2022-02-28 15:09:48 +01:00
Jildor 58df8234e2 DB/Vehicle: Add missing passenger to Salvaged Demolisher (Ulduar)
Closes #25531

(cherry picked from commit 609276c44546236cdbfa014182f0b771ac35e3b2)
2022-02-28 14:46:00 +01:00
offl acf89e77f6 DB/Creature: Change flight state CanFly to DisableGravity part 3
Updates #6148

(cherry picked from commit 749cc91fd32b4be66af67ea9abeb218997b9bf29)
2022-02-28 14:45:34 +01:00
offl fd20dbe562 DB/Creature: Standardize respawn time for Auchindoun creatures
(cherry picked from commit e0ea0fb8968fce7e76283e71a5d6e39dacc30471)
2022-02-28 14:45:09 +01:00
offl 51563cd132 DB/Instance/Auchenai Crypts: Complete overhaul part 2
(cherry picked from commit f8d959023cf37a4abe3f96ebdf150315ff738381)
2022-02-28 14:44:40 +01:00
jackpoz eb17e94b2e Core/SAI: Fix SMART_ACTION_WP_RESUME actually pausing next waypoint if the current path was not paused
Fixes #25519

(cherry picked from commit 5be7c2ad4f7cd561951e1285227211e03886703f)
2022-02-28 14:42:53 +01:00
jackpoz b059f2f8ee Core/SAI: Allow to debug SmartAI methods
(cherry picked from commit 59bb822f78291c3b0d7b5811478637729569e07d)
2022-02-28 14:42:40 +01:00
offl f930508e83 DB/Instance/Auchenai Crypts: Complete overhaul part 1
(cherry picked from commit 60ded4ea4796b134b1dbdfb7071201c9ba3a9c71)
2022-02-28 14:42:00 +01:00
Cerveciento fc7f2518d2 DB/Locales: Add missing esES & esMX quest locales (Part 43)
Closes #25514

(cherry picked from commit 9505e5de8ed824771e60f3c4d561d473932c64d6)
2022-02-28 14:22:17 +01:00
Cerveciento 51ea930ef3 DB/Locales: Add missing esES & esMX quest locales (Part 42)
Closes #25510

(cherry picked from commit 4ad1cf4a393d7d3bfeb9ab2a1d56c52eee84dd6d)
2022-02-28 14:21:35 +01:00
Ovah d1594c7295 Core/Spells: unify OnSpellCastInterrupt and OnSuccessfulSpellCast hooks into OnSpellCastFinished (#25522)
* added support for calling the hook when completing a channeled spell as well

(cherry picked from commit 77aa058504e1ee99b560176d70bcf452c7e3d4f7)
2022-02-28 14:21:08 +01:00
robinsch 58ce0904aa Core/Aura: Fixed thread-unsafe return from Aura::GetCaster() (#25524)
(cherry picked from commit 53cb57b864d6b67bd2807cdb1eff93487502fb73)
2022-02-28 14:08:50 +01:00
Ovah ac6e242bff Core/Movement: fix units falling through the ground when hover mode is disengaged (PR #25518)
(cherry picked from commit e811b9cdc2582cb1504e85b43d80696031fe2634)
2022-02-28 14:08:36 +01:00
Ovah eeac4a12f2 Core/Movement: add optional velocity argument for MoveLand and MoveTakeoff (PR #25516)
(cherry picked from commit 31abdc6ecfd84ef019880ffb531bf0298f921e77)
2022-02-28 14:08:22 +01:00
Cerveciento 76a2332e37 DB/Locales: Add missing esES & esMX quest locales (Part 41)
Closes #25504

(cherry picked from commit ed567014cc8e3d2cf94bd4d1b707bea3bc3c63dc)
2022-02-28 14:03:11 +01:00
offl 75b3d27d67 DB/Instance/Mana Tombs: Fix stats for all creatures
(cherry picked from commit f4ca28f1617ea801691ed4d5fb145c4ff0b68b91)
2022-02-28 14:02:23 +01:00
offl da5e6e7f81 DB/Creature: Fix type of Emberstrife's emote, remove useless duration
(cherry picked from commit df1f0eec1b48344a376a682f6fbefc36f9b031b7)
2022-02-28 13:57:51 +01:00
Shauren 081fa7cfc4 Core/Mail: Replaced blocking db query in mail sending with async version
(cherry picked from commit 0a9e239c12ceb1d4a5ef5cdc796320a403b3da2b)
2022-02-28 13:56:45 +01:00
Shauren c027912a5b Core/Mail: Naming sync with 3.3.5 2022-02-28 12:53:10 +01:00
offl c74fc04085 DB/Instance/Sethekk Halls: Fix stats and positions, add missing creatures
(cherry picked from commit aa7b93b99fd1a51a6b03258c327d46f5843e35e7)
2022-02-28 12:47:37 +01:00
Shauren 569b5d6f04 Core/Auction House: Eliminate blocking db queries for account permissions when expiring auctions that have offline bidders
(cherry picked from commit d0d0f51f325e4ae42c9bef7606fed4f4c00c98d6)
2022-02-28 12:45:06 +01:00
jackpoz e7fc68d74b Core/Commands: Enable .debug loadcells on console and allow to load a specific tile
Specify the tile as XY. Note that this is not Grid XY

(cherry picked from commit 6f6cec89e598a046e73d48df14be26b053875470)
2022-02-28 12:18:19 +01:00
jackpoz f3787c6559 Core/Commands: Fix typo in .mmap loc command
The displayed "tileloc" value is a "swapped" Tile XY, not to be confused with Grid XY.

(cherry picked from commit 34af088c9b381db5b5212075f0df486a8593fae3)
2022-02-28 12:09:19 +01:00
offl 73f68d55ee DB/Creature: Fix wrong sheath state
(cherry picked from commit c49d6f97f02b34ea119e923bf36e357b581a1a22)
2022-02-28 12:08:58 +01:00
Cerveciento 900d5908b8 DB/Locales: Add missing esES & esMX quest locales (Part 40)
Closes #25498

(cherry picked from commit 22bdb3d753b4f10bb0c713c97e7b7918f22b41b2)
2022-02-28 12:08:27 +01:00
dr-j 4deaec0b4f DB/Creature: Make Guard Slip'kik's gossip option available
Closes #25496

(cherry picked from commit 86d2544d11b4c4ccb648e20c2f20e1916d15609e)
2022-02-28 11:58:44 +01:00
offl 2a37f8b4c6 DB/Event/Brewfest: Fix gossip options related to items Ram Racing Reins / Synthebrew Goggles
Closes #25492

(cherry picked from commit 78f4c154268de515705b83550ac7983da21bd461)
2022-02-28 11:56:57 +01:00
offl 74962fdf30 DB/Item: Fix page text content of item Foreboding Plans
Closes #25495

(cherry picked from commit 9f7824cbf00f22456054345c55b1b63831d85ada)
2022-02-28 00:06:38 +01:00
Cerveciento 182cf26dda DB/Locales: Add missing esES & esMX quest locales (Part 39)
Closes #25491

(cherry picked from commit b038dd985fce362389529ef0bc6f8331f6a41007)
2022-02-28 00:04:16 +01:00
offl a43edefc61 DB/Creature: Remove wrongly spawned Ironbark the Redeemed
Closes #25493

Old Ironbark updates template to Ironbark the Redeemed after Zevrim Thornhoof's death

(cherry picked from commit af192cfce20a180b1c182d9ba408f7ad6c128e66)
2022-02-28 00:03:15 +01:00
offl 9c02a5eb7a DB/Instance/Sethekk Halls: Update spawn positions, add waypoints and pools part 2
(cherry picked from commit 63b6e9054f2cec29bf00f2dbb600aa4b1e1b034f)
2022-02-28 00:01:59 +01:00
Treeston 525dabc377 whitespace to make CI happy, 7bf9a06 follow-up
(cherry picked from commit 837e32fe118c2f1da2a2f43b8937df0fe9f66d84)
2022-02-27 23:53:33 +01:00
Treeston 150f108174 Scripts/Commands: Fix a potential crash in cs_account.cpp
(cherry picked from commit 7bf9a0640e57f4e44a80b6fd91e8f46fd7fb9c72)
2022-02-27 23:53:16 +01:00
Gildor 8585b127f4 Core/Spells: SPELL_AURA_MOD_HEALING_PCT should be negative if TargetType is enemy or BasePoints are negative (#25490)
(cherry picked from commit a770ad0476a32007a356c3539309f7a111893145)
2022-02-27 23:52:55 +01:00
offl 1724c34e25 DB/Instance/Sethekk Halls: Update spawn positions, add waypoints part 1
(cherry picked from commit eebb962030f91f44156a3303c95c012819e409ee)
2022-02-27 23:50:40 +01:00
Treeston 167a2c5da9 Scripts/ChatCommands: Rename 'lookup itemset' to 'lookup item set' to remove ambiguity.
(cherry picked from commit f45600fb2e6bbd4870a74e0bcb359984d3007c22)
2022-02-27 23:41:55 +01:00
jackpoz df94ce0f68 Core/Creature: Ignore combat reach when looking for assisting creatures
Fixes #25487

(cherry picked from commit 24018b7a74ec8e68e43895e0e57f6397f59ea890)
2022-02-27 23:26:54 +01:00
Treeston a788e0c3e1 Core/ChatCommand: Improve feedback for ambiguous commands
(cherry picked from commit a6d8a7ad1e5e507aacc90546982a7590b62d2d78)
2022-02-27 23:26:40 +01:00
Cerveciento 20511e5f79 DB/Locales: Add missing esES & esMX POI locales
Closes #25486

(cherry picked from commit c84354389e450a3d754e0a3fa20d35414cbaea6f)
2022-02-27 23:19:39 +01:00
Cerveciento cf564441ed DB/Locales: Add missing esES & esMX quest locales (Part 38)
Closes #25485

(cherry picked from commit 2ca94fa36825d46aa9431f24671be188e1562154)
2022-02-27 23:19:14 +01:00
offl c29a9b9658 DB/Creature: Update Soulguard Watchman's script
(cherry picked from commit f4e74ec6c6d3a7a509041029dafdd1ab1a0a4e71)
2022-02-27 23:17:50 +01:00
offl 19def19920 DB/Creature: Change flight state CanFly to DisableGravity part 2
Updates #6148

(cherry picked from commit e29981f3b3da5079b04d484ba087cc550a253edd)
2022-02-27 23:16:24 +01:00
jackpoz 2bd7d00e56 Core/Pet: Fix GetDebugInfo() output
(cherry picked from commit 16292f9d94ebbc69ccfff547cb14f78d4deb4423)
2022-02-27 23:15:47 +01:00
Treeston 6439aefa42 Scripts/Commands: Move .account to trinity_string
(cherry picked from commit 899932a2753d6a1522c8ae49a21361bba6a9a438)
2022-02-27 23:15:02 +01:00
offl 99a7a1678d DB/Creature: Implement Anzu summoning event
Closes #22717

(cherry picked from commit 495d7d60d310dae210c49099c43a694a14445999)
2022-02-27 23:09:13 +01:00
Giacomo Pozzoni bfdabb8c37 Core/Quest: Fix wrong feedback sent to the quest sharing sender with auto-accept quests. (PR #25477) Closes #25474.
Co-authored-by: Treeston <[email protected]>
(cherry picked from commit e2d643f5518d256e17851243896985b2773db281)
2022-02-27 23:03:06 +01:00
Cerveciento c395b36115 DB/Locales: Add missing esES & esMX quest greeting locales (Part 2)
Closes #25475

(cherry picked from commit bdd416fb77e4dbb807b2442adbf4ef3ea63bb27f)
2022-02-27 22:58:43 +01:00
offl b10b108f04 DB/Creature: Change flight state CanFly to DisableGravity part 1
Updates #6148

That fish in Dalaran aquarium is finally visible

(cherry picked from commit 2a7181b49406fb3a861b6306f3d2043b1bf0312d)
2022-02-27 22:58:18 +01:00
Treeston 5e013a9996 Core/ChatCommands: Add trinity_string support for chat command help
(cherry picked from commit 26c510775c6a1995d81b16ad7459227381801dcc)
2022-02-27 21:23:11 +01:00