| Age | Commit message (Collapse) | Author |
|
Closes #15982
(cherry picked from commit 3685be2fb67cf9a6903b4f3aa55c20527330cce0)
|
|
- Removed 11 useless for iterations (for each quest loaded)
(cherry picked from commit 4a532a71b655945f394fecfe4a2177b2618a6d59)
# Conflicts:
# src/server/game/Quests/QuestDef.cpp
|
|
closes #16009
(cherry picked from commit b013eb1925276cde36dbcd765ee89aeecdcd21de)
|
|
* Removed some of the MoveInLineOfSight calls
* Added more AreaTriggerScripts
(cherry picked from commit ce90e30a80a742640396a04a767e767c6518a0a5)
|
|
|
|
- Fix missing yells
- Rearrange existing yells to match live
- Sniffed positions for adds
- Improve add respawn handling
- Make adds not fight the player for control (don't use their spells on their own etc.)
- Update adds' hotbar keys to match live (this will affect other creatures with nonsequential possess keys as well)
- Fix adds' movement when mind controlled, they no longer move automatically when right-clicking (this affects all mind-controlled creatures)
- Blizzlike timers
(cherry picked from commit 54d583b0fbb7ecfb97a731be21218bbb72d80b4d)
# Conflicts:
# src/server/game/Spells/SpellMgr.cpp
|
|
(cherry picked from commit 6d080d0c44b943fe93ad93b07a99d481975f9d58)
# Conflicts:
# src/server/game/Entities/Player/Player.h
|
|
- Improved Web Wrap target selection
- Added missing text
- Cleanup of web wrap positioning - two players will never be flung to the same position (25-man)
- Further improvement to web wrap spawn behavior - targetable web wrap now only spawns after the player has finished being flung to the respective position (blizzlike)
- Add additional web wrap positions (sniff)
(cherry picked from commit 5dd61633872fc40d83dfa13aa58a1c7de717c012)
# Conflicts:
# src/server/scripts/Northrend/Naxxramas/boss_maexxna.cpp
|
|
(cherry picked from commit b6942cd090f34196a7a633f05d48c92a344106a1)
|
|
Fix assertion triggered when entering a vehicle while channelling a shared vision spell.
Fix #15953
(cherry picked from commit 2cb54d5606109305194ed3cdb1b56ca62317b891)
# Conflicts:
# src/server/game/Entities/Player/Player.cpp
|
|
(cherry picked from commit 5b8b32dac7bd4071462aebdc94b2b3ae45e60b1e)
|
|
Add Unit::KillSelf() function as overload of Unit::Kill(this) . Use KillSelf() whenever the killer and the victim are the same to clearly state the Unit is going to kill itself.
(cherry picked from commit 3267c90102068ed88c0bd7146ae747fe8ba44771)
# Conflicts:
# src/server/game/AI/SmartScripts/SmartScript.cpp
|
|
cases when it has RemoveMode AURA_REMOVE_BY_DEFAULT
Closes #15930
(cherry picked from commit f8f815dbc3a9ba7ab7fd0700722e4c589e88edff)
|
|
(cherry picked from commit 1ddf44caf3b0c9af2cc4169b608f1801c2f6f52a)
# Conflicts:
# src/server/game/Quests/QuestDef.cpp
# src/server/game/Server/WorldSession.cpp
|
|
(cherry picked from commit bffaa92633937d220ab19f565faa5906995530a2)
# Conflicts:
# src/server/game/Entities/Pet/Pet.h
# src/server/game/Texts/CreatureTextMgr.cpp
|
|
(cherry picked from commit f1f4005ad8a17ea5fdd2b66f8ed3d0bd7c4c1efb)
# Conflicts:
# src/server/game/Entities/Unit/Unit.cpp
# src/server/game/Entities/Unit/Unit.h
# src/server/game/Handlers/GroupHandler.cpp
|
|
Hallowed Wand items should cast a transformation on party members.
by @DevRival, closes #3574
Before this patch, the following spells do not have any effect at all:
- 24717, Pirate Costume
- 24718, Ninja Costume
- 24719, Leper Gnome Costume
- 24720, Random Costume
- 24737, Ghost Costume
Details from testing on the current 3.3.5 branch (commit ecbbcc8):
- 24724 (Skeleton Costume) seems to work as intended
- 24733 (Bat Costume) only lasts 10 seconds instead of 60 minutes
- 24741 (Wisp Costume) also seems to work as intended
All the spells listed above are included in this PR.
(cherry picked from commit 3fdbcf18ae2eeb7a965a9b2dc4b7e22796aaceae)
|
|
(cherry picked from commit 3b90b0368a019d47911062da6257555e88d17fda)
|
|
- Reduce initial spawn timer on the encounter from 30 seconds to 5 seconds
- Rearrange respawn logic to fix the "petrified" visual from not showing properly
- Fix a potential infinite respawn loop that could prevent the encounter from initializing properly (fixes and closes #15898)
(cherry picked from commit bf9963039906f4b4df218ecc1818f5b01bcc714d)
|
|
By tkrokli, closes #15725
(cherry picked from commit 09b15428bc8854bd388d689e8ccf3ae9f9903d67)
|
|
(cherry picked from commit b5c12bd36f6d2e99ba4a94a1ba00de951a365f06)
# Conflicts:
# sql/updates/world/2015_11_20_00_world.sql
|
|
clang 3.6
(cherry picked from commit f01ef901efab7f5b705948880c79eaf23061791e)
|
|
Coverity scan defects CID 1339315, 1339316 and 1339317:
- CID 1339315: boss_thaddius.cpp: 542
- CID 1339316: boss_thaddius.cpp: 811
- CID 1339317: boss_thaddius.cpp: 398
Added missing break; statements.
(cherry picked from commit 95d6f09243af81e6e91697b05bac9f664dabd54e)
|
|
(cherry picked from commit 29feae5901c049ef2204d956e83cf20507bed37a)
|
|
|
|
|
|
- removed all old spawns and reinserted new valid spawns.
(cherry picked from commit 302623a1516e487ad64f2028aec287b99372e33a)
|
|
(cherry picked from commit 9e2330f5756917720685fe29c9a65da843227917)
|
|
* main/off hand weapons marked as such cannot be used as appearance source for one hand weapons but can take appearances of them
* Staves and polearms belong to the same category as 2H axes, maces and swords
|
|
now be transmogrified into each other
Closes #15475
Closes #15486
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Change from forums to GH Releases
|
|
|
|
Closes #16125
|
|
|
|
(cherry picked from commit 35aed8902a8b615635bcd0b6fdfe347b804b01c3)
|
|
8a0bbc386982612077e6f83f1816b02be757e371
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Core/PacketIO: SMSG_DESTRUCTIBLE_BUILDING_DAMAGE
|
|
|