aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-05DB/QuestGreeting: More Quest GreetingKillyana
Closes #23340
2019-06-05DB/Quest: Apothecary ZelanaSorikoff
Closes #23361
2019-06-05DB/Quest: A Lesson in FearWyrserth
Closes #23366
2019-06-05DB/Misc: Arcatraz entrance eventKillyana
Closes#21107
2019-06-05Core/Logging: Split logs for unknown and zero triggered spells (#23180)ForesterDev
* Core/Conditions: implement CONDITION_GAMEMASTER * Split logs for unknown and zero triggered spells * Update SpellAuraEffects.cpp * Update SpellAuraEffects.cpp * Update SpellAuraEffects.cpp * Update SpellEffects.cpp * Update SpellAuraEffects.cpp * Update SpellAuraEffects.cpp * Update SpellEffects.cpp * Update SpellEffects.cpp
2019-06-04Script/Quest: implement event for the quest Orabus the Helmsman (#23346)Wyrserth
* Script/Quest: implement event for the quest Orabus the Helmsman. Thanks Wyreth for the original script. * Fix coordinates that I inverted by mistake. * Rename 9999_99_99_99_world.sql to 2019_06_04_04_world.sql
2019-06-04Spell/Script: Stasis FieldKillyana
Closes #23355
2019-06-04DB/Creature: Remove some wrong waypoint actionsKillyana
2019-06-04DB/Creature: Update Silvermane Stalker model with the correct oneKillyana
Closes #23353
2019-06-04DB/Trainers: Set the correct greeting text for Enchanting TrainersKillyana
2019-06-04DB/Creature: Seer NakhaKillyana
2019-06-03DB/Creature: Or'kaos the InsaneKillyana
Originally Toranaku was supposed to give a quest to kill Or'kaos upon a player reaching Exalted with Netherwing in order for him or her obtain a netherdrake mount; but the idea was replaced with : Lord Illidan Stormrage quest. Currently serves no useful purpose, including lacks loot.
2019-06-03Script/GunDrak: fix order for yell and altar texts on death for two bosses ↵Wyrserth
(#23357)
2019-06-03Script/Creature: implement spell effect for the item Prototype Neural ↵Wyrserth
Needler used on Imprisoned Beryl Sorcerer (#23349) * Script/Creature: implement spell effect for the item Prototype Neural Needler used on Imprisoned Beryl Sorcerer. * Rename 9999_99_99_99_world.sql to 2019_06_03_02_world.sql
2019-06-03DB/Creature: Bash'ir SurveyorKillyana
2019-06-03DB/Quests: Remove deprecated quests from Horde WarbringerKillyana
2019-06-02Build: Fixed dynamic PCH buildsShauren
2019-06-02Script/Creature: calculate Traveler's Tundra Mammoth's NPCs' exit position ↵Wyrserth
based on current player's position (#23344) * Script/Creature: calculate Traveler's Tundra Mammoth's NPCs' exit position based on current player's position. * Comment out unused argument.
2019-06-02Core/SAI: add action_param3 to SMART_ACTION_REMOVEAURASFROMSPELL to allow it ↵Wyrserth
to remove only auras from spells that were cast by the entity itself. (#23345)
2019-06-02Build: Fixed VS always triggering a full build when PCH is enabled, even if ↵Shauren
only a source file was edited
2019-06-02DB/Quest: Old Whitebark's Pendant (8474) - spacing & words missing in RewardTextillfated
Closes #23339
2019-06-02DB/Quest: A Mission of MercyZenoX92
Closes #23329
2019-06-02DB/Quest: The Black BoxKillyana
The quest is not repeatable
2019-06-01Core/Map: Don't log errors about Area ID 0jackpoz
Restore a check about Area ID 0 that would silently ignore this case instead of spamming log errors. Check removed in e79c595b695ea5f35b8324efbb7741ccb102bce9 Fix #23085
2019-06-01Scripts/HallsOfLightning: Fix Volkhan spamming in chat when wiping at 10% healthjackpoz
Ref #23082
2019-06-01Core/Groups: do not allow lfg groups to change the loot mode (#23336)Ovah
While the UI does not allow changing the loot mode you can still trigger the opcode by running interface scripts which we will now block as well so nobody can ninja-loot anymore.
2019-05-31Core/Misc: Headers cleanupjackpoz
Use simple std::string concatenation instead of stringstream to avoid including <sstream> header.
2019-05-31DB/Creature: ForgusKillyana
2019-05-31DB/Quest: Dark Iron LegacyKillyana
2019-05-31DB/Misc: Skorn - Howling FjordKillyana
From https://github.com/cmangos/wotlk-db/commit/cce38b05fb3f70483217644f6596d297d77def22 By Grz3s Closes #14839
2019-05-31Core/Misc: Fix static analysis issuesGiacomo Pozzoni
Fix static analysis issues reported by Coverity Scan
2019-05-31Scripts/Stratholme: Baron Rivendare rewrite (#22572)Nitair
* Adding last state of rivendare rewrite * Fix aura beeing removed on reset, fix death pact * Not needed * SQL: Changed remove/inset into update, fixed delete at conditions part * Typo * Remove link spell, fix blank lines, change magic numbers to enum * Test changes with SpellScript and DoCastSelf * Revert SpellScript and moved DoCastSelf for the aura into UpdateAI part * Damn, copyright. * Fix Unholy Aura * Fix again (does attack now / does cast if encounter resets) * Adding handling of the aura to the db * Rename 2018_99_99_99_world_335.sql to 2019_05_31_02_world_335.sql
2019-05-31DB/Quest: Slain by the WretchedKillyana
Closes #23332
2019-05-31DB/Quest: Jack Likes His DrinkKillyana
From https://github.com/azerothcore/azerothcore-wotlk/commit/b97e6f36c6ae21c9b0539e68086863a6e6e74892 By sluggor
2019-05-30Core/Misc: don't allow players to use/activate/loot non-allowed gameobjects ↵Wyrserth
while under the effect of a damage immunity aura (#23319) * Core/Misc: don't allow players to use/activate/loot non-allowed gameobjects while under the effect of a damage immunity aura. * Forgot to change this in last-second rename. * Apply suggested changes, thanks Shauren!
2019-05-30Core/MovementGenerator: Add more details to assertsjackpoz
Implement GetDebugInfo in MovementGenerator, PathMovementBase, FlightPathMovementGenerator, WaypointMovementGenerator. Add an additional assert in FlightPathMovementGenerator::DoEventIfAny(), the input node must not be null
2019-05-30Core/Script: add script hook to allow overriding of a vehicle passenger's ↵Wyrserth
exit position (#23322) * Core/Script: add script hook to allow overriding of a vehicle passenger's exit position. * Allow to change orientation, and fix nopch. * Keep original orientation, thanks jackpoz! * Update Unit.cpp Code cleanup * Update Unit.cpp
2019-05-29Core/Channel: Sanitize channel namesjackpoz
2019-05-29Core/Channel: Fix CRT Debug Assert triggered with invalid channel namesjackpoz
2019-05-29DB/Quest: The Wrath of NeptulonKillyana
2019-05-29DB/Creature: Scryer CavalierKillyana
2019-05-29DB/Creature: Add Grip immunity to NightbaneKillyana
2019-05-29DB/Creature: Lightsworn Elekk RiderKillyana
2019-05-29Core/Movement: Fix assertion triggered in SplineChainMovementGeneratorGiacomo Pozzoni
Fix an assertion triggered in SplineChainMovementGenerator happening when a new generator is added while last spline of the SplineChainMovementGenerator is being processed but is not finalized yet. Fix #23077
2019-05-29DB/Creature: Black Temple Battle SensorKillyana
2019-05-29DB/Creature: Wolver Orphan & Oracle Orphan event in Dalarandr-j
Closes #14621
2019-05-29DB/Creature: Outland Children's Week Dark Portal TriggerKillyana
2019-05-29DB/Creature: Ethereum AvengerKillyana
2019-05-28DB/Creature: Arcane BurstKillyana
2019-05-28DB/Creature: Eclipsion HawkstriderKillyana