Commit Graph

  • 4b7465aad8 Core/Spells: send rune cooldowns even after miss to match sniff data Ovahlord 2025-01-12 18:52:20 +01:00
  • 1dc2e8fdc5 Core/Spells: corrected refunding runes - they don't get put on a cooldown and don't send cooldowns for spells which had their runes refunded Ovahlord 2025-01-12 01:29:04 +01:00
  • 7d5e794fd3 Core/Spells: send rune cooldowns even after miss to match sniff data Ovahlord 2025-01-12 18:52:20 +01:00
  • 61ea743904 Merge branch 'TrinityCore:master' into jh_acoremodules jh_acoremodules hustonjs 2025-01-12 12:16:01 -05:00
  • 4cdd79aed0 DB/Spells: corrected proc behavior of Chill of the Grave - only allow it to proc when its triggering spells hit the target Ovahlord 2025-01-11 23:50:13 +01:00
  • dbe2f1ee7e Core/Spells: corrected refunding runes - they don't get put on a cooldown and don't send cooldowns for spells which had their runes refunded Ovahlord 2025-01-12 01:29:04 +01:00
  • b195f45635 Core/Spells: Don't grant runic power when death knight abilities that do it using negative power cost miss and the spell has SPELL_ATTR1_DISCOUNT_POWER_ON_MISS Shauren 2025-01-12 00:24:45 +01:00
  • efb8ccc079 Core/Spells: reduce differences between branches Ovahlord 2025-01-11 22:19:24 +01:00
  • 76ab2007c0 Core/Spells: Don't grant runic power when death knight abilities that do it using negative power cost miss and the spell has SPELL_ATTR1_DISCOUNT_POWER_ON_MISS wotlk_classic Shauren 2025-01-12 00:24:45 +01:00
  • c8869403ab Scripts/Spells: Fix death knight talent Brittle (#30231) Aqua Deus 2025-01-11 22:48:12 +01:00
  • 781fe731dd Core/Players: Fix resurrection timer missing if logging in while dead (#30598) Frostshake 2025-01-11 21:03:14 +00:00
  • d9c2720393 Core/Spells: fixed power check for runes when casting spells - these have their own check and don't require the default one Ovahlord 2025-01-11 20:26:03 +01:00
  • 575e37859b Scripts/Spells: Implement racial spell "Spatial Rift" (#30583) Muru 2025-01-12 03:35:23 +07:00
  • a8ceccebf9 DB/Spells: fixed Chill of the Grave Ovahlord 2025-01-11 21:05:04 +01:00
  • e2c011fbd4 Scripts/Spells: increased precision when calculating Howling Blast's attack power bonus to match tooltip values Ovahlord 2025-01-11 20:44:33 +01:00
  • a940ae963d DB/Spells: fixed Glyph of Howling Blast Ovahlord 2025-01-11 20:41:26 +01:00
  • c1d8e30015 Scripts/Spells: fixed Howling Blast damage calculation Ovahlord 2025-01-11 20:36:09 +01:00
  • 7f29956937 Core/Spells: fixed power check for runes when casting spells - these have their own check and don't require the default one Ovahlord 2025-01-11 20:26:03 +01:00
  • 5564f95a21 Core/Spells: removed non-existing SpellCastVisual UF operator leftover from downgrading to Cataclysm Ovahlord 2025-01-11 19:29:44 +01:00
  • a855cc8dec SQL: Fix line endings in old sql files Shauren 2025-01-11 14:40:46 +01:00
  • 102bdab4c8 Core: Updated allowed build to 11.0.7.58533 Shauren 2025-01-11 11:02:32 +01:00
  • 4254434c1c Core/Spells: Fixed crashes with spells using SPELL_EFFECT_ENCHANT_ITEM/SPELL_EFFECT_ENCHANT_ITEM_PRISMATIC that are not cast by an item Shauren 2025-01-10 23:47:57 +01:00
  • 1e3b8d1721 Core/Spells: Fixed crashes with spells using SPELL_EFFECT_ENCHANT_ITEM/SPELL_EFFECT_ENCHANT_ITEM_PRISMATIC that are not cast by an item Shauren 2025-01-10 23:47:57 +01:00
  • 45b60b5115 Core/Units: Fill CurrentAreaID updatefield Shauren 2024-12-30 10:17:53 +01:00
  • c702346ac6 Core/Conditions: Allow conditions for seen object in CONDITION_SOURCE_TYPE_OBJECT_ID_VISIBILITY ModoX 2025-01-10 21:39:20 +01:00
  • fcf1c757f3 DB:fixed sql file name from 4bc721aa25 Ovahlord 2025-01-10 22:47:30 +01:00
  • 2693d73383 Core/AreaTriggers: Replace fixed movement times in database for areatriggers with speed Shauren 2025-01-10 21:22:28 +01:00
  • 4bc721aa25 DB/Quests: added more quest data from mass parses Ovahlord 2025-01-10 22:39:14 +01:00
  • 6e3c8a8463 Core/Conditions: Allow conditions for seen object in CONDITION_SOURCE_TYPE_OBJECT_ID_VISIBILITY ModoX 2025-01-10 21:39:20 +01:00
  • 7a99e7ce63 DB/Misc: Fix sql ModoX 2025-01-10 22:24:26 +01:00
  • 7fd3e8c4d6 Scripts/Ghostlands: Implement Quest: "To Ghostlands" (#30586) Naddley 2025-01-10 22:21:21 +01:00
  • 069771e22e Core/AreaTriggers: Replace fixed movement times in database for areatriggers with speed Shauren 2025-01-10 21:22:28 +01:00
  • aadaf748fa Core/Auras: Use UnitListSearcher instead of WorldObjectListSearcher when searching for area aura targets Shauren 2025-01-09 21:08:00 +01:00
  • 84b0eca447 Core/Auras: Use UnitListSearcher instead of WorldObjectListSearcher when searching for area aura targets Shauren 2025-01-09 21:08:00 +01:00
  • b6b985a822 Core/Spells: Replace MAX_SPELL_EFFECTS loop limits with correct upper bound depending on how many effects the spell has Shauren 2025-01-09 17:48:41 +01:00
  • 9e26bf6a7f Core/Auras: Make iteration over Aura::GetAuraEffects safe by automatically skipping nullptr elements Shauren 2025-01-09 13:23:48 +01:00
  • 08eb6312f2 Core/Auras: Fixed sending amounts for effects that need it, aren't first and don't have SPELL_ATTR8_AURA_POINTS_ON_CLIENT Shauren 2025-01-09 12:36:58 +01:00
  • e3ecbbd1b5 Core/DataStores: Delay building all DB2Manager containers after loading hotfix data to ignore rows marked as deleted by hotfixes Shauren 2025-01-09 00:12:43 +01:00
  • efeb9add00 Core/AreaTriggers: Don't suppress TimeToTarget changes in values update on movement start Shauren 2025-01-08 00:26:08 +01:00
  • 43c1a47c3d Fix nopch build Shauren 2025-01-07 20:13:17 +01:00
  • 904d8aa040 Core/Misc: Removed GetClassName preprocessor hack Shauren 2025-01-07 19:40:20 +01:00
  • 4e7181c171 Core/Commands: Extract bonus lists and item context from provided item link for .additem commands Shauren 2025-01-07 16:46:44 +01:00
  • 40696d4754 Core/Network: Simplify worldserver port configuration: removed InstanceServerPort Shauren 2025-01-07 13:41:09 +01:00
  • bceca01ce5 Core/Time: Fixed WowTime operator<=> Shauren 2025-01-07 00:59:28 +01:00
  • 9921cbffe9 Core/DataStores: Define new taxi node flags Shauren 2025-01-06 21:54:48 +01:00
  • b44bbb3072 Codestyle fix Shauren 2025-01-05 22:09:49 +01:00
  • d785a48475 Core/Grids: Modernize TypeContainer with variadic template Shauren 2025-01-05 20:22:34 +01:00
  • 5ed1005afa Core/Grids: Add missing changes to commit e245e8ad12 Shauren 2025-01-05 18:00:15 +01:00
  • f5646a4307 Core/Grids: Minor Grid/NGrid refactor - make TypeMapContainer be its direct template parameter instead of passing in TypeList Shauren 2025-01-05 15:14:41 +01:00
  • 4bbb71c7e5 Core/Auras: Allow some whitelisted spells to update effect values of non-passive auras when adding spell mods Shauren 2025-01-04 20:44:05 +01:00
  • 561b122364 Core/Spells: Replace MAX_SPELL_EFFECTS loop limits with correct upper bound depending on how many effects the spell has Shauren 2025-01-09 17:48:41 +01:00
  • 97f58a59f1 Core/Auras: Make iteration over Aura::GetAuraEffects safe by automatically skipping nullptr elements Shauren 2025-01-09 13:23:48 +01:00
  • 0a1b81043e Core/Auras: Fixed sending amounts for effects that need it, aren't first and don't have SPELL_ATTR8_AURA_POINTS_ON_CLIENT Shauren 2025-01-09 12:36:58 +01:00
  • da1ac5aa73 Core/DataStores: Delay building all DB2Manager containers after loading hotfix data to ignore rows marked as deleted by hotfixes Shauren 2025-01-09 00:12:43 +01:00
  • debbed0159 Core/AreaTriggers: Don't suppress TimeToTarget changes in values update on movement start Shauren 2025-01-08 00:26:08 +01:00
  • b32ba71045 Scripts/Spells: Fix dk talent Ice Prison (#30233) Aqua Deus 2025-01-07 21:33:42 +01:00
  • 3eac7242d1 Fix nopch build Shauren 2025-01-07 20:13:17 +01:00
  • 6f0e96a30a Core/Misc: Removed GetClassName preprocessor hack Shauren 2025-01-07 19:40:20 +01:00
  • f647ff6865 Core/Commands: Extract bonus lists and item context from provided item link for .additem commands Shauren 2025-01-07 16:46:44 +01:00
  • 039acb20e4 Core/Network: Simplify worldserver port configuration: removed InstanceServerPort Shauren 2025-01-07 13:41:09 +01:00
  • ae1f80c083 Core/Time: Fixed WowTime operator<=> Shauren 2025-01-07 00:59:28 +01:00
  • 19aef6882d Core/Time: Fixed WowTime operator<=> Shauren 2025-01-07 00:59:28 +01:00
  • edbbbf8be3 Core/DataStores: Define new taxi node flags Shauren 2025-01-06 21:54:48 +01:00
  • b18d0b8c68 Scripts/Spells: Updated Rogue Deadly Poison script for current expansion (#30377) Aqua Deus 2025-01-06 20:41:08 +01:00
  • 2f30423c38 Codestyle fix Shauren 2025-01-05 22:09:49 +01:00
  • 401502ea3c Core/Grids: Modernize TypeContainer with variadic template Shauren 2025-01-05 20:22:34 +01:00
  • 0443391042 Core/Grids: Add missing changes to commit e245e8ad12 Shauren 2025-01-05 18:00:15 +01:00
  • e245e8ad12 Core/Grids: Minor Grid/NGrid refactor - make TypeMapContainer be its direct template parameter instead of passing in TypeList Shauren 2025-01-05 15:14:41 +01:00
  • cc31fe491f Scripts/Spells: Mark priest spell script functoins const/static (#30569) Teleqraph 2025-01-05 12:49:28 +01:00
  • a970f2fef5 DB/NPE: Added Thick Cocoon spawns and add spawntracking data Naddley 2025-01-05 01:19:30 +01:00
  • f46a042d98 Scripts/Spells: Implemented several enhancement shaman resource related talents - Maelstrom Weapon, Overflowing Maelstrom, Stormweaver, Thorim's Invocation Shauren 2025-01-05 00:19:43 +01:00
  • 3a19b8160d Core/Auras: Allow some whitelisted spells to update effect values of non-passive auras when adding spell mods Shauren 2025-01-04 20:44:05 +01:00
  • c9099c8756 Core/Misc: Implemented spawn tracking (#30247) Meji 2025-01-04 18:08:09 +01:00
  • 6f326d5b36 DB/Stormwind: Added some more spawns to Stormwind Embassy Naddley 2025-01-04 16:16:53 +01:00
  • 3cbf5812a0 DB/Stormwind: Added missing path for Officer Fairbanks & Elizabeth Birdsong Naddley 2025-01-04 14:25:38 +01:00
  • 515d727ac9 Scripts/Priest: Update Sins of the Many damage diminishing (#30570) Teleqraph 2025-01-04 08:18:33 +01:00
  • cfc260e681 Core/Objects: Use span/array instead of vector for raw ObjectGuid manipulations Shauren 2025-01-03 13:47:24 +01:00
  • 5da556b9a4 Core/Database: Added std::span based functions to Field and PreparedStatement Shauren 2025-01-03 13:04:19 +01:00
  • a7587de5ed Core/Auras: Fixed aura stacks being reset to default max stack size when modified by SpellModOp::MaxAuraStacks and reaching the new limit Shauren 2025-01-02 19:08:19 +01:00
  • 5e450f5112 DB/Dornogal: Added some more spawns to Stoneward's Rise Naddley 2025-01-03 17:44:05 +01:00
  • 0bfca1c18f Core/Units: ensure that damaging hits will always award at least one rage point Ovahlord 2025-01-03 16:34:25 +01:00
  • cfbb909f3e Core/Units: round up rage calculations and use double precision Ovahlord 2025-01-03 16:17:07 +01:00
  • c72de2fbbc Core/Objects: Use span/array instead of vector for raw ObjectGuid manipulations Shauren 2025-01-03 13:47:24 +01:00
  • 27860c3316 Core/Database: Added std::span based functions to Field and PreparedStatement Shauren 2025-01-03 13:04:19 +01:00
  • 000e4e9970 Scripts/Spells: Implement warlock talent "Shadow Invocation" (#30561) Muru 2025-01-03 13:02:58 +07:00
  • a3d29b4597 DB/WorldStates: Added new worldstates related to currencies Meji 2025-01-03 00:40:05 +01:00
  • 98206bf7e8 Scripts/StormwindCity: Implement quest "The Mission" (29548) (#30557) Meji 2025-01-02 21:43:06 +01:00
  • 7fbdedfd9a DB/SirenIsle: Added graveyards Naddley 2025-01-02 20:56:11 +01:00
  • a4f76cb561 DB/Stormwind: Added Seeker Najed Naddley 2025-01-02 20:53:58 +01:00
  • 04abb7c12b DB/EversongWoods: Added missing emote to Sunstrider Guardians Naddley 2025-01-02 20:53:08 +01:00
  • 55bc102155 DB/SirenIsle: Added basic spawns which are not in the weekly rotation Naddley 2025-01-02 20:49:43 +01:00
  • 586651031e Core/Auras: Fixed aura stacks being reset to default max stack size when modified by SpellModOp::MaxAuraStacks and reaching the new limit Shauren 2025-01-02 19:08:19 +01:00
  • 06b106b06a DB/GameObjects: fixed phasing of several gameobject spawns in Acherus: The Ebon Hold (cherry picked from commit 686e575b6f) Ovahlord 2024-12-21 22:24:30 +01:00
  • 656365cbfc DB/Misc: Followup for classlevelstat sql files Naddley 2025-01-02 15:47:38 +01:00
  • 147552fc00 DB/Player: Update classlevelstats for Warrior Naddley 2025-01-02 15:40:58 +01:00
  • 4e06d4ff79 DB/Player: Update classlevelstats for Warlock Naddley 2025-01-02 15:40:40 +01:00
  • 1bc57cf6f1 DB/Player: Update classlevelstats for Shamans Naddley 2025-01-02 15:40:21 +01:00
  • 01cacbdc5f DB/Player: Update classlevelstats for Rogues Naddley 2025-01-02 15:40:02 +01:00
  • ddf66788eb DB/Player: Update classlevelstats for Priests Naddley 2025-01-02 15:39:43 +01:00
  • 2ad11f3aa5 DB/Player: Update classlevelstats for Paladins Naddley 2025-01-02 15:39:22 +01:00