aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-29Core/Pets: Add missing nullptr checkShauren
2020-09-29Core/Pets: Fixed crash happening when current pet is forcibly removed while ↵Shauren
being temporarily unsummoned (like on a mount)
2020-09-29DB/Locales: Add missing esES & esMX quest locales (Part 41)Cerveciento
Closes #25504
2020-09-29DB/Instance/Mana Tombs: Fix stats for all creaturesoffl
2020-09-29DB/Texts: Fix CompletionText of quest 192 ver 2.0offl
Ref #25499 24c798ddaceac603901e5fa9dec96a276166cb5b
2020-09-29DB/Creature: Fix type of Emberstrife's emote, remove useless durationoffl
2020-09-28Core/PacketIO: Add missing ByteBuffer operator overloadShauren
2020-09-27Dep/Boost: Support for boost 1.74 - heapShauren
Closes #25470
2020-09-27Dep/Boost: Partial support for boost 1.74 - asioShauren
Ref #25470
2020-09-27Warning fixShauren
2020-09-27Core/Mail: Replaced blocking db query in mail sending with async versionShauren
2020-09-27Core/PacketIO: Convert mail packets to classesShauren
2020-09-27DB/Texts: Fix CompletionText of quests 191 and 192Cerveciento
Closes #25499
2020-09-27DB/Instance/Sethekk Halls: Fix stats and positions, add missing creaturesoffl
2020-09-27Core/Auction House: Eliminate blocking db queries for account permissions ↵Shauren
when expiring auctions that have offline bidders
2020-09-26Core/Misc: nopch fixesShauren
2020-09-26Core/Commands: Enable .debug loadcells on console and allow to load a ↵jackpoz
specific tile Specify the tile as XY. Note that this is not Grid XY
2020-09-26Core/Commands: Fix typo in .mmap loc commandjackpoz
The displayed "tileloc" value is a "swapped" Tile XY, not to be confused with Grid XY.
2020-09-26DB/Creature: Fix wrong sheath stateoffl
2020-09-26DB/Locales: Add missing esES & esMX quest locales (Part 40)Cerveciento
Closes #25498
2020-09-26DB/Creature: Make Guard Slip'kik's gossip option availabledr-j
Closes #25496
2020-09-26DB/Event/Brewfest: Fix gossip options related to items Ram Racing Reins / ↵offl
Synthebrew Goggles Closes #25492
2020-09-26DB/Item: Fix page text content of item Foreboding Plansoffl
Closes #25495
2020-09-25DB/Locales: Add missing esES & esMX quest locales (Part 39)Cerveciento
Closes #25491
2020-09-25DB/Creature: Remove wrongly spawned Ironbark the Redeemedoffl
Closes #25493 Old Ironbark updates template to Ironbark the Redeemed after Zevrim Thornhoof's death
2020-09-25DB/Instance/Sethekk Halls: Update spawn positions, add waypoints and pools ↵offl
part 2
2020-09-24whitespace to make CI happy, 7bf9a06 follow-upTreeston
2020-09-24Scripts/Commands: Fix a potential crash in cs_account.cppTreeston
2020-09-24Core/Spells: SPELL_AURA_MOD_HEALING_PCT should be negative if TargetType is ↵Gildor
enemy or BasePoints are negative (#25490)
2020-09-24DB/Instance/Sethekk Halls: Update spawn positions, add waypoints part 1offl
2020-09-24Scripts/ChatCommands: Rename 'lookup itemset' to 'lookup item set' to remove ↵Treeston
ambiguity.
2020-09-23Core/Pets: Fixed crash happening when summoning a different pet than one ↵Shauren
that was unsummoned by summoning a guardian (imp -> infernal -> felhunter) Closes #25478
2020-09-23Core/Creature: Ignore combat reach when looking for assisting creaturesjackpoz
Fixes #25487
2020-09-23Core/ChatCommand: Improve feedback for ambiguous commandsTreeston
2020-09-23DB/Locales: Add missing esES & esMX POI localesCerveciento
Closes #25486
2020-09-23DB/Locales: Add missing esES & esMX quest locales (Part 38)Cerveciento
Closes #25485
2020-09-23DB/Creature: Update Soulguard Watchman's scriptoffl
2020-09-23DB/Creature: Change flight state CanFly to DisableGravity part 2offl
Updates #6148
2020-09-22Core/Pet: Fix GetDebugInfo() outputjackpoz
2020-09-22Scripts/Commands: Move .account to `trinity_string`Treeston
2020-09-22DB/Creature: Implement Anzu summoning eventoffl
Closes #22717
2020-09-22Core/Quest: Fix wrong feedback sent to the quest sharing sender with ↵Giacomo Pozzoni
auto-accept quests. (PR #25477) Closes #25474. Co-authored-by: Treeston <treeston.mmoc@gmail.com>
2020-09-21DB/Locales: Add missing esES & esMX quest greeting locales (Part 2)Cerveciento
Closes #25475
2020-09-21DB/Creature: Change flight state CanFly to DisableGravity part 1offl
Updates #6148 That fish in Dalaran aquarium is finally visible
2020-09-21DB/Event: Make Brewfest Building event start and end before Brewfestoffl
Closes #25473
2020-09-21Core/ChatCommands: Add `trinity_string` support for chat command helpTreeston
2020-09-20Scripts/Commands: Rename .additemset to .additem set to avoid ambiguityTreeston
2020-09-20Scripts/ChatCommands: Constrain how char const* may be used as a command ↵Treeston
handler parameter. It may now only be used in the legacy configuration, as the only argument.
2020-09-201eca51b follow-up, nuke `command`.`permission` from orbit; it was only ↵Treeston
duplicating data already stored in the core.
2020-09-20[3.3.5] ChatCommands, the other half: chat command resolution refactor (PR ↵Treeston
#25463)