aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-09DB/GameObject: Remove wrong spawnsKillyana
For 3.3.5 Only Don't push this to any other branch
2019-04-09DB/Fishing: Fix quest loots in The Underbelly and The Violet Hold (Dalaran)Killyana
2019-04-09DB/Fishing: Add some missing loots and define base level fishing for GundrakKillyana
2019-04-08DB/Gossip: Vinchaxa, Servant of the Hand & Rin'wosho the TraderZenoX92
Closes #23171
2019-04-08DB/Quest: MistZenoX92
Closes #23170
2019-04-08DB/Creature: Nefarian's Troops textKillyana
Used when the last egg on Razorgore the Untamed encounter is destroyed and the control from the orbs ends, all adds must run to the entrance of the room and despawns Thanks to offl for the information
2019-04-08DB/Fishing: The Obsidian SanctumKillyana
2019-04-08DB/Creature: Nefarian's TroopsKillyana
No Idea why the position is weird, or for what purpose is used
2019-04-07DB/Conditions: Fix spell click conditions for Argent SkytalonKillyana
2019-04-07Dep/Recast: Update recastnavigation to ↵jackpoz
https://github.com/recastnavigation/recastnavigation/commit/54bb0943e5174a71eeeca11919920f685760a4f0
2019-04-07Core/Spell: Move a log to categoryAokromes
2019-04-07Core/Movement: Fix some undermap issues with random movement/fear/blink (#22937)Jeremy
* Core/Movement: - Only move to point if there is a path that is not a shortcut (which will make the unit move through terrain) - Added new function to check if there is a vmap floor without search distance - Units that can fly, are underground but far above the vmap floor will stay underground (bronze drakes in tanaris) - Don't remove PATHFIND_SHORTCUT from path type in some cases * Core/Object: Ignore UpdateAllowedPositionZ for flying units. - This will make flying units go through mountains instead of going to the top and back to the bottom to reach you. * Core/Object: Revert some changes and let MovePositionToFirstCollision deal with a position without ground * Missing groundZ change for objects on transport * use CanFly instead of IsFlying
2019-04-07Core: VehicleJoinEvent crash fix (#23136)PolarCookie
2019-04-07DB/Creature: Blackwing Orb TriggerKillyana
2019-04-07DB/Creature: Tortured DrakeKillyana
2019-04-07DB/Creature: Add some missing Feast of Winter Veil npcsKillyana
2019-04-06DB: Fix some pooling related to eventsKillyana
Closes #21132
2019-04-06Core/Objects: use the actual collision height of players and creatures to ↵Ovah
get more accurate liquid status results (#23070)
2019-04-06DB/Creature: Coldmine Explorer (Cosmetic)Killyana
2019-04-05DB/Creature: Add some missing spawnsKillyana
2019-04-05Core/GameEventMgr: Log error if loading GO/Creature into event that is part ↵r00ty-tc
of pool - Only warn, still load the GO/Creature - These should be added to game_event_pool by pool ID instead
2019-04-05Core/Database: Correction for later MariaDB versionr00ty-tc
- Removed unused define CR_INVALID_CONN_HANDLE which was removed entirely in more modern MariaDB versions
2019-04-05Core/Trainers: Fix DB error logKillyana
Closes #23167
2019-04-04DB/Quest: King of the FoulwealdKillyana
2019-04-04DB/Creature: Onyxia TriggerKillyana
2019-04-04DB/Creature: Monster Generator (Blackwing)Killyana
2019-04-04DB/Creature: SharksKillyana
2019-04-04DB/SAI: Nathanos BlightcallerKillyana
Add Summon Conquered Soul ability
2019-04-04Core: Remove wrong emotes played in combatKillyana
Ref #23152
2019-04-04Core/Scripts: Fix Blood summon position (#23088)Gustavo
* Core/Scripts: Fix Blood summon position Updates #13162
2019-04-03Core/Misc: Warning fixes (/W4) (#23149)Gustavo
* Core/Misc: Warning fixes (/W4)
2019-04-03DB: typoKillyana
2019-04-03DB/Reputation: Fix quest reputation rewards for Sporeggar and KurenaiPolarCookie
Closes#20600
2019-04-03DB/Loot: Withered BasidiumPolarCookie
Closes #23156
2019-04-03DB/Loot: Bog Lord Tendril Drop ChancePolarCookie
Closes #23155
2019-04-03DB/Quest: Nagrand quest factionPolarCookie
Closes #23154
2019-04-03DB/Quest: Zangarmarsh Cenarion Friendly requirementsPolarCookie
Closes #23153
2019-04-03DB/Quest: Zangermarsh quest factionPolarCookie
Cloes #23151
2019-04-03DB: TypoKillyana
2019-04-03DB/Quest: A Plague Upon TheeKillyana
2019-04-02DB/Quest: Gearing Up To RideKillyana
Whistle of the Venomhide Ravasaur retrieving
2019-04-02Core/Misc: Fix static analysis issuesjackpoz
Fix static analysis issues spotted by Coverity Scan
2019-04-02Core/Misc: Fix static analysis issuesjackpoz
Fix static analysis issues spotted by Coverity Scan
2019-04-02Add missing fcloseShauren
(cherry picked from commit a71d4b70ff8329878967652b131ce811ad699aa6)
2019-04-02DB/Creature: Fix Murlocs spawns in Azuremyst Isle and Bloodmyst IsleKillyana
2019-04-02DB/Creature: Respawn Azuremyst Isle properlyKillyana
2019-04-01DB/Creature: Ravager SpecimenKillyana
2019-04-01DB/GameObjects: Granite BoulderKillyana
2019-04-01DB/Creature: Deranged Explorer & Iron Rune LaborerKillyana
2019-03-31Core/Misc: Fix GCC 8 warningsjackpoz