| Age | Commit message (Collapse) | Author |
|
Issue added in 88137c07b932ab5199c79a1d4f9d6246dac21e9e
|
|
GetCreatureEntry/GetGameObjectEntry ZoneScript hooks
(cherry picked from commit b0c4268a6b0ed1fffeb51c7542c7991399b18284)
Conflicts:
src/server/game/Entities/GameObject/GameObject.cpp
|
|
Minor fixes for 6.x
(cherry picked from commit 0cf02097414ddf7a370bd2efef5b892616e8de93)
Conflicts:
src/server/bnetserver/Main.cpp
src/server/game/Battlegrounds/Zones/BattlegroundBFG.h
src/server/game/Battlegrounds/Zones/BattlegroundTP.h
src/server/game/Chat/Channels/Channel.h
src/server/game/Entities/Player/Player.h
src/server/game/Quests/QuestDef.h
src/server/scripts/OutdoorPvP/OutdoorPvPNA.h
src/server/shared/Cryptography/SHA256.h
|
|
Coverity defect IDs: 1023115
|
|
Coverity defect IDs: 1022861, 1022862, 1022863, 1302435, 1302439, 1302440
|
|
DB/Quest: No Mere Dream
|
|
closes #11252
|
|
by @ManuFe and @Rushor; closes #12336
In the existing source, the rooting aura is removed after the explosion,
therefore the knockback effect does not work because the player is still rooted.
By swapping these 2 lines, the aura is removed, then the explosion happens.
Result: rooting is removed before the knockback effect is cast on the player.
|
|
Fixed some issues with PR #14157
|
|
closes #14688
|
|
(cherry picked from commit f85605b5f78f73c53a56874161155416b64ec078)
|
|
Closes #14560
Thanks @Mack36
(cherry picked from commit 6d12297ffa4ce33db5513937852d151917085d23)
|
|
|
|
(cherry picked from commit 48ee1f003347910a48183f768501c1080fc40269)
Conflicts:
src/server/game/Entities/Object/Object.cpp
src/server/game/Entities/Object/Object.h
src/server/game/Spells/Spell.cpp
|
|
Port Core/Spells: Cooldown updates (6.x branch)
|
|
|
|
Fix doors opening/closing during Dreadscale fight by sending a CloseDoor command instead of toggling the door state when Dreadscale resets its movement.
Note that bounding the door state to boss movement makes poor sense and should be changed. Other bosses in ToC have this logic and should be updated if they show the same bug.
|
|
* Fix tower count being set to 0 once the first tower is destroyed due to bad logic
* Prevent towers from reducing counter twice (caused by event being sent twice by the gameobject when destroyed)
|
|
* Moved scripts to other source file instead of having them on the instance cpp
* Removed magic number, use of DoAction instead of SetData to do the yelling
* Added spellscript for Remove Kargath's Executioner
* Saved victim GUIDs in instance script instead of checking nearby area
* Returning position as const-reference (by Naios)
|
|
by @danlapps; closes #1524
Thanks to WoW-Studio@0aa81ca for doing most of the work
Thank to @Killyana for SQL walkthrough
Thanks to @Rushor for doing most of the converting work,
Thanks to @Nyeriah for pointers to solutions for all the errors
Thanks to @MitchesD for pointing out missing codestyle and errors
Thanks to @ccrs for supplying the ObjectAccessor lines
Thanks to @DDuarte for making me understand the changes
|
|
after Malygos' demise
|
|
Fix crash in Violet Hold happening when crystals were activated without killing trash mobs.
Crash added in cba6515acb5820af5df6b77855464c29062b8c44 and f4531c5a582cae24d4d136035074d8da7e5bdad7 .
Closes #14629
|
|
Coverity defect IDs: 1296295, 1296294
|
|
|
|
|
|
|
|
- Fixup Boss Ironaya
- Add the freeze animation for minions and archaedas
- Fix attack target for minions who wake up
|
|
|
|
|
|
|
|
Shattered Halls: Revamped instance script
|
|
IN_PROGRESS once it starts, instead of when Brann's escort starts
|
|
damage is taken during event
|
|
|
|
extend the output to display the offline members of the group also.Atm if members are offline no info is displayed.
Note: all the new code is mostly copy/paste from ".group list <playername>" command.
|
|
(cherry picked from commit d74e0d823d96df02822005e7165139b2bf1709de)
|
|
10884, 9524, 9525
|
|
Core/Spells: Cooldown updates
Updates #14418
|
|
Make quest NPC target player character to say the actual name instead of $n
Idea by @DDuarte
Final solution found in similar escort quests.
(Example script: npc_kayra_longmane in zone_zangarmarsh.cpp)
|
|
[Quest] Kodo Roundup
|
|
As explained by @dr-j in 6b846a4e290097cde39f02a2f9a5be34cd06a65d
|
|
|
|
|
|
As explained by @Killyana in https://github.com/TrinityCore/TrinityCore/issues/4458#issuecomment-90061073
|
|
|
|
|
|
(cherry picked from commit 8476c2ac5a3cad03bc26b12fcc8b3f4f32854b65)
|
|
(cherry picked from commit b948a4275e90c59db2599a1961937d62f17736ce)
Conflicts:
src/server/scripts/Kalimdor/Firelands/boss_alysrazor.cpp
src/server/scripts/Kalimdor/zone_tanaris.cpp
src/server/scripts/Maelstrom/Stonecore/boss_slabhide.cpp
src/server/scripts/OutdoorPvP/OutdoorPvPZM.h
src/server/scripts/Spells/spell_mage.cpp
src/server/scripts/Spells/spell_paladin.cpp
|
|
Coverity defect IDs: 1227510, 1227434, 1023036, 1062426, 1062425, 1062424, 1062423, 1062422
|
|
Coverity defect IDs: 1267938, 1267937, 1267933, 1267932, 1267929
|