aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-03DB/NPC(s): Transmog (54442, 54473)Aokromes
closes #27013 by xXBentRealityXx closes https://github.com/TrinityCore/TrinityCore/discussions/26986
2021-10-03Core/Spells: Removed CastSpellExtraArgs constructors accepting ObjectGuid, ↵Shauren
they would become ambiguous with future changes
2021-10-03DB/Misc: Populate Allied Race DK start zoneAokromes
closes #26966 by Naddley
2021-10-03DB/Misc: Update some missing cosmetics to Void Elf startzoneAokromes
closes #26965 by Naddley
2021-10-03DB/Locale/esES Texts missing in various missionsAokromes
closes #25105 by Cerveciento
2021-10-03DB/NPC: Old Item Upgrade NPCsAokromes
closes #27014 by xXBentRealityXx
2021-10-03DB/Scaling: Update creature_template_scalingAokromes
closes #27012 by osleyder85
2021-10-02Core/Auras: Implemented new aura type 487 (SPELL_AURA_COSMETIC_MOUNTED) (#26988)ModoX
2021-10-02Core/Players: Implemented selecting Exile's Reach during character creationShauren
2021-10-02Core/Players: Do not show zone on character list before first loginShauren
2021-10-02Core/Players: Save homebind location on creation instead of delaying it to ↵Shauren
first login
2021-10-02Core/Players: Store player creation timestamp and type (normal/npe)Shauren
2021-10-02Core/Players: Fixed value saved in `characters`.`lastLoginBuild`Shauren
2021-10-02Core/Transports: Store information about continent transportsShauren
2021-10-02Core/Commands: Remove the option to teleport to "startzone" with .unstuck ↵Shauren
command
2021-10-02Core/Players: Relocate players to their homebind location instead of ↵Shauren
starting zone when login at saved location fails
2021-10-02DB/Quest: Update quest_objectives and quest_visual_effectAokromes
closes #26983 by osleyder85
2021-10-02DB/NPC: Blackrock Worg (49871)Aokromes
closes #26993 by xXBentRealityXx
2021-10-02DB/NPC: Stormwind Infantry (49869)Aokromes
closes #26992 by xXBentRealityXx
2021-10-02DB/PlayerCreateInfo: Fix Coords/Orientation (Not Allied Race)Aokromes
closes #26989 by xXBentRealityXx
2021-10-02DB/Totems: Updated displayids of totemsAokromes
closes #26984 by mdX7
2021-10-01Core/Scripts: Fix repeated script validation when spell has multiple scripts ↵sueastward
attached (#26949)
2021-10-01Core/Commands: Lookup spell command fixesShauren
* Crashfix * Will now look at spell effects other than EFFECT_0 to find learned spell
2021-10-01Dep/protobuf: Backport https://github.com/protocolbuffers/protobuf/pull/2337 ↵Shauren
to our embedded version
2021-10-01Build: Modernize readline finding scriptShauren
2021-10-01Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@4fc4c18bd5a49208337199a7f4256271675cae44
2021-10-01Build: Update FindOpenSSL.cmake and remove custom FindGitShauren
(cherry picked from commit 77596dba67483c8050c3d3ea1c4299360fde6beb)
2021-10-01Build: Check -Wno-deprecated-copy existence using check_cxx_source_compiles ↵Shauren
instead of hardcoding clang version number
2021-10-01Core/Misc: Fix appleclang 12 warningsShauren
2021-10-01DB/NPC: Blackrock Spy (fix auras)Aokromes
closes #26976 by xXBentRealityXx
2021-10-01DB/Quest: Slain by the WretchedAokromes
closes #26982 by osleyder85
2021-10-01DB/Quest: Tainted Arcane SliverAokromes
closes #2698 by osleyder85
2021-10-01DB/Quest: Felendren the BanishedAokromes
closes #26980 by osleyder85
2021-10-01DB/Quest: Aiding the OutrunnersAokromes
closes #26979 by osleyder85
2021-10-01DB/Quest: Solanian's BelongingsAokromes
closes #26978 by osleyder85
2021-09-30DB/Quest: AggressionAokromes
closes #26973 by osleyder85
2021-09-30DB/Quest: Thirst UnendingAokromes
closes #26972 by osleyder85
2021-09-30DB/Quest: The Shrine of Dath'RemarAokromes
closes #26971 by osleyder85
2021-09-30DB/Quest: A Fistful of SliversAokromes
closes #26970 by osleyder85
2021-09-30DB/Quest: Report to Lanthan PerilonAokromes
closes #26969 by osleyder85
2021-09-30DB/Quest: Unfortunate MeasuresAokromes
closes #26968 by osleyder85
2021-09-30DB/Quest: Reclaiming Sunstrider IsleAokromes
Closes #26967 by osleyder85
2021-09-29DB/Creature: Bookie HerodZenoX92
Closes #22072 (cherry picked from commit d00cf39ad91c855e2c6467f7f15ae5580f99e1d0)
2021-09-29DB/Quest: More Terokkar Forest quest emotesJonne733
Closes #22076 (cherry picked from commit 17bb68d8628781921567f7b250dccfca28ce8ec8)
2021-09-29DB/Creature: Forlorn SpiritZenoX92
Closes #18202 (cherry picked from commit 4b0e23ea34565f72412b5be5dac8740f5ca569dd)
2021-09-29DB /Quest: Jungle SecretsZenoX92
Closes #17286 (cherry picked from commit 4332314ba0b9016d9f1ee8e3bb9939e689570b5a)
2021-09-29Core/Player: fix periodic eating and drinking emotes (#21280)Ovah
Closes: #12567 (cherry picked from commit 0dcc318e377138dcbc116b5703d7dc1bffc0cc0f)
2021-09-29Core/BattlePets: Misc fixes (#26964)Meji
* Define BattlePetSpeciesFlags enum class. * Define BattlePetDbFlags enum class. * Added check to prevent the pet from being caged if its species has flag BattlePetSpeciesFlags::NotTradable. * Added check to prevent the pet from being caged if it's in battle pet slots. * Added check to prevent the pet from being caged if its health is below maximum health. * Only add pet if the species has flag BattlePetSpeciesFlags::WellKnown. * Added function to check flag BattlePetSpeciesFlags::LegacyAccountUnique to avoid learning copies of unique pets. * Implemented CMSG_BATTLE_PET_CLEAR_FANFARE.
2021-09-29Scripts/TheSlavePens: Boss Ahune fixes and updatessirikfoll
Fixes some visual problems Fixes encounter start Updated codestyle Closes #22071 (cherry picked from commit 35ba5aa138edc84dfdeb48ace88b12d521d31fa3)
2021-09-29TheSlavePens/Ahune: Fix crash (#22070)Gildor
Closes: #22069 (cherry picked from commit eb6e240fd1508ff62055e45c97a4534903280e66)