aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-15DB/SAI: Fix a typo in a previous commitKillyana
Ref https://github.com/TrinityCore/TrinityCore/commit/565cbed7bad6df759412e1d367423b074f4e1dd8
2018-03-15Core/Entities: don't skip immunity checks for positive spellsariel-
Closes #21626
2018-03-15Core/Conditions: reserve sourcetype valueariel-
2018-03-14Buildsystem: Separate strict database type checks from ↵Shauren
TRINITY_DEBUG/WITH_COREDEBUG option
2018-03-14Core/Player: properly clear m_items array when unequipping items from the bagariel-
- Also cleanup weapon damage ap mult when direct destroying a equipped weapon
2018-03-14Core/Entities: cleanup of weapon damageariel-
- ScalingStatDistribution/Value (ie heirlooms): apply bonuses in all cases, some calls used nullptr (like after disarm) and item wasn't regaining them - AP multiplier wasn't correctly reflected after unequipping a weapon - Correctly set base damages at unequip Closes #21610
2018-03-14Core/Entities: simplify and fix secondary damage calcariel-
Closes #21617
2018-03-14Scripts/Kalimdor: fix crash with Gordunni Trapariel-
2018-03-13DB/Quest: DB/Quest: The Flesh Lies...Killyana
Closes #21591
2018-03-13Core/Spells: fix issues with delayed spells and aurasariel-
- Was losing info of delayed targets due to remove_if move-assigning targets, it needs to be saved into delayed target vector before returning from lambda - Delayed auras applying on many targets are now handled gracefully Closes #21609 Closes #21612
2018-03-13Core/Spells: implemented 'Weakened Spirit' mechanic in Valithria Dreamwalkerariel-
- Debuff used to prevent multiple priests chaining 40% heal buff (Guardian Spirit)
2018-03-12Core/Spell: clear buffer from spell go before broadcasting it again without ↵ariel-
predictedpower flag
2018-03-12Core/Spells: only apply aura effects when needed. Fixes #21602ariel-
2018-03-12Core/Arena: Do not distribute points if the season is not in progress (#21600)Gooyeth
2018-03-12Core/Spells: fix Magic Rooster applying dummy aura with NO_TARGETariel-
Closes #21597
2018-03-12Core/Auras: fix nopchariel-
2018-03-12Core/Auras: fix auras apply on player when loading. Fixes Ghost aura flags ↵ariel-
and player deathstate Closes #21472
2018-03-12Core/Auras: cleanly remove linked auras when unapplying effectariel-
Closes #21588
2018-03-12Core/Spells: Fix some issues with channeled spells and aura duration modsariel-
Closes #21584
2018-03-12DB/SAI: Add an extra param "player only" for los_ooc eventKillyana
2018-03-11Core/SmartScripts: Code cleanupjackpoz
2018-03-11Core/SAI: Add event_parm5 "player only" for EVENT_OOC_LOS and EVENT_IC_LOSKillyana
Closes #21497
2018-03-11Core/GameObject: Fix linked traps not being despawned properly and remove ↵Killyana
deprecated code Closes #20159
2018-03-11DB/Gameobject: Fix phaseMask and spawntimesecs for cosmetic eggs used on ↵Killyana
Territorial Trespass Quest Ref #20771
2018-03-11Core/Unit: Guardians no longer enter combat before reaching the target (#19816)Keader
2018-03-11Scripts/Naxxramas: Fix an issue that could cause Sapphiron to stop using DrainTreeston
2018-03-10Core/Entities: fix creatures ignoring immune flags. Closes #21578 for realariel-
2018-03-10Core/Spell: fix LoS checks for GameObject spellsariel-
Closes #21580
2018-03-10DB/Creature: root training dummiesariel-
Closes #21513
2018-03-10Core/Spell: fix SendSpellMiss requiring caster Unitariel-
2018-03-10Core/Spell: fix target checksariel-
- Aura will be applied at last moment possible (after damage) to prevent regressions on #18395 - Partial revert of 9b38a6352c0fe2499de54fd769aa1c721a410bda as it wasnt handling correctly checks without spells Closes #21578 Closes #21579 Closes #21581
2018-03-10Scripts/Spells: Quest King of the Mountainsirikfoll
Added missing jump jets and battle standard visuals Added allowed area conditions for the vehicle Fixed Jumpbot's attack spell (thanks @keader for fixing the proc)
2018-03-10DB/Conditions: Remove wrong conditionKillyana
2018-03-10Core/CrashHandler: Fixed generating crash logs from CRT debug assertionsShauren
(cherry picked from commit abdf6479ddbf42c8b53cb943c54203211ceb0691)
2018-03-10DB/Misc: Death knights area rework part 10Killyana
Original work done by Grz3s on Cmangos
2018-03-10Core/Packet: nopchariel-
2018-03-10Misc: fix bad copyright headerariel-
2018-03-10Scripts/Spells: fix Hypothermiaariel-
2018-03-10Core/Spell: fix spell visual for other playersariel-
- Ported SMSG_SPELL_GO and SMSG_SPELL_START to new packet system
2018-03-10Core/Spells: register and apply individual aura effects on hit handlerariel-
- Remove area aura processing from spell system, they're fully handled by aura owner update now Closes #21577
2018-03-10Core/Spells: tweak 'neutral' spell positivityariel-
- Fixes Mind Control dummy self aura appearing as a debuff
2018-03-10Core/Spells: move m_preCastSpell logic to scriptsariel-
- Bad name because it was actaully executed after effects
2018-03-09DB/Gameobject: Remove deprecated game objectstkrokli
Follow-up to commit 33194a0ae6d5543119a15e18155f906ebf57eeea - Remove some gameobjects still remaining in gameobject & gameobject_addon
2018-03-09DB/Creature: Junior Apothecary HollandZenoX92
Closes #21574
2018-03-09DB/Quest: Improve some quest events (Part 3)ZenoX92
Closes #21576
2018-03-09DB/Quest: Rhapsody's Kalimdor KocktailZenoX92
Closes #21575
2018-03-09DB/Gameobject: Remove deprecated game objectsKillyana
2018-03-09DB/Creature: Ashtongue DeathswornZenoX92
Closes #21573
2018-03-09Core/Misc: nopch fixes, hopefully the lastariel-
2018-03-09Core/AI: nopch continuedariel-