aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-27Core/Scripts: Fixing Carbonion/TravisKeader
(cherry picked from commit 270a6396783ccb2b8dff181fca2760adb47d2110)
2020-04-27Core/Scripts: Fixed Baltharus the Warborn clonesKeader
*Clones not working after wipe *Changed Clone Action for a event (to check casting) (cherry picked from commit 6b8c4fb74feb2210d2fb9ea60ec23ab407ffeb39)
2020-04-27DB/Misc: Fix error in my last commitDr-J
(cherry picked from commit 650a2d3d5062badb58c806901f4db6217a81e05e)
2020-04-27Core/Scripts: Typo in last commitKeader
(cherry picked from commit a2a8ffe72328590b43481b430b9a6f281ccdd4be)
2020-04-27Core/Scripts: Fixed Volatile Ooze/Gas Cloud issues in Professor PutricideKeader
Closes #18925 (cherry picked from commit 8d198cb36050e63811f8f7f81a3daf2a3c961950)
2020-04-27DB/SAI: UnderbogDr-J
* Rescript underbog lord has regrowth is not linked to hp as was previously scripted infact you don't even have to damage npc for it to use this abilitie and it should stack 10 times increasing damage by 150% not only cast once hp is below 50%, also cast knock-away on range instead of ic so it only uses this abilitie If there is a target in range rather than ic even if there is no target in range * Naturalist bite - make gossip and option available in heroic mode too not only normal mode (cherry picked from commit 7bfc62639a8d6d378900c7878a0d1763e62344ee)
2020-04-27DB/LinkedRespawn: Fixed evade issue in Ruby Sanctum mini-bossesKeader
(cherry picked from commit 43c19f17abcf58a7edf3a17e419f4991e1ad100e)
2020-04-27Core/Misc: Always reward all necessary reputations on creature kill (#19106)xinef1
(cherry picked from commit fb2aebe46be7439a8f9b99067edb27fd844c1a28)
2020-04-27DB/Spell: fix some enchants proc chances and reduced effects for levels > 60ariel-
- Deathfrost: Slow effect should not work on targets 73 or higher. - Icy Weapon: proc chance reduced, made to a %-per-hit, should only proc on white hits - Unholy Weapon: proc chance increased to 3 PPM (based on comments data) - Battlemaster: should only proc on white hits - Crusader: effect reduced for players above 60 Closes #7789 (cherry picked from commit e0376d56444f3fa895d321e88b98848a9c9074c7)
2020-04-27Corrected points per level calculation for some spells (#19105)xinef1
(cherry picked from commit 9142c778dd861eda188ba868433af05038c4e13c)
2020-04-27Core/Misc: Enum flag v3 - allow enabling flag operations directly after enum ↵Shauren
definition when inside namespaces
2020-04-26Core/Achievements: Optimized resetting achievement criteria by condition and ↵Xinef
changed the functionality to properly reset all possible criteria with given condition Closes #18905 (cherry picked from commit 7c7b877c3fc0292f33f54f4e8b514be3bf8514a6)
2020-04-26Core/Misc: Improve enum flags with type safe operatorsShauren
2020-04-26Core/Misc: Remove redundant copy constructor for Position and WorldLocation ↵Ujp8LfXBJ6wCPR
(#24151) * Default compiler generated ones do the same (cherry picked from commit b92e4af460e72f8e6180cd5e6aac0250d64800e0)
2020-04-26Build system: Set -Wno-deprecated-copy only for clang 10Shauren
2020-04-26Core: Fix clang 10 warningsShauren
2020-04-26Scripts/GruulsLair: Fix indentationjackpoz
(cherry picked from commit 9d77b2be3b72810db1f12b6fde5e39583d521bc9)
2020-04-25Scripts/Antorus: implement Garothi Worldbreaker encounter for normal and ↵Ovah
heroic difficulty * added base script support for the encounter for normal and heroic difficulty * added instance script for Antorus the Burning Throne * added sniffed template data for involved gameobjects * added encounter related spawns to Antorus the Burning Throne * added instance encounter entry for Garothi Worldbreaker
2020-04-25Core/DataStores: Speedup loading hotfix database and change hotfix database ↵Shauren
character set to utf8mb4
2020-04-25Core/Misc: Fixed wrong db field accessor functions useShauren
2020-04-25Core/DBLayer: Fix build using TRINITY_DEBUGShauren
2020-04-24Core/Items: Updated heart of azeroth level cap and knowledge starting date ↵Shauren
for 8.3
2020-04-24Core/Grid: Code cleanupGiacomo Pozzoni
Remove unused method that should not be used anyway
2020-04-24Core/Spells: implement SMSG_MOUNT_RESULT and use it for transformed mounting ↵Ovah
cases (#24404)
2020-04-24Merge pull request #24433 from funjoker/cherry-picksShauren
2020-04-24Core/Units: Fixed bug in source of cherry-picked commitShauren
2020-04-24DB/Creature: fix regenerating health for vehicles in Wintergrasp and BGsariel-
Closes #950 (cherry picked from commit b9d456fad1e39943502218b3fe065be36810e139)
2020-04-24Revert "Core/Battlegrounds: disable health regen for battleground vehicles ↵ariel-
(#19183)" This reverts commit 85af0a06305e6f771482da973244737e47bcf34c. (cherry picked from commit 006e90339ec27b7d487c9a58dc8a212058a8174c)
2020-04-24Core/Scripts: Fix a logic fail that overriden the script of an entity that ↵ariel-
changed entry Closes #19389 (cherry picked from commit dafa7267737ac11b7abb4dcf9943c24ab1e71a8a)
2020-04-24DB/SAI: Restore some deleted SAI scriptsKillyana
Closes #19381 By @Vyrsenth (cherry picked from commit ae624c7d8189e7964a69425a9edde05724d51f72)
2020-04-24Rename 2017_04_27_01_world.sql to 2017_03_27_01_world.sqlAokromes
(cherry picked from commit d0a1a5de0bd438e3bf491b688de203ff183931d4)
2020-04-24Core/Battlegrounds: disable health regen for battleground vehicles (#19183)Gustavo
Updates issue #950 (cherry picked from commit 85af0a06305e6f771482da973244737e47bcf34c)
2020-04-24Scripts: minimize duplicated enum names in header files (#19377)tkrokli
* Scripts: Minimize duplicated enum names in header files This reduces the number of cache resets with the Zapcc compiler - Standard followed is instance/raid TLA + DataTypes/CreaturesIds/etc - Partial cherry-pick of master commit 7eb4512eee5fc04994e2aa55126ccc97a8393506 - Removed unused defines in sunken_temple.h (the core scripts using these have been moved to SAI) (cherry picked from commit f6f36be004c3b8c7d09e0f320d5aabb8a9129109)
2020-04-24Core/AI: Build fixariel-
- Stop exposing DoublePosition constructor versions, they're only used for internal representation - Moved IsInBounds function to public scope (cherry picked from commit 83162fafa453c1d34fe23ddd86a43c3dff058300)
2020-04-24Core/AI: AreaBoundary refactorariel-
- Added an auxiliary function IsInBounds to base CreatureAI - Changed container to vector. Set had no sense because we're storing new pointers, they have different addresses even if the boundary is the same (cherry picked from commit 2f99fa09c9bacbad376d7a296c3311f94ec8a552)
2020-04-24DB: Fix Some DB errorsKillyana
Ref #18542 (cherry picked from commit 97e54fe4582e59c268bd77020c59f467d0b20327)
2020-04-24Core/Creature: added CREATURE_FLAG_EXTRA_GHOST_VISIBILITY to allowed db ↵ariel-
flags_extra mask - Cleaned up the mask to be a much nicer enum definition (cherry picked from commit 66a70088f4ccdeab207a547ae019d4d2692d9f2b)
2020-04-24Core/Global: reserve storage for script names vectorariel-
(cherry picked from commit c8bf1ab5f7e2e44e37c5affbf69c64917dc45c9e)
2020-04-24Rename 2017_99_99_99_world_335.sql to 2017_03_27_00_world_335.sqlAokromes
(cherry picked from commit 05cbe86455e34b9c8039f692dfa43c6801e3e6de)
2020-04-24Added new creature extra flag which makes npc visible only to dead unitsxinef1
closes #19333 * Rename 9999_99_99_99_world.sql to 2017_99_99_99_world_335.sql - file affects creature removed in patch 4.0.3a * Update Creature.cpp (cherry picked from commit e72b380b9374c92e5688002bf3a15065419a2ea0)
2020-04-24Core/Gameobject: remove virtual from GetScriptId, it's not overridenariel-
(cherry picked from commit 00b547146d5486cb82b30199b3c145c8b5f2f3bc)
2020-04-24Game/AI: SMART_ACTION_JUMP_TO_POS should resume path when reached jump ↵tkrokli
location (#19029) SmartAI NPCs using SMART_ACTION_JUMP_TO_POS should resume their path when they have reached the jump location. The changes in this PR makes the action work as intended. Closes #18760 (cherry picked from commit 6e08051825d3d05ea2bccbe43c0823a40ee08057)
2020-04-24DB/Quest: Challenge Overlord Mok'MorokkAokromes
By Fearless18, closes #5208 (cherry picked from commit de4043097e31d7ba968425f0a2ec55a9a1e5b117)
2020-04-24DB/Item: Improved Land MinesAokromes
By Rushor, closes #10205 (cherry picked from commit ff816f404dea49773678090f20923e25d0565ee0)
2020-04-24DB/Creature: Fix Verifonix faction and reputationAokromes
By offl, Closes #19323 (cherry picked from commit 5b3819424706ae34a787ba3e8112ff181a744011)
2020-04-24DB/Creature: Fix Guardian of Icecrown creature_text typoAokromes
By TecDian Closes #19226 (cherry picked from commit e4492dd0bdda6e9f778993c24889c8aea10f79ab)
2020-04-24Core/Auras: fix a deleted memory access crashariel-
Closes #19319 (cherry picked from commit 01aaafb0834d22ff41d7d9904e59d82a4a7f5381)
2020-04-24Rename 2017_03_25_00_world.sql to 2017_03_25_01_world.sqlAokromes
(cherry picked from commit 9d6902331b4d70152623154964ca0308408ada72)
2020-04-24Fix warningccrs
field '_top' will be initialized after field '_owner' (cherry picked from commit 2b5c765bcdd57e55b62db70527d85723f5a021eb)
2020-04-24Core/Movement: 96f4c7c followupccrs
(cherry picked from commit 9be7f5f57b897888983a9ca6f441479f3571513c)