Age | Commit message (Collapse) | Author |
|
|
|
1) doAddThreat call instead of AddThreat. ThreatCalcHelper shouldnt be called. Otherwise, the value of the threat that will be added to the caster will be multiplied by a threatModifier (about 1.6)
2) Taunt should give the caster the same threat as the one in the top of the list. If player A has aggro with 1000 threat, player B has 1050 threat and if player C taunts, player C should have 1050 threat after the taunt and not 1000 (the difference can be much bigger with ranged players).
|
|
(cherry picked from commit d4deb17a2f94d06b7eab232b90e874fa58675b36)
|
|
world states for Wintergrasp. This will fix issue #14913
|
|
DB/Characters fix auto updater
|
|
|
|
|
|
|
|
Update recast to https://github.com/memononen/recastnavigation/commit/1dd5cf1883d61e723fef3d4957cf758c50e7a52b
Fix 2 warnings.
These changes have no effect on MMAPs and it's not needed to re-extact them.
|
|
|
|
By Killyana, closes #14637
|
|
By Killyana, closes #1883
|
|
By Killyana, closes #1074
|
|
By Killyana, closes #12439
|
|
By MrSmite, closes #12474
|
|
By Killyana, updates #14730
|
|
|
|
|
|
Closes https://github.com/TrinityCore/TrinityCore/issues/14965
By Killyana
|
|
Closes #14962
|
|
related to #14780 and #14744
|
|
|
|
|
|
|
|
|
|
* Fixed Living Embers not spawning.
* Meteor Strike is now randomized.
(cherry picked from 1447875cac0fefd58ae3ad27e6b3fa2134a714c0)
Scripts/RubySanctum: Fix a mathematical mistake.
SQL: Do not use MAX(Id), hardcode it.
(cherry picked from 7a5bc9e1fe457f0c77cdfecefa5bd42525105c3e)
Scripts/RubySanctum: Correctly spawn Living Embers.
(cherry picked from 7c4b8b0e826fd1cdab8a635225123aebd1b950c6)
Scripts/RubySanctum: Remove duplicate code.
(cherry picked from 1d29328769d505caf4541b0d712972195dda8b70)
Core/Misc: Warning fixes
(cherry picked from dc53dad8a44292bcb555db9fdc07eb255a838cac)
|
|
Update README.md
(cherry picked from commit 4093eee19b511864f1049c8d2e9c34ab897f619c)
|
|
only if under a slow aura (SPELL_AURA_MOD_MINIMUM_SPEED can set the minimum speed higher than base speed)
(cherry picked from commit d2142ac380863716ecea6f4aa44f7e556e44dfd9)
|
|
* Parachute spell is now blizzlike
* Also restored "The battle will begin in 2 minutes."
(cherry picked from commit 8a4afad63ac97b39f6746d466f3166eeef62e711)
Conflicts:
sql/updates/world/2015_05_01_00_world.sql
src/server/game/Miscellaneous/Language.h
Rename 2015_05_01_00_world.sql to 2015_06_13_00_world.sql
(cherry picked from commit 74eeefa5be163a55489f91c05d7dfd1cb624c78d)
|
|
and renamed it to UpdatePosition
(cherry picked from commit 6e9ab38fcc9d2859393e452ef8630ee420783e47)
|
|
Update FindMySQL.cmake
(cherry picked from commit fb4a9823c41b31158f6b5d68fc2ffc1608051984)
|
|
CID 1288389 Operands don't affect result
(cherry picked from commit 47a119e4fa617319b283e7c3824241bc0b6775fb)
|
|
(cherry picked from commit b8c681c776d7918e7b3f2a89422509a87bcb5da2)
Conflicts:
src/server/game/Garrison/Garrison.cpp
src/server/game/Server/Packets/CharacterPackets.h
src/server/game/Server/Packets/MovementPackets.h
src/server/game/Spells/SpellInfo.cpp
|
|
Closes #14951
|
|
closes #14952 and #14953
|
|
|
|
|
|
Core/Scripts: Violet Hold, full rework
|
|
Make achievements, loot rolls, master loot at money loot instance-wide, removing the previous limit for 74.f yards
|
|
thanks @whoami
|
|
|
|
- Cyanigosa, Arcane Vacuum
- Ichoron, globules mechanic
- Moragg, optic link visuals
- Lavanthor, minor changes
- Zuramat, correctly implement void sentries
- Erekem, implement Windfury and correct management of Erekem Guards
- Script for the pre-event
Thx @ManuFe
|
|
by @Whoami
updates #14637
|
|
|
|
Core/Spells Add support for quest Torch Tossing/More Torch Tossing
|
|
Closes #14899
|
|
|
|
callback.
* makes it possible to block tasks if there is an active spellcast.
* requested by @joschiwald
|
|
* thanks @Aokromes for noticing
|
|
to be set to ALIVE before trying to AddAuras (which fails with different deathState than ALIVE)
Closes https://github.com/TrinityCore/TrinityCore/issues/4150
(cherry picked from commit 530074f453c568dc4065994ad908d3bfc7388534)
|