aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-14Core/Spells: Kill incorrect attribute implementationShauren
(cherry picked from commit 8b183ddac3b77eea47eae578226ce8b928d262b8)
2024-01-12Core/Conditions: Added stringid condition typeShauren
2024-01-11Core/Conditions: Refactor ConditionMgr internals to get rid of separate ↵Shauren
containers for some condition source types
2024-01-10Scripts/ExilesReach: Fix copy paste failModoX
* fixes combat training for priest & warlock Closes #29574
2024-01-10Core: Update allowed build to 10.2.0.52808Shauren
2024-01-09Scripts/ExilesReach: Implemented quests Down with the Quilboar and Forbidden ↵Malcrom
Quilboar Necromancy (#29540) * also added scripts to creatures in the area
2024-01-09Core/Conversations: Use WorldObject actors if CreatureId is not provided in ↵ModoX
conversation_actors
2024-01-09Core/Conversation: Implemented conversation flags (#29552)ModoX
2024-01-09Scripts/Boralus: Implement Quest "Get Your Bearings" (#29566)Naddley
2024-01-09Misc: Add wotlk_classic to readmefunjoker
2024-01-09Core/Spell: Fix target check for TARGET_UNIT_RECT_CASTER_ENEMYModoX
2024-01-09DB/Creature: Added more personal summons which should be removed on quest removeModoX
2024-01-09DB/Waypoints: Fixed some move typesModoX
2024-01-09DB/Draenor: Added some questchains for Alliance Garrison V1Naddley
2024-01-08Core/Creatures: Moved autoattack handling from scripts to gameShauren
2024-01-08DB/Creature: Added some personal summons which should be removed on quest removeModoX
2024-01-08Core/Creatures: Added possibility to automatically despawn personal summons ↵ModoX
on quest remove (#29114)
2024-01-08Core/Spells: Added option to override orientation for target types using ↵ModoX
spell_target_position table (#29551)
2024-01-08DB/Waypoints: Fix delay of Ardsami nodeModoX
* ec6a5c9bf5d6a5879b31e67cfc0cc9fb4fa572c9 followup
2024-01-07DB/Misc: Followup for c7330f0d649c53e95128dd84840c6015ae01a6e0Naddley
2024-01-07DB/Disables: Disable deprecated Quest "Palm of the Tiger"malcrom
Closes #29558
2024-01-07DB/Teldrassil: Update gameobject flag for "Melithars Stolen Bags"Kelpiesklubhouse
Closes #29537
2024-01-07DB/Tirisfal: Added disableGravity to Agatha, Daschla and Aradnemalcrom
Closes #29528
2024-01-07DB/Durotar: Added some paths and cosmetic scriptsmalcrom
Closes #29527 Co-authored-by: Naddley <64811442+Naddley@users.noreply.github.com>
2024-01-07Core/GameObjects: Fixed incorrect startup error logShauren
2024-01-05Core/AreaTrigger: Fix areatrigger debug output not printing spawnid properlyModoX
2024-01-05DB/AreaTrigger: Fixed ids of missed tables..ModoX
750b99fca0afa125779afe540c9f8ec03f6f29ac followup
2024-01-05DB/AreaTrigger: Fix invalid areatrigger CreateProperties idModoX
750b99fca0afa125779afe540c9f8ec03f6f29ac followup
2024-01-05DB/AreaTrigger: Fix id of 1e4e2d953a4546cfb7a5ad1265036778f7cfbd7dModoX
2024-01-05Scripts/Draenor: Implemented Garrison V1 Alliance enter/exit (#29550)Naddley
2024-01-05Scripts/Movement: De-optional followPathBackwardsFromEndToStart in ↵ModoX
WaypointMovementGenerator
2024-01-05Core/Waypoints: Refactor to split data into path and node related info in db ↵ModoX
(#29506)
2024-01-05Core/Players: Fixed objects not being visible after seamless teleportsShauren
2024-01-03Scripts/DunMorogh: Removed some experimental leftovers from Joren Ironstock ↵ModoX
script
2024-01-02Core/Config: Added missing config CONFIG_CORPSE_DECAY_RAREShauren
2024-01-02Core/Maps: implement LIQUID_MAP_OCEAN_FLOOR to identify units that are on ↵Ovahlord
the bottom of a liquid (#29545)
2024-01-02Core/Maps: restored a hack in gridmap liquid status code to solve precision ↵Ovahlord
issues (#29544) Closes #29543 Closes #22020
2024-01-02Scripts/Stormwind: Implement Quest "Nation Of KulTiras" (#29547)Naddley
2024-01-01Scripts/Karazhan: Removed a custom reimplementation of DoMeleeAttackIfReady ↵Shauren
(written before dual wield was supported by it)
2024-01-01Core/Battlegrounds: Rework Alterac Valley (#29530)Jeremy
2024-01-01DB/Conditions: Added some accidently removed conditionsModoX
Closes #29546
2024-01-01Core/Player: Added Player::SkipQuests helper to skip quests (without rewards)ModoX
2024-01-01Scripts/DunMorogh: Implement Quest "Decontamination" (#29542)Naddley
2024-01-01Scripts/DunMorogh: Implemented Rockjaw Invader spawning for Joren Ironstock ↵Malcrom
(#29519) Co-authored-by: ModoX <moardox@gmail.com>
2024-01-01Scripts/Durotar: Implemented several Darkspear Training Grounds quests (#29507)Malcrom
* The Basics: Hitting things * Proving Pit * added start quest for monks * also fixed Zuni spawn * also fixed cosmetics for Tiki Targets * also fixed questchains of all classes up to Darkspear Hold
2024-01-01Core/Unit: Restore function of HandleKillPlayer after ↵ModoX
bf107e0581c58f767b21f15fe7f75cb7eac95d97 * also fix build
2024-01-01Core/Battleground: Changed HandleKillUnit hook to accept any Unit* as killerJeremy
2024-01-01Core/Battleground: Moved DoAction hook to ZoneScriptJeremy
2024-01-01Core/Waypoints: Also facing when orientation is set and node is last of pathModoX
2024-01-01Core/Player: Rename GetQuestSlotObjectiveData to GetQuestObjectiveDataModoX