Golrag
c46aa9d5b5
Core/VMaps: Fix no collision triangles
...
(cherry picked from commit 89d641f1e68d11359a2398ff51d3d6eee1470ae8)
2020-08-18 18:53:13 +02:00
Weyrath
35bf146969
Core/Quests: Fixed order of RewardChoiceItems and reputation reward. ( #19904 )
...
(cherry picked from commit 8b2bd9a5f204fe02c1110d5e851647ee96302880)
2020-08-18 18:53:13 +02:00
Treeston
5f59be31b0
Core/AI: UnitAI::SelectTarget now applies offset BEFORE filtering by predicate (to match expected behavior). ( #19975 )
...
* Also some major code deduplication (SelectTarget now calls SelectTargetList).
(cherry picked from commit 8d0633c842d474a843ec9f4bd45dcec3013bfd5d)
2020-08-18 18:53:13 +02:00
Killyana
6e0be8b469
DB/Quest: Celestial Planetarium access heroic requirements
...
Updates #19981
(cherry picked from commit 432dd7c25d1bfb83fe267e6aa5239eb4a5c23c1f)
2020-08-18 18:53:13 +02:00
Killyana
4b6b59931a
DB/Quest: Celestial Planetarium access quests
...
Closes #19981
(cherry picked from commit 1008536ce487e5ec8a88c6d01ce68d7d3c138aa1)
2020-08-18 18:53:13 +02:00
Killyana
1a1fe1847d
DB/Creature: Overseer Faedris
...
Remove Dup spawn
Closes #20020
(cherry picked from commit 13edbd9e317d47e6233503e80453e79540243e58)
2020-08-18 18:53:13 +02:00
Killyana
842c120fda
DB/Quest: Finish Me!
...
Fix Quest requirements
Closes #20019
by meji46
(cherry picked from commit d50794a33ea7efeea8d7a7cec093168796fad28a)
2020-08-18 18:53:13 +02:00
treeston
814f7e45fb
Some more script adjustments ported from #19930 .
...
(cherry picked from commit 3f8c0cb446327061c4d5ba06e72044fb8308f694)
2020-08-18 18:53:13 +02:00
Treeston
2c3a107bee
Prevent an issue that stopped Aura AfterEffect handlers being called on default handler prevention. ( #20001 )
...
Fixes #19996 .
(cherry picked from commit ed241a2fd6c8fd419d350210aa61eb1ad05b27bb)
2020-08-18 18:53:13 +02:00
treeston
1e6480ee35
Woopsie. Fix an oversight causing the main tank flag in SelectTarget to be inverted.
...
(cherry picked from commit 9bacaf15b60dc455ae913062b05a5adb2b8bdcf9)
2020-08-18 18:53:13 +02:00
treeston
2dfafa69eb
Hi, I'm Treeston, and welcome to Combat PR Prep Refactors.
...
Today, we're moving UNIT_FLAG_IMMUNE_TO_PC and UNIT_FLAG_IMMUNE_TO_NPC to higher-level abstraction so combat manager can react to it.
New methods on Unit:
- void SetImmuneTo<All/PC/NPC>(apply, keepCombat = false);
- bool IsImmuneTo<All/PC/NPC>() const;
(cherry picked from commit 74af880217fc567c9949d7557408718af889402f)
2020-08-18 18:53:13 +02:00
Killyana
befbfbb655
DB/Creature: Tivax the Breaker
...
(cherry picked from commit c6d799444572a6d3023a560d7d1c24b0d7a8d050)
2020-08-18 18:53:13 +02:00
Keader
db80892a41
Build fix
...
(cherry picked from commit 3aadb72eaad2d0316365a39b5c448718052d6e36)
2020-08-18 18:53:13 +02:00
Keader
251c1811ae
Core/Custom: Fixed SPELLMOD_COOLDOWN exploit on Duel Reset system
...
Followup 0048d4b618e6503a5f1607f3503fcf2d48e6a385
Closes #17419
(cherry picked from commit e254ebebbead52d930e0ebdc425d9a0275b56667)
2020-08-18 18:53:13 +02:00
Nyeriah
5b8d3ede7d
Scripts/Karazhan: Fix Attumen and Midnight not moving towards each other on phase transition after latest changes
...
(cherry picked from commit 746fce30d9a56ed59b53f1e1a93c9c8c3417e16b)
2020-08-18 18:53:13 +02:00
Killyana
7e41ddd2f3
DB: Fix the previous commit
...
(cherry picked from commit fe15464feb9825dc7ac7e1a96e8932615c240507)
2020-08-18 18:53:13 +02:00
Killyana
6223dd6437
DB/Gameobject: Add missing spawn of The Alliance of Lordaeron
...
(cherry picked from commit fb194588e15763da32094624085edd7125cb1b64)
2020-08-18 18:53:13 +02:00
Killyana
c22c02bdc6
DB/Creature: Crystalforge Bunny
...
(cherry picked from commit ce8996fa23480b49a9c1cc6830817da2354b5895)
2020-08-18 18:53:13 +02:00
Gustavo
d50611c108
Core/Auras: Implement SPELL_AURA_DETECT_AMORE ( #19955 )
...
Based on https://github.com/mangos/mangos/commit/b58b29c9581327129daaf43b9c368810db850771
(cherry picked from commit a27a3e0457e3f6c2dd6955ce86b51888c5590ffc)
2020-08-18 18:53:13 +02:00
Treeston
94e164f9c9
Utilities/Containers: New RandomResize implementation with guaranteed asymptotic linear time for all container types ( #19974 )
...
(cherry picked from commit ac50034df7fa6cf67b95e0920ca8fbbe8001a510)
2020-08-18 18:53:13 +02:00
treeston
67ffe7bcf0
Core/Combat: Fixed issues with creatures sometimes entering combat with friendly targets
...
Close #19980
(cherry picked from commit 07593f6c3488666423093c2c32514a0a378da942)
2020-08-18 18:53:13 +02:00
treeston
daf9c703c4
Two more refactors I missed for #19930 . Last ones for now, I promise.
...
(cherry picked from commit 62d51132524b5afff13371ccd13df556dd545bef)
2020-08-18 18:53:13 +02:00
treeston
2c88d9f162
Some more refactoring prep for combat/threat ( #19930 ).
...
(cherry picked from commit 2739a5c5f5d5a359eee4eef1a6486ddcaf24faaf)
2020-08-18 18:53:13 +02:00
treeston
bacc5ef94e
Creatures now release spell focus on projectile launch (for spells that have a projectile portion) as opposed to projectile impact.
...
This should make some very slow projectiles (f.ex. Professor Putricide's Malleable Goo) a lot smoother.
(cherry picked from commit 5d3c69bf441afb5dc0a6a20c0d7cd375178d2aa8)
2020-08-18 18:53:13 +02:00
Ovah
71db17220a
Core/Spells: enable and implement SMSG_MISSILE_CANCEL ( #25215 )
2020-08-16 12:07:51 +02:00
TDB Release
f4b4425862
TDB 837.20081 - 2020/08/14
2020-08-14 21:46:30 +00:00
funjoker
2aed7f18c0
DB: Update quest data for locale zhTW to 35435
2020-08-14 22:47:54 +02:00
funjoker
1fbf66628b
DB: Update creature data for locale zhTW to 35435
2020-08-14 22:47:45 +02:00
funjoker
ade7194b7c
DB: Update hotfixes for locale zhTW to 35435
2020-08-14 22:47:35 +02:00
funjoker
a1f8029238
DB: Update broadcast_text for locale zhTW to 35435
2020-08-14 22:47:25 +02:00
Shauren
10cee0fc78
DB: Resolve pool id conflicts between branches
2020-08-14 19:20:16 +02:00
Killyana
7db70a5f89
DB/Creature: Hearthsinger Forresten
...
(cherry picked from commit 57604f43bd6ec5c7a69039d9d8053cce5f681752)
2020-08-14 18:26:16 +02:00
Keader
04c303a7e5
Core/Custom: Fixed Duel Reset Exploits
...
Close #17419
*Fixed exploit with SPELLMOD_COOLDOWN
*Fixed exploit with some items (like Sylvanas' Music Box)
*Little cleanup
(cherry picked from commit 0048d4b618e6503a5f1607f3503fcf2d48e6a385)
2020-08-14 17:38:52 +02:00
Shauren
1c52d5fff7
Core/Misc: Replace NULL with nullptr
2020-08-14 17:06:03 +02:00
funjoker
02fd3a1f15
DB: Update quest data for locale zhCN to 35435
2020-08-14 02:31:34 +02:00
funjoker
502687f29b
DB: Update creature data for locale zhCN to 35435
2020-08-14 02:31:23 +02:00
funjoker
ad32a0e7c8
DB: Update hotfixes for locale zhCN to 35435
2020-08-14 02:30:58 +02:00
funjoker
cf2148170e
DB: Update broadcast_text for locale zhCN to 35435
2020-08-14 02:30:45 +02:00
funjoker
957b40b6ad
DB: Fix another mistake in ruRU hotfixes file
2020-08-14 01:59:40 +02:00
funjoker
a1693e695d
DB: Fix mistake in ruRU hotfixes file
2020-08-14 01:55:54 +02:00
funjoker
56fc822a64
DB: Update quest data for locale ruRU to 35435
2020-08-14 01:53:33 +02:00
funjoker
d29b575f57
DB: Update creature data for locale ruRU to 35435
2020-08-14 01:53:22 +02:00
funjoker
2c5a0a72d6
DB: Update hotfixes for locale ruRU to 35435
2020-08-14 01:53:11 +02:00
funjoker
366b50844b
DB: Update broadcast_text for locale ruRU to 35435
2020-08-14 01:53:00 +02:00
funjoker
c22bce141b
DB: Update quest data for locale ptBR to 35435
2020-08-14 00:42:29 +02:00
funjoker
6be5f60eb5
DB: Update creature data for locale ptBR to 35435
2020-08-14 00:42:16 +02:00
funjoker
ff8b64faee
DB: Update hotfixes for locale ptBR to 35435
2020-08-14 00:42:02 +02:00
funjoker
16da3ccc00
DB: Update broadcast_text for locale ptBR to 35435
2020-08-14 00:41:40 +02:00
funjoker
d57f106fb5
DB: Update quest data for locale koKR to 35435
2020-08-14 00:06:43 +02:00
funjoker
087859b46c
DB: Update creature data for locale koKR to 35435
2020-08-14 00:06:23 +02:00