aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-15Scripts/Naxxramas: Fixed blizzards following same player in Sapphiron ↵Keader
encounter (#21068) Closes #18765 (cherry picked from commit 143b2aeac06348c1d08f47f60ad32a306587cb50)
2021-04-15DB/Creature: Add school immunity for some creaturesoffl
Ref https://github.com/TrinityCore/TrinityCore/pull/20709 (cherry picked from commit afa891d04d90189c9eeef49b4fd00f95936c540d)
2021-04-15DB/Quest: The Mark of Vashj/The Cudgel of Kar'deshKillyana
Closes #21070 Closes #21069 (cherry picked from commit 99cc4bb525abee4007d2313526226abfe641cba2)
2021-04-15Core/Creature: implement school immunity for creatures in creature_template ↵Wyreth
(#20709) (cherry picked from commit ae878e18ef121b7b1960f40f2b0f99debd2155d8)
2021-04-15Scripts/Commands: Add failure state for quest remove (#20611)Andrew Letson
Add more verbose messaging to the .quest remove command (cherry picked from commit 1cedcf0bf349581b6fff210e4c325e25b51ccf0c)
2021-04-15Core/Unit: make neutral guards attack players involved in PvPLéo Gautheron
Fix https://github.com/TrinityCore/TrinityCore/issues/17635 (cherry picked from commit e96cf0b2426068947864a36eaece2a9312c0e48e)
2021-04-14Core/Spells: Fixed spell channel object selectionShauren
Closes #21227
2021-04-13Core/Cheats: Power - set max power on all powers initially + on regenerate ↵Matan Shukry
(#26235)
2021-04-12Scripts/Spells: Removed facing requirements from penance healing componentShauren
2021-04-12Spells/Scripts: Updated Gift of the Naaru scriptMatan Shukry
Closes #22468
2021-04-12Core/Auras: FIxed paladin aura stackingShauren
Closes #26125
2021-04-12Core: Fix linking with gcc 8.3Shauren
2021-04-11Core/Quests: Show quest details windows if there's only one quest in gossip ↵Matan Shukry
menu, even if questgiver doesn't have gossip npc flag (#26094)
2021-04-11Core/Spells: Fixed multiple druid's spells (#26223)Matan Shukry
* Tooth And Claw proc correctly (was incorrect attribute) * Tiger Dash will now transform to cat * Travelform doesn't require learning riding skill * Aquatic Form only useable if player has the spell (passive at level 17) * Doesn't allow stag form inside water * Bristling Fur will generate rage based on max rage * Now also removing prowl when cat form is removed
2021-04-11Script/Spells: shaman spell fixes (#26192)Matan Shukry
* Flametongue Weapon * Tremor Totem * Healing Stream Totem * Liquid Magma Totem * Healing Rain
2021-04-10SQL: Fix copypasteShauren
2021-04-10Core: Updated allowed build to 9.0.5.38134Shauren
2021-04-10Core/Spells: Update spell cast result enums to 9.0.5Shauren
2021-04-09Core/DataStores: Updated db2 structures to 9.0.5Shauren
2021-04-09Core/PacketIO: Updated packet structures to 9.0.5Shauren
2021-04-06Core/PacketIO: Use new time utilities in packets instead of plain time_t/uint32Shauren
2021-04-06Core/PacketIO: Add new time related utility classes for conversion from ↵Shauren
time_t/std::chrono types
2021-04-06SQL: Add missing `updates` entryShauren
2021-04-06Core/Criteria: Use std::chrono type for CriteriaHandler::SendCriteriaUpdateShauren
2021-04-06Core/Groups: Use std::chrono type for Group::m_readyCheckTimerShauren
2021-04-05Core/Misc: Change all unix time columns in character database to bigint (signed)Shauren
2021-04-05DB/Class: Update paladin player_classlevelstatsfunjoker
2021-04-02DB/Class: Update warrior player_classlevelstatsfunjoker
Note: Data taken from retail
2021-03-29DB/Graveyard: Graveyard of Kultiras and ZandalarAokromes
closes #23925 by @osleyder85
2021-03-28Core/Spells: Implemented SUMMON_PROP_FLAG_PERSONAL_GROUP_SPAWNShauren
2021-03-28Core/Spells: Add missing privateObjectOwner support to Spell::SummonGuardianShauren
2021-03-28Core/Objects: Pass privateObjectOwner guid directly to SummonCreature functionsShauren
2021-03-28Core/Objects: Refactor private object checks into separate functionShauren
2021-03-28Core/Objects: Move personal summon handling from TemporarySummon/GameObject ↵Matan Shukry
to WorldObject and check it using dedicated guid field
2021-03-28Core/Players: Fixed regenerating powers with CenterPower regen (#26308)Matan Shukry
2021-03-28Core/Maps: Refactor duplicated code from all ***CellRelocation and ↵Matan Shukry
CheckGridIntegrity into single templated function (#26231)
2021-03-28Core/Loot: Properly clear tracked looted objects with item lootShauren
Closes #22538
2021-03-28Core/Spells: Implement SPELL_EFFECT_TELEPORT_TO_RETURN_POINT (#26217)Matan Shukry
2021-03-27Core/Vehicles: Named new vehicle seat flag B - passenger mirrors animsСмердокрыл
Closes #23982
2021-03-27Core/Auras: Prevent recursive infinite loops with spell mod auras affecting ↵Matan Shukry
each other (#26165)
2021-03-27Core/Auras: Corrected logic used to determine if a spellmod should affect ↵Shauren
another spell, empty family name or class mask should not apply to any spell
2021-03-25Core/Script: Implement CalcCritChance hooks for spell and aura scripts (#26116)Robingad
(cherry picked from commit AshamaneProject/AshamaneCore@4e0a3f43430342ffe94afa90d2275515d1bf3924)
2021-03-25Core/PacketIO: Fixed building SMSG_UPDATE_OBJECT for array fields sharing ↵Shauren
the same initial bit index after ClearChanged was called on one of them
2021-03-24Core/Spells: Defined and implemented new spell interrupt flagsShauren
2021-03-24Scripts/Spells: Implemented druid eclipse system (#26090)Matan Shukry
2021-03-23Core/Scripts: Implemented new aura script hook OnEnterLeaveCombatMatan Shukry
2021-03-21Core/Units: Corrected values of UnitData::Resistances (should be total value)Shauren
2021-03-21Core/Auras: Implemented aura to increase armor by percentage of primary statMatan Shukry
2021-03-21Core/Players: Added Player::GetPrimaryStat retrieving intended primary stat ↵Shauren
for current specialization
2021-03-21Core/Auras: Defined one more aura type SPELL_AURA_ALLOW_INTERRUPT_SPELL (484)Shauren