aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-27Core/Spells: Fixed downranking coefficient penalty formulaShauren
Closes #21318
2018-01-26Revert "Core/SmartAI: Remove duplicate OnReset() call"ccrs
This reverts commit 42c9289be36af9bc0c56ded0c296e058e862a349.
2018-01-26DB/Quest: Territorial TrespassKillyana
Ref #20771
2018-01-26Core/SmartAI: Remove duplicate OnReset() callsirikfoll
It is already called for every creature in SmartAI::InitializeAI(), removing the one from SmartAI::JustAppeared to keep as much as possible of the old behavior, because JustAppeared is called on the next tick after InitializeAI Closes #20881 Closes #20771
2018-01-26Scripts/Spells: Fixed Nature's Guardian proc (#21314)Keader
2018-01-25DB: Rename 2018_01_25_03_world.sqlKillyana
2018-01-25DB/SAI: Searing GorgeZenoX92
Closes #21307
2018-01-25DB/Quest: Set Them Ablaze!ZenoX92
Closes #21306
2018-01-25DB/Quest: The Key to FreedomZenoX92
Closes #21305
2018-01-25DB/Quest: The Torch of RetributionZenoX92
Closes #21304
2018-01-25DB/Conditions: Kalaran WindbladeZenoX92
Closes #21303
2018-01-25DB/Gossip: Samuel Hawke, Rutherford Twing, Illiyana Moonblaze & Kelm HargunthZenoX92
Closes #21302
2018-01-25DB/Gossip: Fallen Hero of the HordeZenoX92
Closes #21301
2018-01-25DB/Gossip: Primal TorntuskZenoX92
Closes #21300
2018-01-25DB/Gossip: Call to Arms! (Gameobject)ZenoX92
Closes #21299
2018-01-25DB/Conditions: Master Smith BurninateZenoX92
Closes #21298
2018-01-25DB/Quest: The End of the Deserters (11134) - fix quest credit castZenoX92
by ZenoX92 Closes #21293
2018-01-25DB/SpawnGroup: Instance spawn group data for Tempest Keep: The Eye and ↵Treeston
Hellfire Citadel: Ramparts. (also some minor adjustments to command output for convenience)
2018-01-25Misc: assert -> ASSERTTreeston
2018-01-24Scripts/Commands: new command '.debug instancespawn'Treeston
2018-01-24DB/SpawnGroup: Forge of Souls + Pit of SaronTreeston
2018-01-24DB/Creature: Apothecary KeeverDr-J
Updating my previous script for this as my prior work was no longer working as intended, was no longer in sync with spawn of caged human and when this changed to squirrel, toad, rabbit, sheep only the name of the npc changed the the appearance never changed, deleting the permament spawn of caged human Apothecary Keever after he casts the teleport spell
2018-01-24Core/Spell: killed deprecated code which randomly changed powercost for ↵ariel-
missed spells Added in 80d3cd43f65e4e7cecfdd17e53c6a4542ddc4e40 Closes #5954
2018-01-24Core/Scripts: reverted Auriaya spell script logicariel-
Thanks Shauren for spotting it
2018-01-24DB/SpawnGroup: Spawn group data for VoA and GundrakTreeston
2018-01-24Core/Player: only call _ApplyWeaponDamage for actual weaponsariel-
Closes #21308
2018-01-23DB/Spell: remove hacky, ancient serverside spellariel-
Added in a687c867e9127f816c6ffde36000f6e2474f80e7, back when proc cooldown handling was way different
2018-01-23DB/Spell: Fix Lifebloom coefficientariel-
Closes #21297
2018-01-22Core/Misc: fix some /W4 warnings and some reported by GCC 6.3ariel-
2018-01-22Core/Entities: killed Creature::SetInCombatWithZone and replaced with AI versionariel-
Closes #12108 (again)
2018-01-22Core/Entities: don't allow client control if player is still affected by any ↵ariel-
lose of control state
2018-01-22Core/PlayerAI: perform cast checks on auto ranged attackariel-
Closes #19928
2018-01-22Core/Unit: fixed Global cooldown cancelation on spell interruptariel-
Thanks to Nyeriah for the heads up
2018-01-22Core/Formations: update codestyle and fix crashariel-
Closes #21288
2018-01-21Core/Spells: fix Spirit of Redemptionariel-
- Who would have suspected GetAuraEffect (iconId override) did a check against null spellfamilyflags? - Remove mirror timers hack (triggered spell already allows underwater breathing)
2018-01-21Core/Misc: 2 comment corrections in Language.htkrokli
- comments adjusted to match the unordered enum LANG_DO_NOT_USE_6X_DEBUG_AREATRIGGER_LEFT
2018-01-21Core/Misc: Revert LANG_DO_NOT_USE_6X_DEBUG_AREATRIGGER_LEFT change from ↵Shauren
ba5f6a861652f522dd10fbe31f5e25272a3cd237 * It may be out of place but at least matches db value and matches master branch
2018-01-21Core/Misc: corrections and indentations in Language.htkrokli
- corrected the comment "1205-2002 - free" to "1205-1999 - free" - increased the main indent by 2 spaces to get more lines aligned - corrected the enum LANG_DO_NOT_USE_6X_DEBUG_AREATRIGGER_LEFT from 1999 to 1199 Ref. commit 5f541491074765a346c7d0a83edb5f1fbf9240b1
2018-01-21DB/Creature: set correct 3.3.5a faction for Argent Guard Thaelridoffl
- he was incorrectly set up with faction 80 (Darnassus), a Cataclysm value - he should now be able to hand out quest ID 6561, Blackfathom Villainy. by offl Closes #21287
2018-01-21Core/Unit: Remove a superfluous threat state update in SetPhaseMask.Treeston
2018-01-21Scripts/Outland: Fix logical error in Hellfire event in Honor HoldKittnz
2018-01-21Core/Battleground: Dropped battleground texts from trinity_string and ↵joschiwald
replaced them with proper BroadcastText (cherry picked from commit ed318fdc461ce9ad462c69a0b9f6c572c8c962a5) Fixed nopch build (cherry picked from commit 6eff69818b17d68862aac609cf211ccd802e3afa) Fixed nopch build again (cherry picked from commit 3039f4bf86bda5d9fd2c50d6ae71fcb9d10eb185)
2018-01-21Core/Threat: Assistance threat (healing, buffs, etc.) is now properly split ↵Treeston
(instead of copied) between all creatures threatened by the action. Thanks to Foereaper for help with testing, and my apologies to healers everywhere. (No apologies for charm AI though. You deserve that one.)
2018-01-21Core/Threat: Passive creatures now properly become engaged when adding an ↵Treeston
offline threat entry. Fixes RoS and Thaddius, maybe more. Closes #21269.
2018-01-20Core/Scripts: fix wrong uses of SetHitDamage hook.ariel-
This hook modifies damage AFTER it has been reduced by target auras/armor/resistances etc, it's useful if you want to scale damage by a factor, but not to add flat bonuses. We're fixing those by moving calculation to Launch phase, where target taken bonuses haven't been used yet. - Bronjahm: Magic's Bane - BPC: Shadow Prison - Oculus: Shock Lance - Ymiron: Dark Slash (extra fix, it was wrongly damaging half of total health, it's supposed to be half of CURRENT health!) - DK: Raise Ally Thrash spell (also extra fix: corrected formula) - Warrior: Bloodthirst (shouldn't matter much as it's damage class none and those don't get bonuses by default) - Warrior: Concussion Blow - Warlock: extra fix for Haunt, healing part shouldn't scale with spell power Closes #9560
2018-01-20Core/Scripts: fix Wild Growth losing info about caster bonusesariel-
Closes #21281
2018-01-20DB/Quest: A Rough Ride & The Black Knight's Orderstje3d
Closes #21248 Closes #21249
2018-01-20Core/Unit: fixed Lava Burst crit when Flame Shock is present on targetariel-
Closes #21268
2018-01-19Scripts/Utgarde Keep: Fixed Ingvar evade in phase 2 (again)Keader
Closes #21264
2018-01-18Core/Auras: fixed EquippedItemClass checkariel-
follow-up to 29c3b7d8f60c18e52ec22fec6de9abc3dc468166