Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Improve dead-lock error handling by making sure only 1 thread at time retries to execute a transaction so they don't keep dead-locking each other.
(cherry picked from commit 62001360dd1d08b2f33fba0f20425867b1b0a069)
|
|
Correct AuctionHouseType definition to log the right AH type.
Handle auctions without bidder but with a bid as bought by the AH Bot
Closes #14124
(cherry picked from commit 2eee1b349f599f92f78c58418d128f386ef3b86d)
Conflicts:
src/server/game/AuctionHouse/AuctionHouseMgr.cpp
|
|
Fix assertion triggered since 9582b32d22ef9c842349a5be012bdcae4674d6c9
(cherry picked from commit dcb500388c0cb4b0ee1b2f86efa43909383fe406)
|
|
Fix a LFG issue that would kick a player out of a just-formed LFG party if player was being teleported.
Fix a log warning "Player: GUID Full: 0x0000000000000001 Type: Player Low: 1 not ingame while retrieving his LockedDungeons" if player was being teleported.
Refers to #14039 , #10191
(cherry picked from commit 9582b32d22ef9c842349a5be012bdcae4674d6c9)
|
|
Force SaveRespawnTimeImmediately config to Enabled to avoid assertions triggered at runtime when Disabled. It will be possible to Disable this config again only when all issues will be fixed.
(cherry picked from commit b89f3be8d52f6b13bf1008bcbfe45b9e0f9d3ae0)
|
|
(cherry picked from commit cffef1e80d853ca55887f19b94380b47e45b039e)
Conflicts:
src/server/game/Handlers/PetHandler.cpp
|
|
a unique logging-mechanism named "spell.periodic"
(cherry picked from commit 8c8ca2ab8de4ced62b1bc9205c8bc72c9b3c8012)
Conflicts:
src/server/game/Spells/Auras/SpellAuraEffects.cpp
|
|
(the old text was a tad confusing mixing maps and vmaps etc).
(cherry picked from commit 4999864c4a85f49513fe9ef7e091f308c0343952)
|
|
Added a player searcher
|
|
Core/Opcodes: SMSG_INIT_WORLD_STATES
|
|
duplicated one
|
|
https://github.com/ladislav-zezula/CascLib/commit/4235e5f2033e2de709c83034503d49e532d03630
|
|
Revert "Core/Totems: In cata totem items are no longer needed"
This reverts commit 45e0cae7beedd84a6e71cf99d356e836476c1e4a
|
|
Fix some static analysis issues reported by Coverity
|
|
* Use ItemEffect.db2 data directly instead of copying it to another structure
|
|
|
|
Void Sentry
closes #12175
(cherry picked from commit f06b77dcb3412239994a2139f05948c4f66ea49f)
|
|
By AriDEV, closes #14158
|
|
By AriDEV, closes #14159
|
|
|
|
Core/Misc: Correct some wrong integer types in DB query results
|
|
Fixes errors when running a worldserver compiled using WITH_COREDEBUG cmake option
|
|
|
|
|
|
closes #14066
(cherry picked from commit dc87cc69a1a61bfed5a5eca70e418a015d09e25d)
|
|
(cherry picked from commit 1e90b096cafa9cfb9eeb06015f85ea8c4b285226)
|
|
|
|
|
|
* Updated to BossAI
* Solved issue with door not closing when event starts
* Solved issue with gossip flag being reset after event is done
* Misc code clean ups
Updates #10430
(cherry picked from commit 85105ac87bedb26c052be6ab1c3d0a397075414b)
|
|
* Refactored cooldown handling to separate class shared by creatures and players
* Updated and enabled cooldown packets
* Implemented creature school lockouts
* Implemented spell charges
* Fixed AuraUpdate structure
* Fixed aura flag AFLAG_NOCASTER handling
* Implemented spell charge related auras
|
|
|
|
|
|
(https://github.com/TrinityCore/WowPacketParser/commit/f6f590370c206734684b17904d5e6083c25e8528)
|
|
|
|
|
|
|
|
Ref Coverity CID 1227511
|
|
The exceptions is rethrown on debug mode.
Ref Coverity CID 1010213, 1022574, 1227501, 1227502,
1227503, 1227504, 1227505, 1254536 and 1254612
|
|
Closes #14140
|
|
Core/Opcodes:
|
|
* SMSG_POWER_UPDATE
* CMSG_SET_SHEATHED
* SMSG_ATTACKSTOP
|
|
Closes #14130
(cherry picked from commit 6dfc35d13c7a6c85ae3a12a6751203869d5e8279)
|
|
|
|
|
|
petition related packets
Merged from https://github.com/Mogadischu/TrinityCore/commits/guild
Signed-off-by: Duarte Duarte <dnpd.dd@gmail.com>
|
|
(cherry picked from commit 69d016d0fe2bb0d47df1e56b36877e5f28c2034e)
|