Age | Commit message (Collapse) | Author |
|
(cherry picked from commit d74e0d823d96df02822005e7165139b2bf1709de)
|
|
Properly fix Coverity defect ID 1227434
|
|
Updates #7019
|
|
|
|
(cherry picked from commit f48b86fd8ad734855744e766109a543208fce454)
|
|
(cherry picked from commit 9c197e82a3b6742a7d2b521efe9cd9232e9ab8f1)
|
|
(cherry picked from commit 27923b8d8fc10b46f86a2419cf27e9c9f1a96be8)
|
|
(cherry picked from commit 62ff887236ad835f1353c415ae6baca6ac6b94b8)
|
|
(cherry picked from commit 64848856002a796e30b822d70a31087495084bfa)
|
|
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
|
|
vars and local stuff)
|
|
|
|
Core/LFGMgr: Fix crash in e743f4a479ce7ddd3f13d51ca1c19a591c803fc0
|
|
functionname to make more sense out of it), and adjust the remaining code slightly to accomodate that.
|
|
- Flying mounts that are not in the "SKILL_MOUNT"-tree and area-restricted can now be used properly (ex. 64749 - Loaned Gryphon).
- Remove isKnowHowFlyIn()-function (useless and deprecated since this is handled properly in the spellsystem).
Massive thanks to rat for extremely good help and support on fixing this (most of this is his work).
|
|
|
|
As explained by @Killyana in https://github.com/TrinityCore/TrinityCore/issues/4458#issuecomment-90061073
|
|
stuck in party when porting out of the instance.
If you find a better way or think this is wrong feel free to remove it or improve it.
|
|
(cherry picked from commit e7deae947c94eab04370b5bdaab059ac425d697d)
|
|
|
|
|
|
(cherry picked from commit cc4d79495f98006f77c68792b946a412f5e86714)
Partial cherry-picked.
Signed-off-by: Naios <naios-dev@live.de>
|
|
(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
|
|
(cherry picked from commit 573cda7b524ee4d7d23cefd026b056181f451a8b)
|
|
(cherry picked from commit 18acb9914a2ea8660b34bac13ea81b13a5ee9fe1)
|
|
* Fix some \W4 warnings about constructors.
|
|
* This are r-value references already.
* Thanks @Shauren for noticing
|
|
Implement CharSections.dbc and Serverside Checks.
|
|
(cherry picked from commit bed88e0dd475af5b73cea03821f7fb7cb9ddce9d)
Core/Networking: Fixed deadlock in HandlePing if the client is about to be kicked for overspeed pings
(cherry picked from commit 3da0f7e40920b652d2222fa88dbb4b516d24725d)
Core/Networking: Cleanup CloseSocket calls from read failures in WorldSocket
(cherry picked from commit 18343a7309fbf53a3509749c0a5ca1f8ea273c57)
Conflicts:
src/server/game/Server/WorldSocket.cpp
Ref #14474
|
|
Coverity defect IDs: 1227510, 1227434, 1023036, 1062426, 1062425, 1062424, 1062423, 1062422
|
|
|
|
Coverity defect IDs: 1267938, 1267937, 1267933, 1267932, 1267929
|
|
by @pete318, closes #12811
Fixes the remaining bugs in the "Kodo Roundup" quest in Desolace:
- removes combat status from creature 11627, Tamed Kodo
- sets normal walking speed as the creature's follow speed
- makes the Tamed Kodo stop at Scrabblescrew's Camp
- enables quest objective count 0/5 -> 5/5, quest complete
- SQL (by @tkrokli) links the missing gossip text in the DB
|
|
Coverity defect IDs: 1292769, 1292768, 1292765, 1292763, 1267939
|
|
Log the current LfgState of the target player when sending SMSG_LFG_QUEUE_STATUS packet.
|
|
Coverity defect IDs: 1292760, 1292761, 1292762, 1292771, 1292770
|
|
|
|
This reverts commit 22c0007b42e80fecd81eee53f856fd10decd5c05, reversing
changes made to 20bc2c51f668db245d6e360486ea8743c1887fac.
|
|
Scripts/HellfireRamparts: Vazruden the Herald - Improve Reset-/ Aggrobehaviour
|
|
Core/Spells: Fixed Sample satisfaction not entering combat
|
|
commit 16179f8
|
|
(cherry picked from commit 9ed21eb5b176986dd73c2a467e665fe449499155)
|
|
|
|
* also split it in ResetTimeDiffRecord() and RecordTimeDiff() to avoid passing of null values.
|