aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-12Battleground/Arena: Properly check RBAC arena join permission before ↵Treeston
allowing queue. Closes #23000.
2019-07-12Scripts/Commands: .account ban no longer fails if an account containing the ↵Treeston
specified account name is already banned (f.ex. attempting to ban 'test' if 'test2' is already banned) - closes #22990
2019-07-12typo fix, duplicate assignmentTreeston
2019-07-11DB/Condition: Bladespire Clan BannerKillyana
Ref #23262
2019-07-11Entities/GO: FindNearestGameObject no longer incorrectly returns despawned ↵Treeston
gameobjects. Closes #23262.
2019-07-11DB/Quest: Fix cosmetics for the quest Report to AnselmKillyana
2019-07-11DB/Creature: Remove Kraz's Corpse as it must be spawn via scriptKillyana
2019-07-11DB/Creature: Remove Tanzar spawn from Zul'Aman a spawned via a scriptKillyana
https://github.com/TrinityCore/TrinityCore/blob/3.3.5/src/server/scripts/EasternKingdoms/ZulAman/instance_zulaman.cpp#L53
2019-07-11DB/Creature: Blacksouled Keeper & Keeper WitherleafKillyana
From https://github.com/cmangos/wotlk-db/commit/b2783ef80959aedd75bf26d1e7cfbd2657544405 by Grz3s
2019-07-11DB/Quest: Seeds of the Blacksouled KeepersKillyana
2019-07-11DB/SAI: fix issue with quest "A Suitable Disguise".Wyrserth
Closes #23584.
2019-07-10Core/Weather: 6eecb68 followupccrs
missing IntervalTimer::Update call
2019-07-10Core/ChatCommands: Fix .wp reload crashGiacomo Pozzoni
2019-07-10DB/Quest: restore ExclusiveGroup data for breadcrumb quests, as they're ↵Wyrserth
mutually exclusive. Also restore PrevQuestId/NextQuestId error logs involving breadcrumb quests. Special cases must be handled via conditions.
2019-07-09DB/Quest: fix some more breadcrumbs and some offer_reward emotes.Wyrserth
2019-07-09Core/Quest: remove arbitrary error logs related to breadcrumb quest chaining.Wyrserth
There are complex cases where breadcrumb quests are mutually exclusive with other breadcrumbs leading to other quests, chaining them shouldn't generate log errors.
2019-07-09Scripts: Update boss_akilzon weather packetShauren
2019-07-09DB/Quest: fix race requirement for Yorus Barleybrew questsWyrserth
10371 is Draenei-only, 1698 is for everyone else.
2019-07-09Core/Weather: Fixed weather updates to be thread safeShauren
(cherry picked from commit 6eb997394722fcd4b5248646b5abfa185a7ec58f)
2019-07-09Core/Packets: Update and enable SMSG_WEATHERNayd
(cherry picked from commit 6f7d048765f102110cbf9ad4653c078fbadaa105)
2019-07-09DB/Quest: fix some breadcrumb quests.Wyrserth
2019-07-09Scripts/World: Rewrite air force trigger bots script, add hostility check ↵Treeston
along the way. Closes #23307.
2019-07-09DB/Creature: add out of combat events and fix pathing for Conjurer Tyren.Wyrserth
2019-07-09Core/Movement: add missing parenthesis on MotionMaster::Sizeccrs
pretty sure this can cause unexpected behaviour
2019-07-09DB/Quest: improvements for quest Hampering Their Escape:Wyrserth
- Add missing flames on item use. - Prevent trigger creatures from wandering around and falling off the platform - Add conditions to the item Gnomish Grenade
2019-07-08DB/SAI: add waypoints and out-of-combat texts for Ambassador Kelemar, Dela ↵Wyrserth
Runetotem, Cheneta, Kristine Denny and Tatai. Closes #14485.
2019-07-08warning fix f2cd721 follow-upTreeston
2019-07-08Core/Quest: Do not allow quests to be turned in if the player no longer ↵Treeston
satisfies level/skill/reputation requirements. Fixes #226. Yes, you read that issue tag right.
2019-07-08Scripts/Naxxramas: Thaddius no longer evades on transition, and some general ↵Treeston
cleanup to that script. Fixes #23026.
2019-07-08Scripts/Blood Furnace: Broggok improvements (#23300)Ianislav Vasilev
* 23285 Fixed lever respawn and future encounters after it respawns. * Removed unnecessary additional container. Made lever not to despawn and respawn but rather change flags only. * Made one conditional branch easier to debug.
2019-07-08Scripts/Outland: Rewrite the Watch Commander Leonus event so it no longer ↵Treeston
starts exponentially more often if the grid remains loaded for over an hour. Closes #23348.
2019-07-08Rename 9999_99_99_99_world.sql to 2019_07_08_00_world.sqlWyrserth
2019-07-08Scripts/Spells: Brittle Armor & Mercurial Shield (#23576)Sorikoff
2019-07-08Scripts/Commands: update .wp commands to use orientation field from DB (PR ↵ForesterDev
#23566) Closes #23330
2019-07-08Entities/Player: Properly restore PvP-enabled state on loginTreeston
2019-07-08Core/Misc: More coding standards (#23519)Aokromes
* Core/Misc: More coding standards * revert part * "void " or more to "void " * fix? reject * remove more double whitespaces * remove more double whitespaces * more standards * more coding standards * More standards * more coding * more coding standards * more coding standards * And more standards
2019-07-08Entities/Unit: Nuke Map::ForceRespawn from orbit, with the following ↵Treeston
implications: - .npc respawn no longer causes stupid things to happen (Fixes #23014) - ::DeleteFromDB methods on Creature and GameObject rewritten to be as sensible as such a colossally stupid method can ever be. They're static now. - .npc delete and .gobj delete ported to new argument handling, and rewritten as per above. They can no longer crash the server when used in instances, too. Yay for that. - Adjusted various dusty cobwebbed hacks around the core (why does waypoint visualization use permanent spawns *shudder*) to still work too.
2019-07-07Build: fix linking errorccrs
/home/circleci/project/src/server/game/Movement/MovementGenerators/RandomMovementGenerator.cpp:50:9: fatal error: use of undeclared identifier 'AddFlag' AddFlag(MOVEMENTGENERATOR_FLAG_TIMED_PAUSED); ^
2019-07-07Entities/Creature: Some asserts are now LOG_ERRORs that block spawning. Fix ↵Treeston
a group spawning bug exposed by the CoS merge. Improve some command output.
2019-07-07Core/Movement: handle Resume/Pause on RandomMovementGeneratorccrs
2019-07-07Core/Unit: f869c49 followupccrs
Movement Pause/Clear is already handled in Unit::SetCharmedBy and Unit::RemoveCharmedBy, respectively TODO: missing PAUSE handling in RandomMovementGenerator
2019-07-07Core/Vehicle: prevent creature vehicles from following their old movement ↵Wyrserth
generator when a player enters them in some cases. Closes #21731 and #22368.
2019-07-07Core/Quest: fix icon in gossip window for repeatable, non-autocomplete quests.Wyrserth
Closes #23572.
2019-07-07DB/Creature: prevent floating Gjalerbron Prisoners from falling to the ground.Wyrserth
Also fix mistake in DELETE query for previously committed SQL file.
2019-07-07Core/Misc: Fix no-pch buildjackpoz
2019-07-07DB/Trainer: remove required ability from Riding spells. The client should ↵Wyrserth
only show the required amount of skill. Also comment out unused argument in previously committed script, thanks Aokromes for noticing!
2019-07-07Core/Misc: use Trinity's RandomShuffle() instead of soon-to-be-deprecated ↵Wyrserth
std::random_shuffle(). Thanks Riztazz for noticing!
2019-07-07Script/TheOculus: adapt Mage-Lord Urom's script to use EventMap, fix various ↵Wyrserth
issues with Teleport and Empowered Arcane Explosion, add missing heroic-mode spell Frost Buffet. Closes #19452.
2019-07-07Core/Spell: don't send duration for auras caused by dynobjects.Wyrserth
2019-07-06Script/BlackrockDepths: randomize timers for Ironhand Guardian's spell Gout ↵Wyrserth
of Flame.