aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-24DB/Gossip: Update Olga gossipKillyana
2018-09-23DB/Gossip: Fix Glodrak Huntsniper gossip optionKillyana
2018-09-23Nopch fixShauren
2018-09-23Core/Commands: Fixed crash in .go commandsShauren
Closes #22498
2018-09-23DB/Creature: Alenjon Sunblade and Irissa BloodstarKillyana
2018-09-23DB/Gossip: Glodrak Huntsniper and Goldark SnipehunterKillyana
Closes #22493
2018-09-23DB/Quest: Fix requirements for Preying Upon the WeakKillyana
Closes #22495
2018-09-23DB/GameObject: Remove Duplicates spawnsKillyana
Closes #22496
2018-09-23Scripts/MoltenCore: Implement Garr's Firesworn Separation Anxiety mec… ↵Sarah Alexander
(#22477) - The previous (wrong) spell ID used mana, so it was never cast because Firesworns aren't mana users
2018-09-22Build fixKeader
2018-09-22DB/Script: Fix wrong target typeKillyana
2018-09-22DB/GameEvent: Add darkmoon build event to Terokkar and missing spawn to MulgoreKillyana
Closes #18043
2018-09-21DB/Event: Add missing spawns for Brewfest Building eventKillyana
Ref #18043
2018-09-21DB/SAI: Make some targets randomKillyana
Ref #22471 #17979
2018-09-21Core/SAI: Add maxSize parameter to SMART_TARGET_CREATURE_DISTANCE, ↵jackpoz
SMART_TARGET_GAMEOBJECT_DISTANCE, SMART_TARGET_CREATURE_RANGE and SMART_TARGET_GAMEOBJECT_RANGE
2018-09-21Core/SAI: Add a 4th target parameter to SAIjackpoz
2018-09-21DB/Quest: Hah...You're Not So Big Now!Killyana
Closes #22478
2018-09-21Scripts/ICC: 2e4358f726 followupccrs
ref https://github.com/TrinityCore/TrinityCore/commit/2e4358f726354d3954047eb63d4390ce39247335#r30588551
2018-09-21Scripts/TempleOfAhnQiraj: Despawn Skeram's images on death and fix an edge ↵Sarah Alexander
case where images would not spawn if he was casting during transition (#22474)
2018-09-21Scripts/TempleOfAhnQiraj: Implement Battleguard Sartura's skip-preven… ↵Sarah Alexander
(#22475) * Scripts/TempleOfAhnQiraj: Implement Battleguard Sartura's skip-prevention area trigger * Sartura engages players if they try to skip her by walking past down the tunnel * Clean up the instance script a bit
2018-09-20Scripts/ICC: 2e4358f726 followupccrs
std::list does not provide random access
2018-09-20Scripts/ICC: update Unchained Magic target selectionccrs
because we all love retri paladins and hate healers, right?, right?
2018-09-20Core/Movement: Add additional assertjackpoz
Add additional assert to FlightPathMovementGenerator
2018-09-20DB/Quest: Springing the TrapKillyana
Closes #5137
2018-09-19Scripts/UBRS: Open General Drakkisath's gates once he is defeated (#22462)Sarah Alexander
Closes #15769
2018-09-18DB/Quest: Remove wrong quest starter/ender for "The Pit of Saron" alliance sideKillyana
Update #22459
2018-09-18DB/Creature: Fix some root for some npcsKillyana
Closes #22447
2018-09-18DB/SAI: Sundered RumblerKillyana
2018-09-18DB/Creature: Warp AberrationKillyana
2018-09-18Core/Chat: Validate UTF8 in chat messagesTreeston
2018-09-18Core/Chat: Fix chat filter to not block certain non-ASCII charactersTreeston
2018-09-18DB/SAI: Fix React state with WaypointKillyana
Closes #22376
2018-09-18Core/Chat: Some more chat filtering cleanup:Treeston
* Always filter control characters * Clean up stripping of duplicate whitespace * Adjust .conf.dist to accurately describe what the config settings do
2018-09-18Core/Chat: Some hyperlink follow-ups:Treeston
* Ignore messages containing invalid links again instead of trying to sanitize them. Closes #22451. * No longer filter messages on the addon channel. Closes #22450.
2018-09-17DB/Creature: Fix some spawns on top of Shadow VaultKillyana
2018-09-17Core/Chat: Fix validation of tradeskill recipes that belong to multiple ↵Treeston
skill lines
2018-09-17Core/Chat: Fix tradeskill hyperlinks - embedded GUID is now properly read as ↵Treeston
base 16 (not 10). Closes #22446.
2018-09-17Core/Scripts: Unify Chrono Literals (#22420)DanVS
* Unify Chrono Literals * Retire IN_MILLISECONDS * Build fix * Build fix (sequel) * Retire urand() * Edge cases * Build * Whitespaces * More edge cases * Additional cases
2018-09-17Core/Player: Delay resurrection on release for unreachable maps until ↵Treeston
teleport has completed. Closes #21481.
2018-09-17Core/Player: Clean up duel related code. Fix a check for abusive client ↵Treeston
behavior, sanitize pointer usage, code style. Closes #22374.
2018-09-17Scripts/Commands: Add .debug dummy. It does nothing, which means you can ↵Treeston
make it do anything.
2018-09-17Core/Chat: Add a missing terminator checkTreeston
2018-09-16Core/Guild: Implement character gender and send in packet. (#22436)Kittnz
Closes #22433 Credit xvwyh
2018-09-15Core/Spells: Include RealPointsPerLevel when determining if aura is negative ↵HelloKitty
(#22427)
2018-09-15Nopch fix (#22437)Gildor
2018-09-14GameObject/SAI: Rookery Egg SpawnerKillyana
Closes #22430
2018-09-13Update worldserver.conf.distAokromes
2018-09-13Movement/TaxiPath: Properly clean up list of taxi destinations upon arrival ↵Treeston
at final node. Closes #22089.
2018-09-13Fix gcc warningsShauren
2018-09-13gcc build fixTreeston