aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-21DB/Creature: Zem LeewardZenoX92
Closes #20174
2017-08-21Core/Creature: temporary summons are now dynamic flagged (oversight in ↵Treeston
dynspawn). This fixes issues with vehicle kit resets breaking AI. Closes #20137 #20138 #20153.
2017-08-21Scripts/Commands: .npc delete and .gobj delete now work while the specified ↵Treeston
guid is despawned. Fixes #20145.
2017-08-21Scripts/Auchindoun: Fix a super edge case crash bug with GM far teleports ↵Treeston
during Blackheart's charm phase. Follow-up to d80d7c6.
2017-08-20Core/Scripts: Updated Razorscale to new registers modelKeader
* More codestyle fixes * Ty sirikfoll :)
2017-08-20Core/Razorscale: Codestyle UpdatesKeader
* Removing spelldifficulty_dbc to make portable to master * Updated to new Spell/Aurascript model
2017-08-20Scripts/Naxxramas: Fix Heigan the Unclean eruption event (#20129)Foereaper
By scheduling the eruption event without cancelling the previously registered eruption events, Heigan's eruption (or dance) would overlap and cause a runaway scenario, where eruptions would not follow a proper timer. By using Reschedule and not locking the Eruption event to the fighting phase, the dance now works as intended.
2017-08-20Core/Conditions: Rename CONDITION_SOURCE_TYPE_QUEST_ACCEPT to ↵Aokromes
CONDITION_SOURCE_TYPE_QUEST_AVAILABLE By Malcrom
2017-08-20Core/Misc: Removed obsolete commentAokromes
2017-08-19Core/config: add MonsterSight setting to worldserver.conf.distShoxxo
* Updated MonsterSight (What does it) * Core/Worldserver: Update worldserver.conf.dist Now it should be corectly ;) * Relocated and renamed the MonsterSight!
2017-08-18DB: Add missing spawns in Wintergarde MausoleumKillyana
2017-08-17DB/Creature: Farmer SaldeanZenoX92
Closes #20154
2017-08-17Core/Scripts: More fixes in boss Lich King (#20147)Gustavo
* Core/Scripts: More fixes in boss Lich King Fix Valkyr charge spell, they will no longer ignore Z position and become unreachable. Correct height of Spirit Bomb and added the 3 seconds delay on his explosion. Set the Trigger inside frostmourne room as active, to avoid problems with reseting the room, e.g: Spirit Bombs not despawning and Wicked Spirits stuck in evade. Use correct InhabitType for Wicked and Vile Spirits, this avoid a situation where they could spawn falling.
2017-08-15Scripts/Icecrown Citadel: Fixed Lord Marrowgar - Coldflame to not ignore ↵Demonid
resistances (#20146) Closes #13240
2017-08-12DB/Quest: A Haunted History (10624): add missing progress & reward texttkrokli
- missing " - obviously." at the end of Progress text (quest_request_items). - missing "<Hildagard begins crafting something out of the ash.>" in Reward text. http://www.wowhead.com/quest=10624/a-haunted-history https://wow.gamepedia.com/Quest:A_Haunted_History https://github.com/TrinityCore/TrinityCore/blob/master/sql/old/4.3.4/TDB0_to_TDB1_updates/world/012_quest_template.sql
2017-08-12Core/Movement: 7fff83d6752 followupccrs
since MOTION_SLOT_IDLE cannot be expired, signal path done and behave like IdleMotionGenerator
2017-08-12Core/AI: add missing checks on AssistPlayerInCombatAgainstccrs
2017-08-12Core/SmatAI: correct MoveInLineOfSightccrs
mistake introduced in 15f2706acaa that was masqueraded by other checks in combat start, till recent related commits
2017-08-12Core/Movement: 7fff83d6752 followupccrs
remove home position set from creature PauseMovement, and use it when necessary change log level on DelayedDelete
2017-08-11Core/Misc: Remove Whitespacessirikfoll
2017-08-12Core/Movement: waypoint movement (#20121)ccrs
Following the work done in #19361 this is the cleanup and improvement of the related logic of waypoint management. Ref 28050f3 #18020 (taking the good parts and ignoring the incomplete work)
2017-08-10DB/Creature: creature_addon guid without corresponding creature guidtkrokli
Updates #18542 (TDB 335.63 DBerrors)
2017-08-08Core/Scripts: Rewrite Boss Kalecgos (Sunwell Plateau) (#19897)Gustavo
* Core/Scripts: Rewrite Boss Kalecgos (Sunwell Plateau) Scripted all spells Corrected behavior of Spectral Blast and Curse of Boundless Agony Removed wrong wipe behavior Fix problem where bosses would be stuck with banish Added Boundaries Corrected texts Removed old hacks Other minor fixes
2017-08-09Core/Creature: Fix a crash in .npc delete (closes #20124). Also fix an issue ↵Treeston
breaking vehicles in certain edge case situations.
2017-08-08Tools/MMapsGenerator: Use system supported threads instead of hardcoded ↵Rochet2
amount (#19255) - Use unsigned int for thread count - Use std::thread::hardware_concurrency() to try estimate available threads instead of hardcoded 3 threads by default - Print thread count always regardless of using --threads switch or not
2017-08-08Core/Movement: ee2d7c1d53 followupccrs
2017-08-08Core/Movement: PropagateSpeedChange should only be called on the top ↵ccrs
(current active) movement generator
2017-08-08Core/Movement: add new helper that cleans the referenced MovementSlotccrs
2017-08-08Scripts/ICC: Minor Fixes for Lich King (#20120)Demonid
- Fixed Shadow Trap and Defile Targets - Fixed Shadow Trap Summon Delay and Duration - Fixed Berserk Timer (15 Minutes) - Fixed Shadow Trap Despawn when Snowstorm starts
2017-08-07DB/Spells: Fixed Winter's Chill proccing in full absorbKeader
Closes #20113 By Nertx
2017-08-07DB/Spells: Fixed Guarded by the Light proc with JudgementsKeader
Closes #19910
2017-08-07Revert "Core/Npc: Remove bytes1 once the npc start a combat"Keader
This reverts commit 21b03e7d9bc9165f5e0cf4fbdc5bd9b1534dbcd7.
2017-08-07Core/Scripts: Razorscale Rewrite (#19828)Keader
#MakeUlduarGreatAgain
2017-08-06DB/Quest: You, Robot (10248): missing progress text + partial RewardTexttkrokli
http://www.wowhead.com/quest=10248/you-robot - Progress text (quest_request_items) was missing completely (request item: Scrap Reaver X6000 Controller) - Reward Text (quest_offer_reward.RewardText) had lost '-52 Nether-Rocket from certain doom!' from the end.
2017-08-06Core/Scripts: dynamic_spawning follow-up, I had forgotten JustRespawned existed.Treeston
- Rename JustRespawned to JustAppeared, which better matches its behavior anyway. - Properly invoke JustAppeared for new (re-)spawns - fixes #20111. - Fix Thaddius script to work with dynamic_spawning (mostly unrelated to the above) - Feugen/Stalagg should really be a summon group, but I don't have time to fix that right now. - Fix default value for DynamicEscortNPC to match worldserver.conf.dist.
2017-08-06DB/Quest: A Boaring Time for Grulloc (10721): wrong RewardText contenttkrokli
http://www.wowhead.com/quest=10721/a-boaring-time-for-grulloc https://wow.gamepedia.com/Quest:A_Boaring_Time_for_Grulloc - Quest 10721 showed up in-game with the same Reward Text as Quest Description - quest_template.QuestDescription was inserted as quest_offer_reward.RewardText - issue also found in https://github.com/dalaranwow/dalaran-wow/issues/1926 - Correct RewardText is based on content from the 3 linked pages above.
2017-08-06DB/Quest: Surveying the Ruins (10335): add missing RewardText, end halftkrokli
http://www.wowhead.com/quest=10335/surveying-the-ruins - Another quest_offer_reward.RewardText cut short, missing half of its content. - Previous: 114 characters. Added: 115 characters. Full text: 229 characters.
2017-08-06DB/Quest: Invaluable Asset Zapping (10203): add missing RewardText endtkrokli
http://www.wowhead.com/quest=10203/invaluable-asset-zapping - Another quest_offer_reward.RewardText cut short, missing ≈33% of its content. - Previous: 290 characters. Added: 143 characters. Full text: 433 characters.
2017-08-06DB/Quest: In A Scrap With The Legion (10232): add missing RewardTexttkrokli
http://www.wowhead.com/quest=10232/in-a-scrap-with-the-legion - Another quest_offer_reward.RewardText cut short, missing ≈ 60% of its content. - Previous content: 137 characters. Added content: 193 characters. Full text: 330 characters. - RewardText content source (besides verifying the actual content on wowhead.com): https://github.com/TrinityCore/TrinityCore/blob/master/sql/old/4.3.4/TDB0_to_TDB1_updates/world/012_quest_template.sql
2017-08-06Core/Pet: Fix an issue that was causing lower ranks of pet spells to remain ↵Necropola
in DB (#20112)
2017-08-05DB/Quest: Sabotage the Warp-Gate! (10310): add missing end half of RewardTexttkrokli
- Previous content: 103 characters. Added content: 163 characters. Full text: 266 characters. - RewardText completion source: sql/old/4.3.4/TDB0_to_TDB1_updates/world/012_quest_template.sql
2017-08-05Revert permision changeAokromes
2017-08-05DB/Quests: Terokkar Forest quest text typostkrokli
Fixed the following typos: - 'Clues in the Thicket' (9971) RewardText typo (Is it was/Is it what) - `An Unseen Hand` (10013) RewardText typo (duplicated words "it to me") - 'Evil Draws Near' (10923) Progress typo (ben/been)
2017-08-04[3.3.5] Core/Pet: Make pet action bar autocast persist properly (#20110)Necropola
Partial revert of of 6c21ddd9b98d372cb802c9abf034e2aa3ecc70b9. Closes #16211.
2017-08-04DB/InstanceSpawn: More low-hanging fruit - Ruby and Obsidian Sanctum.Treeston
2017-08-04DB/InstanceSpawn: The easy ones. Gruul's Lair, Magtheridon's Lair, Onyxia's ↵Treeston
Lair, Eye of Eternity.
2017-08-04Scripts/InstanceScript: Implement database framework for managing spawn ↵Treeston
groups based on boss state. (#20103)
2017-08-03Core/Unit: Don't apply liquid effects to game masters.Treeston
2017-08-03Core/Misc: Revert back to using boost::regex, std::wregex doesn't work for ↵Shauren
name validation Closes #20094
2017-08-02Scripts/Commands: Fix some quirkiness and potential crashes with live DB ↵Treeston
modification commands (npc move and npc delete), which are horrible and should be deleted anyway. Fixes #20104.