aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-28Scripts/Spells: Implement evoker talent Call of Ysera (#30893)Aqua Deus
2025-04-28DB/Drustvar: Implement Quest: "Once Bitten, Twice Shy"Naddley
2025-04-28Core/Players: Implemented item level based armor damage reduction ↵Shauren
diminishing for pvp
2025-04-27Core/Chat: Support new 11.1.5 chat link color format and more chat link typesShauren
2025-04-26DB/Drustvar: Added more loot to creaturesNaddley
- Darkmaw Prowler - Watchful Raven - Coastal Osprey
2025-04-26DB/Drustvar: Implement Quest: "Harmfull if Swallowed"Naddley
2025-04-26DB/Drustvar: Update questchains for chapter 2Naddley
2025-04-26Core/Items: Updated item gem colorsShauren
2025-04-26Core/Utils: Added nullptr_t assignment operator to unique_weak_ptr (alias ↵Shauren
for .reset())
2025-04-25Core: Updated to 11.1.5Shauren
2025-04-25Core/Quests: Convert quest loading to named field access (ref ↵Shauren
29a680a1c264e5c8858b387fce4f6472a6d70a7e)
2025-04-25Core/Database: Added very simple macro to create named query result field ↵Shauren
accessors
2025-04-24Core/Players: Define all character flags used in SMSG_ENUM_CHARACTERS_RESULTShauren
2025-04-23DB/Stormwind: Implement Quest: "Feeling Crabby?"Naddley
Closes #30857
2025-04-22DB/BlackfathomDeeps: Update spawns to WoD versionusername9617
Closes #30886 Co-authored-by: Naddley <NaddleyTC@gmail.com>
2025-04-22Core/Spells: Remove triggering spell link from SPELL_EFFECT_FORCE_CASTShauren
2025-04-21Core/Spells: Handle SPELL_EFFECT_FORCE_CAST on spell launch instead of hitShauren
2025-04-20Core/Spells: Fire OnEffectSuccessfulDispel for SPELL_EFFECT_DISPEL_MECHANICShauren
2025-04-20Core/Spells: Rename confusing SpellState enum valuesShauren
* SPELL_STATE_CASTING -> SPELL_STATE_CHANNELING (was used for "channel in progress") * SPELL_STATE_DELAYED -> SPELL_STATE_LAUNCHED
2025-04-19Core/Conditions: Added conditions for automatic learning spells with ↵Shauren
SkillLineAbility::AcquireMethod = 4
2025-04-19DB/Drustvar: Implement Quest: "Trial by Superstition"Naddley
2025-04-18Core/DataStores: Convert SkillLineAbilityAcquireMethod to enum classShauren
2025-04-18Core/Spells: Added soft target cap to hunter spell Explosive Shot (#30847)Aqua Deus
2025-04-18Core/Auras: Add DealDamageMods to SPELL_AURA_PERIODIC_LEECH (#30768)username9617
Closes #30885
2025-04-18Scripts/Spells: Implement hunter talent Surging Shots (#30787)Aqua Deus
2025-04-18Scripts/Spells: Implement warrior hero talent Storm Bolts (#30827)MoltenCrystal
2025-04-18Scripts/Spells: Implement druid talent Mangle (#30763)Aqua Deus
2025-04-18Core/Spells: Added soft target cap to mage spell ice nova (#30755)Aqua Deus
2025-04-18Core/SAI: Allow SMART_EVENT_HEALTH_PCT to be triggered out of combat (#30874)Meji
2025-04-17DB/Drustvar: Added conversation script for Marshal Everit ReadeNaddley
2025-04-17DB/Drustvar: Added spawns for Hawthornes PlotNaddley
2025-04-17Core/Transports: Fixed clientside position of stoppable transportsShauren
2025-04-16Core/Players: Improve setting ActivePlayerData::TransportServerTime by ↵Shauren
including TIME_SYNC and CMSG_QUEUED_MESSAGES_END values in its calculation * This removes delay on nearby object visibility after login and teleport
2025-04-16Core/Guilds: corrected logging for guild reward db errorsOvahlord
(cherry picked from commit 3b2e2195eabec2f66edd805aa2582069e2335cad)
2025-04-16Core/Quests: corrected error logging for quest loading helpersOvahlord
(cherry picked from commit 2e971321cf4648a5deceb73074967d48fc94c020)
2025-04-16DB/Drustvar: Added some more spawns to Watchers WoodNaddley
2025-04-16Core/Transports: Preserve all dynamicflags for transportsShauren
2025-04-15DB/Drustvar: Implement Quest: "In Case of Ambush"Naddley
2025-04-15Scripts/Spells: Implemented Primordial WaveShauren
2025-04-15Core/Spells: Make Spell::GetMinMaxRange publicShauren
2025-04-14DB/Drustvar: Added more spawnsNaddley
2025-04-14Scripts/Drustvar: Implement Quest: "Standing Accused" (#30872)Naddley
2025-04-14Core/Utilities: Added boost asio callback that transforms callback ↵Shauren
signatures from (error_code + other) to (boost::outcome)
2025-04-14DB/Drustvar: Implement Quest: "The Waycrest Daughter"Naddley
2025-04-14DB/Drustvar: Added some more spawnsNaddley
2025-04-13Core/Players: Call OnQuestObjectiveChange after updating objective countersMeji
Fix SMART_EVENT_QUEST_OBJ_COMPLETION trigger
2025-04-13Scripts/Spells: Implement hunter talent Scrappy (#30850)Aqua Deus
2025-04-13Dep/Boost: Support boost 1.88Shauren
2025-04-13DB/Drustvar: Added Rindlewoe for Quest:"WANTED: Rindlewoe"Naddley
+ added combat script + added loot
2025-04-13Scripts/Spells: Implement hunter talent Manhunter (#30851)Aqua Deus