| Age | Commit message (Collapse) | Author |
|
(cherry picked from commit 68e6c95f16dc978066bb957407a1c3bfd4cb8505)
|
|
Closes #4180
Closes #4181
Closes #8479
Updates #1885
(cherry picked from commit fe07614916405464169d0fa3d4a62466308114e2)
# Conflicts:
# src/server/scripts/Outland/TempestKeep/Eye/boss_kaelthas.cpp
|
|
Change AURA_EFFECT_HANDLE_REAL to AURA_EFFECT_HANDLE_REAL_OR_REAPPLY_MASK, the hook needs to be called on every apply/reapply to keep tracking the stack amount.
(cherry picked from commit f877b6af0a48a216aad9078900763dadb2221d24)
|
|
|
|
or Creature methods.
(cherry picked from commit 6a8524c068d418092c193a3419b65818f3fd3443)
|
|
automated, periodic pulse that puts every player in the zone in combat and on the creature's threat list.
Scripts/BossAI: Set the BossAI parent class to make use of this in its _EnterCombat and _Reset methods. Combat pulses happen every 5 seconds.
(cherry picked from commit d57193df444b719757ae1da4a5f19e204074f6ae)
# Conflicts:
# src/server/game/AI/ScriptedAI/ScriptedCreature.cpp
# src/server/game/Entities/Creature/Creature.cpp
|
|
forward to CreatureAI::MoveInLineOfSight instead of using its own (incorrect) implementation.
Move the removal of the 'distracted' state from SmartAI to UnitAI.cpp.
Fixes and closes #7197 and #15482.
(cherry picked from commit f446538cb16dad3dcd04e79aebc944feefc16275)
|
|
(cherry picked from commit ad38c2712460fe9d3ecb71959294655d2b88799d)
# Conflicts:
# src/server/scripts/EasternKingdoms/ZulAman/zulaman.cpp
# src/server/scripts/Kalimdor/zone_azshara.cpp
|
|
Fixes world config value of less than 1 being ignored by deposit formula.
Had problems with the last commits and pr, sorry
Update AuctionHouseMgr.cpp
Adds another check to config to handle values over 1 and properly adjust the minimum higher. Thanks jackpoz!
(cherry picked from commit 817a2ce4f744d75e8526e351b35ed1c787cc5b01)
|
|
(cherry picked from commit e99e69d31ff7f768517a59bd0c2cd6cbb87c2cef)
# Conflicts:
# src/server/game/Entities/Player/Player.h
|
|
(cherry picked from commit 2185165e8481ebcfd28895e5066991c89baaec14)
|
|
trying to add him to map
* Fixes name displaying as "Unknown"
|
|
cases as expected
* Fixes possible assertion failure in Aura::UnregisterSingleTarget
Closes #15696
Ref #15668
|
|
|
|
|
|
|
|
- New line for consistency
- Same as https://github.com/TrinityCore/TrinityCore/pull/15628 only for 6.x
|
|
|
|
|
|
* Changed packet structures to mirror client names
* Simplified ToString Building
* Removed deprecated structures
World: Cleaned up duplicate realm info 'realm' and 'realmHandle' variables (realmHandle was removed, that data is fully contained in realm)
|
|
* was caused through invoking "FindMySQL" after using ${MYSQL_EXECUTABLE}.
* better re-run CMake if you are affected by the mysql exe wasn't found issue.
(cherry picked from commit 45a60c2d22a93f6196491a0eb0478d05795e310f)
|
|
(cherry picked from commit a561edefb90af25864aeb7ca7fc48fe0364df765)
|
|
database queries
|
|
|
|
|
|
* Updated game account flags
* Fixed infinite loop in ReadFourCC if value in packet was 0
* Corrected ClosingReason enum in ConnectionClosing
|
|
|
|
|
|
Fixed a typo which caused implicit target conditions to only be applied to the first effect
bug was introduced in 926a37a
|
|
Thanks @jackpoz for valgrind log and @pete318 for reproduction steps
Closes #15633
|
|
when leveling
Closes #15391
|
|
|
|
|
|
of no longer used ranged slot
Closes #14675
Closes #15296
|
|
|
|
|
|
|
|
* fix a magic number.
* ref adf6d968edc5027efd5ff4a26186e6
|
|
By Malcrom
(cherry picked from commit f84655cac7e2fd669c85b1c7eca84aa92ad271b9)
|
|
minor typo
(cherry picked from commit 2eafbe6bf089cea3c6fe3cfd611e08f83e36f930)
|
|
Combat with distant creatures (Mk II)
(cherry picked from commit a40d855337bd29f55d898fb5213af92abd5b43a1)
|
|
Config: Typo/Cosmetic changes
(cherry picked from commit 07204140428886f5071cfe3a14dd5d50988268b2)
|
|
Config ; Minor Typo
(cherry picked from commit 7c4dd4059e69e062b60b34d49e1970e4b0d99cd5)
|
|
Revise MaxPrimaryTradeSkill comment
Closes #15575
(cherry picked from commit f7e9acb6edc5c87c95ab2d4ac30394226fa7d215)
|
|
By Malcrom
(cherry picked from commit 75842fb1a5fbae8fead8242656364580c33ead12)
|
|
Fix AHBot Buyer to stop counting own auctions
(cherry picked from commit 811b557b3b352ba7c1b85e289bcadcf9ff103f06)
|
|
By Malcrom
(cherry picked from commit 57fabc78e42ad7b511ae66d12fbb824d2c8e75ee)
|
|
SupportTicketSubmitSuggestion
|
|
Creature/BossAI/Patchwerk: Fix Hateful Strike behavior
(cherry picked from commit ce2aa49715860dc2c819d686d8242a113c0b6046)
|
|
Fixed bugs with Sapphiron encounter:
- Sapphiron will now properly re-engage if the previous attempt ended while he was in flight.
- Sapphiron will now properly be hovering while in the air phase instead of standing idly on the ground.
- Move Frost Resistance achievement check from custom script to spell 60539 (Sapphiron Achievement Check), thanks to @Shauren for the heads up.
(cherry picked from commit a90ae075c9de330b40d570aa172708486c0566c4)
|