aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-09-25Core/Achievements: Fixed achievement criteria StartEvent and FailEventShauren
* Criteria using StartEvent cannot be updated without that event triggering first (not only for timed achievements) * Implemented most StartEvent and FailEvent types * Fixed saving criteria removed by RemoveCriteriaProgress
2023-09-24Core/Auras: Implement SPELL_ATTR13_PERIODIC_REFRESH_EXTENDS_DURATION (#29197)Seyden
2023-09-24Core/Spells: Removed unneccessary checks from skill spell effectsShauren
2023-09-24Core/Commands: Fixed accessing empty optional in .modify faction commandShauren
2023-09-24Core/Quests: Fixed optional quest objectives incorrectly changing quest ↵Shauren
state when they change completion state
2023-09-23Core/Skills: Fixed updating riding skill value when learning riding spells ↵Shauren
automatically
2023-09-23Core/Players: Fixed learning riding spells (#29326)Meji
2023-09-23Scripts/Mardum: Fix buildModoX
2023-09-23Scripts/Mardum: Implement Quest "Enter the Illidari: Ashtongue" (#29324)Naddley
2023-09-23Scripts/Draenor: Implement quest 34422 (Blaze of Glory) (#29304)Aqua Deus
2023-09-21Core/Achievements: Send both SMSG_ACCOUNT_CRITERIA_UPDATE and ↵Shauren
SMSG_CRITERIA_UPDATE if the same criteria is used by account and character achievements
2023-09-19Core/Quests: Fix questgiver status for trivial and future quests (#29328)Meji
2023-09-19Core/Instances: Kill instance_encounters table, it is no longer neccessaryShauren
2023-09-19Core/Instances: Removed deprecated field from InstanceScript (here too)Shauren
2023-09-19Core/Instances: Removed deprecated field from InstanceScriptShauren
2023-09-18Scripts/Nexus: Removed old code to get team in instanceShauren
2023-09-18Scripts/Dire Maul: Added dungeon encounter idsShauren
2023-09-18Scripts/Stratholme: Added dungeon encounter idsShauren
2023-09-18Scripts/Stratholme: Added missing dungeon encounter idsShauren
2023-09-18Scripts/Scholomance: Added missing dungeon encounter idsShauren
2023-09-17Scripts/Lower Blackrock Spire: Added dungeon encounter idsShauren
2023-09-17Scripts/Zul'farrak: Added dungeon encounter idsShauren
2023-09-17Scripts/Scarlet Monastery: Added dungeon encounter idsShauren
2023-09-17Scripts/Sunken Temple: Added dungeon encounter idsShauren
2023-09-17Scripts/Gnomeregan: Added dungeon encounter idsShauren
2023-09-17Scripts/Uldaman: Added dungeon encounter idsShauren
2023-09-17Scripts/Razorfen Kraul: Added dungeon encounter idsShauren
2023-09-17Scripts/Wailing Caverns: Added dungeon encounter idsShauren
2023-09-17Scripts/Blackrock Depths: Added dungeon encounter idsShauren
2023-09-17Core/Misc: mac build fixShauren
2023-09-17Core/Players: Fix environmental damage from lava (#29327)Meji
2023-09-16Core/SSL: Build fix for openssl 1.1.1Shauren
2023-09-16Core/SSL: Support more certificate formatsShauren
2023-09-15Core/Spells: Move all summoning spell effects to launch phaseShauren
2023-09-14Core/Groups: Implemented 10.1.7 ping systemShauren
2023-09-13Core/Misc: Silence compile warning in boost::process with version 1.83Shauren
2023-09-11Core/PacketIO: Fixed structure for SMSG_GUILD_PERMISSIONS_QUERY_RESULTSShauren
2023-09-10Core/Pets: Improved pet despawn behavior when mountingShauren
* Pets will now only be despawned when starting to fly * Fixed crash when summoning a pet that is different than the one that was despawned by flying Closes #29303
2023-09-09Core/PacketIO: Fixed structures of CMSG_PARTY_INVITE and ↵Shauren
SMSG_FEATURE_SYSTEM_STATUS
2023-09-07Scripts/Mardum: Implement The Invasion Begins quest (#29302)Naddley
Co-authored-by: ModoX <moardox@gmail.com>
2023-09-07Core: Update to 10.1.7Shauren
2023-09-07Core/AreaTriggers: Added SpawnDifficulties for spawned areatriggers (#29284)Traesh
2023-09-06Core/Creatures: Fix instant despawn for summons with unlimited duration (#29307)Meji
2023-09-03Core/Auras: Defined and implemented new aura interrupt flagsShauren
2023-09-01Scripts/Spells: Implement warrior talent Strategist (#29235)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-08-31Core/AreaTriggers: Added SpellForVisual for db spawned areatriggers (#29277)ModoX
2023-08-31Core/Creature: Fixed logic for npcflag, unitflags when saving creatures to dbModoX
* 06ea822a315a771fa0b3410716361b9df091cf6f followup
2023-08-31Core/Vehicles: Fixed crash happening if a vehicle despawns during handling ↵Shauren
of control vehicle aura removal Closes #29290
2023-08-31Core/Creature: Save npcflags and unitflags as NULL in db if they are ↵ModoX
equivalent to creature_template entry Closes #29297
2023-08-30Core/GameObjects: Don't restock non-personal chests that didn't have loot ↵Shauren
modified