| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-13 | DB/Loot: add missing column name to 2018_02_13_00_world_335.sql | tkrokli | |
| Error message upon loading the original file into DB: - ERROR 1136 (21S01) at line 6: Column count doesn't match value count at row 1 Closes #21407 | |||
| 2018-02-13 | DB: Add a missing action_param to the previous commit | Killyana | |
| Gobs always requires respawn time with the action 41, otherwise they will never respawn | |||
| 2018-02-13 | SAI/Quest: Sabotage | Killyana | |
| Closes #20881 | |||
| 2018-02-13 | DB/Loot: Reference template 24064 corrections | Teppic1 | |
| Closes #21385 | |||
| 2018-02-12 | Core/Movement: fe1ba18905 followup | ccrs | |
| ref https://github.com/TrinityCore/TrinityCore/commit/fe1ba1890540283b8d330fe98b96770fe372ba8d#r27507316 plus I noticed a logic error on speedchange call | |||
| 2018-02-12 | Core/Spells: fix Vampiric touch dispel effect inheriting damage done pct twice | ariel- | |
| 2018-02-12 | Core/Scripts: fix Tenacity Aurascript (target is null on UpdatePeriodic) | ariel- | |
| - also aura amount increases with stack so we lose spellid info, calculate it from basepoints directly - aura should be SPELL_AURA_MOD_HEALING_PCT instead of SPELL_AURA_MOD_HEALING_DONE_PERCENT (ie taken instead of done, confusing names) | |||
| 2018-02-12 | Core/Unit: kill unused parameter from SpellxxxBonusTaken | ariel- | |
| 2018-02-12 | Core/Scripts: remove Tenacity hack, implemented with proper aura | ariel- | |
| 2018-02-12 | Build fix (unused parameter 'stack' in Unit.cpp) | tkrokli | |
| Ref. commit 4d14f613f3d0dc579e2ca4b8dead65ac6e43965d | |||
| 2018-02-12 | Archaedas should properly start now when clicking on the altar. (#21401) | Wilcalaf | |
| 2018-02-12 | Core/Unit: corrected calculation for ↵ | ariel- | |
| SPELL_AURA_MOD_DAMAGE_TAKEN/SPELL_AURA_MOD_HEALING auras - Spell bonus calculation and penalty was done twice, but it's simply flat +SP, which should be taken into account before other bonuses - Fixed missing code from SpellDamageBonusDone/SpellHealingBonusDone and killed multiplication by stack amount twice for default coefficient spells (already multiplied on level penalty) | |||
| 2018-02-12 | Core/Spells: implemented SpellPriority field from SpellEntry to cleanup ↵ | ariel- | |
| charged mod proc behaviour - Only one charged mod will be consumed per SpellMod apply, and it'll be compared against other mod priority - This is proper way of handling Backdraft/Backlash and Deathchill/Killing Machine Thanks to killerwife for info | |||
| 2018-02-12 | Core/Scripts: fix nopch build mk II | ariel- | |
| 2018-02-12 | Core/Scripts: fix nopch build | ariel- | |
| 2018-02-12 | Core/Spells: add log on load about improper use of attribute ↵ | ariel- | |
| PROC_ATTR_REQ_SPELLMOD | |||
| 2018-02-12 | Core/Spells: implement SPELLVALUE_CRIT_CHANCE and ↵ | ariel- | |
| SPELL_ATTR4_INHERIT_CRIT_FROM_AURA Closes #18813 | |||
| 2018-02-12 | Core/Spells: calculate crit chance only for spells that do damage/healing | ariel- | |
| Refs #18813 | |||
| 2018-02-12 | Scripts/CoT4: Stratholme Residents should no longer rudely interrupt Arthas ↵ | Treeston | |
| by punching him in the face while he's giving a righteous sermon on his reasons for wiping them all out. | |||
| 2018-02-12 | Core/AI: EscortAI init logic moved from JustAppeared to InitializeAI. There ↵ | Treeston | |
| are no escort NPCs using compatibility mode anymore, so this is equivalent. As a result, inheriting scripts calling Start in on-create hooks (like JustSummoned) will now work properly again. Tagging #20310. | |||
| 2018-02-12 | Revert "Scripts/ScarletEnclave: fix Massacre at Light's Point mine cart ↵ | Treeston | |
| escort to work again (tag #20310)" This reverts commit 6ff71dffbb774b8ea715053cd9223edc5c67bb0f. | |||
| 2018-02-12 | Scripts/AzjolNerub: Hadronox is a big spider mommy, and needs more room to ↵ | Treeston | |
| pet her spider pets properly. Hopefully this'll reduce the number of evades happening during the encounter. Tag #20310. | |||
| 2018-02-12 | Scripts/ScarletEnclave: fix Massacre at Light's Point mine cart escort to ↵ | Treeston | |
| work again (tag #20310) | |||
| 2018-02-12 | DB/Quest: fix Territorial Trespass SmartScript to use proper target type ↵ | Treeston | |
| (tag #20310) | |||
| 2018-02-12 | Core/Movement: WaypointMovementGenerator cleanup | Treeston | |
| 2018-02-12 | Core/Movement: Creatures' idle movement generator can no longer override ↵ | Treeston | |
| player mover control. Tagging #20310, partial fix. | |||
| 2018-02-11 | Core/Scripts: implemented Combined Toxins proc only from poisons | ariel- | |
| 2018-02-11 | Core/Auras: fix periodic ticks proc after previous commit | ariel- | |
| 2018-02-11 | Core/Spells: require phasemask set for periodic damage procflag | ariel- | |
| Closes #21379 | |||
| 2018-02-11 | DB/Spell: fix Unstable Affliction and Vampiric Touch dispel double dipping ↵ | ariel- | |
| from SP Closes #21393 | |||
| 2018-02-11 | Core/Player: Add some asserts | jackpoz | |
| Assert PlayerInfo for race/class pair in a few Player functions | |||
| 2018-02-11 | Scripting/Obsidian Sanctum: Fix crash | jackpoz | |
| Fix crash caused by calling Reset() in constructor (which is not allowed) | |||
| 2018-02-11 | Whitespace cleanup in Transaction.cpp | Jildor | |
| Removing white space after commit 54b0b8f5ead41f936b12e97d1b4fbacd9b89ab53 | |||
| 2018-02-11 | Update characters_database.sql | Aokromes | |
| 2018-02-10 | DB/SAI: Mire Hydra | Killyana | |
| 2018-02-10 | DB: Fix some DB errors | Killyana | |
| Ref https://github.com/TrinityCore/TrinityCore/commit/3acd9a7c4f7f4372b27f0e1a15c18b00435c9a03 | |||
| 2018-02-10 | Shared/Database: Improve dead-lock error handling | jackpoz | |
| Improve dead-lock error handling in async transactions by retrying the transaction for up to 60 seconds instead of just 5 times | |||
| 2018-02-09 | DB/Creature: Arcatraz Sentinel | Killyana | |
| Updates #21156 | |||
| 2018-02-09 | Scripts/Instance: Transition Gnomeregan to boss states (instance spawn group ↵ | Treeston | |
| prep) | |||
| 2018-02-09 | Scripts/Icecrown Citadel: Fixed Sindragosa spawn after grid unload | Keader | |
| ty sirikfoll :) | |||
| 2018-02-09 | Game/AI: InvalidAIException internal cleanup | Treeston | |
| 2018-02-08 | Core/Spells: remove 'Vanish Purge' hack, the spell is present on DB and is ↵ | ariel- | |
| copy of one in vanilla DBC Thanks to killerwife for the heads-up | |||
| 2018-02-08 | DB: Fix the previous commit | Killyana | |
| 2018-02-08 | DB/Creature: Remove Tamed Sporebat spawns, summoned as pets by other npcs | Killyana | |
| 2018-02-08 | DB/Gossip: Zorbin Fandazzle | ZenoX92 | |
| Closes #21369 | |||
| 2018-02-08 | DB/Quest: Zapped Giants | ZenoX92 | |
| Closes #21370 | |||
| 2018-02-08 | DB/Quest: Weapons of Spirit | ZenoX92 | |
| Closes #21371 | |||
| 2018-02-08 | DB/Misc: Feralas Quest Emotes (Horde) | ZenoX92 | |
| Closes #21372 | |||
| 2018-02-08 | DB/Quest: Tran'rek (breadcrumb quest) | ZenoX92 | |
| Closes #21373 | |||
| 2018-02-08 | DB/SAI: Living Storm, Land Rager & Gusting Vortex | ZenoX92 | |
| Closes #21376 | |||
