aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-01-02DB/Player: Update classlevelstats for EvokersNaddley
2025-01-02DB/Player: Update classlevelstats for DruidsNaddley
2025-01-02DB/Player: Update classlevelstats for Demon HuntersNaddley
2025-01-02DB/Player: Update classlevelstats for Death KnightsNaddley
2025-01-02DB/Gameobject: Added 11.0.7 massparse data for gameobject_templateNaddley
2025-01-02DB/Quest: Added 11.0.7 massparse data for quest related tablesNaddley
2025-01-02DB/Text: Added 11.0.7 massparse data for page_textNaddley
2025-01-02DB/Creature: Added 11.0.7 massparse data for creature_model_infoNaddley
2025-01-02DB/Creature: Added 11.0.7 massparse data for creature_equip_templateNaddley
2025-01-02Core/Player: Remove unnecessary castModoX
* 02131fe32bb6837e75bdeae0ca94c4ee06ac26bf followup
2025-01-02Core/Player: Changed player_classlevelstats types to int32ModoX
2025-01-02DB/GameObject: Allow longer names for gameobject_templateModoX
2025-01-01Scripts/Spells: Removed unneccessary hacks - reagent consumption by ↵Shauren
triggered spells fixed in 54a83b4b689b7d2bbddb91fc79319dd806da8cc0
2025-01-01Core/Spells: Don't ignore power costs and reagents for spells triggered by ↵Shauren
SPELL_EFFECT_TRIGGER_SPELL, SPELL_EFFECT_TRIGGER_MISSILE, SPELL_EFFECT_FORCE_CAST, SPELL_AURA_PERIODIC_TRIGGER_SPELL, SPELL_AURA_PROC_TRIGGER_SPELL and fixed implementation of SPELL_ATTR6_DO_NOT_CONSUME_RESOURCES
2025-01-01Scripts/Spells: Implement warlock talent "Bilescourge Bombers" (#30560)Muru
2024-12-31Core/Spells: Split TRIGGERED_IGNORE_POWER_AND_REAGENT_COST into separate ↵Shauren
POWER and REAGENT flags
2024-12-31Core/Misc: Include cleanup - remove MapUtils.h from Containers.hShauren
2024-12-31Core/Misc: Add concepts restrictions on container utilities for better ↵Shauren
compiler error messages
2024-12-30Spells/Spells: Fix demon hunter talent "Fiery Brand" (#30490)Aqua Deus
2024-12-30DB/Hotfixes: Updated zhTW hotfixes to 11.0.7.58238Meji
2024-12-30DB/Hotfixes: Updated zhCN hotfixes to 11.0.7.58238Meji
2024-12-30DB/Hotfixes: Updated ruRU hotfixes to 11.0.7.58238Meji
2024-12-30DB/Hotfixes: Updated ptBR hotfixes to 11.0.7.58238Meji
2024-12-30DB/Hotfixes: Updated koKR hotfixes to 11.0.7.58238Meji
2024-12-30DB/Hotfixes: Updated itIT hotfixes to 11.0.7.58238Meji
2024-12-30DB/Hotfixes: Updated frFR hotfixes to 11.0.7.58238Meji
2024-12-30DB/Hotfixes: Updated esMX hotfixes to 11.0.7.58238Meji
2024-12-30DB/Hotfixes: Updated esES hotfixes to 11.0.7.58238Meji
2024-12-30DB/Hotfixes: Updated deDE hotfixes to 11.0.7.58238Meji
2024-12-30DB/Hotfixes: Updated hotfixes to 11.0.7.58238Meji
2024-12-30Scripts/Spells: Replace custom demon hunter sigil areatrigger script wrapper ↵Shauren
with GenericAreaTriggerEntityScript
2024-12-30Scripts/Spells: Implement demon hunter talent "Restless Hunter" (#30484)Aqua Deus
2024-12-30DB/Hotfixes: Fix broadcast_text dataMeji
2024-12-30Scripts/Spells: Implement demon hunter talent "Calcified Spikes" (#30545)Aqua Deus
2024-12-30Core/Units: Fill CurrentAreaID updatefieldShauren
2024-12-29Scripts/Spells: Implement demon hunter talent "Shattered Destiny" (#30536)Aqua Deus
2024-12-29Scripts/Spells: Implement demon hunter talent "Last Resort" (#30500)Aqua Deus
2024-12-29Scripts: Remove direct unit flag manipulations for UNIT_FLAG_IMMUNE_TO_PC, ↵Shauren
UNIT_FLAG_IMMUNE_TO_NPC and UNIT_FLAG_UNINTERACTIBLE
2024-12-29Scripts/ExilesReach: Use new loot tracking quest feature to kill script ↵Shauren
hacks for it
2024-12-29Scripts/IsleOfDorn: Implement Quest: "Precious Gems" (#30495)Naddley
2024-12-29Core/Creature: Implement aggro grace period (#30362)ModoX
Ref: #26528 #30273 #23258
2024-12-29Core/Loot: Implemented automatic flagging of tracking quests from lootShauren
2024-12-29Core/Units: Added helper methods to cancel mount/shapeshift auras (#30477)Meji
2024-12-29Core/Gossip: Fix interaction with gossip launched by accepting quest (#30419)Meji
2024-12-29Core/AI: Remove default arguments for inter-script communicationModoX
2024-12-28Core/AI: Implemented conversation ai (#30538)ModoX
2024-12-28Core/Players: Refactored SetQuestCompletedBit to take questId instead of ↵Shauren
quest bit as argument
2024-12-28Core/Players: Added helper function to check quest completion using QuestV2 bitsShauren
2024-12-27Core/PacketIO: Refactor LootPackets to use new Bits<> writing utilitiesShauren
2024-12-27Core/Units: moved melee attack rage generation into ↵Ovahlord
Unit::AttackerStateUpdate and send the generated rage in combat log packet instead of power update packets (cherry picked from commit b179a7246d0383a6e0517107844611fa676b71c8)