Commit Graph

13237 Commits

Author SHA1 Message Date
github-actions[bot]
90de4bb230 chore(DB): import pending files
Referenced commit(s): 2319789804
2024-06-18 09:20:13 +00:00
天鹿
2319789804 fix(DB/Hyjal): Update conditions after boss index change (#19086)
* Create Hyjal

* Delete data/sql/updates/pending_db_world/Hyjal

* Add files via upload
2024-06-18 06:19:20 -03:00
github-actions[bot]
3d95ba220a chore(DB): import pending files
Referenced commit(s): 2cf95ca6cb
2024-06-18 00:27:12 +00:00
Benjamin Jackson
8f39e88567 fix(DB/Procs): Add proc info for lower ranks of Reckoning talent. (#19071)
* Init.

* Adjust query.

Use the rank system supported by the table rather than add the individual rank spell IDs.

* Remove redundant query segment.
2024-06-17 21:27:03 -03:00
github-actions[bot]
ef87925f28 chore(DB): import pending files
Referenced commit(s): 4b0202a525
2024-06-18 00:26:27 +00:00
avarishd
2cf95ca6cb fix(Core/Spells): Don't send SMSG_CAST_FAILED for interrupted spells … (#19082)
fix(Core/Spells): Don't send SMSG_CAST_FAILED for interrupted spells after they were launched or channelling was started (this clears cooldown on client)

https: //github.com/TrinityCore/TrinityCore/commit/63bc405faeb7afcf99de6f7531e4ea59065165f4

Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-06-17 21:26:18 -03:00
avarishd
4b0202a525 fix(DB/Creature): Archmage Xylem patrol from mangos-wotlk (#19083)
fix(DB/Creature): Archmage Xylem pathing
2024-06-17 21:25:35 -03:00
Lyuboslav Kotsev
10892a519d fix(core/spell): Presence of Mind should not apply cooldown mods on c… (#17890)
fix(core/spell): Presence of Mind should not apply cooldown mods on category spells.

Mage T4 set 4 set bonus puts cooldown reduction on Presence of Mind which should not be passed down to category spells,
because in case of infinity cooldown on Arcane Power it does not get reset when you lose the Presence of Mind aura and Arcane Power stays forever in cooldown
or more specifically for 1 month(infinity cooldown).

Closes https://github.com/azerothcore/azerothcore-wotlk/issues/17800
Patch 3.0.9 https://wowpedia.fandom.com/wiki/Patch_3.0.9

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2024-06-17 22:05:07 +02:00
github-actions[bot]
e76a5ad0f2 chore(DB): import pending files
Referenced commit(s): 4b5468face
2024-06-17 19:58:19 +00:00
Benjamin Jackson
4b5468face fix(Scripts/SlavePens): Rewrite Ahune. (#19075)
* Add WPP SQL output.

* Uncomment all entries.

With one exception, one that does not exist in DB

* Sort all by template entry.

* Add reference names for templates.

* Distinguish summons from static spawns.

* Separate summons from static spawns in SQL parse.

* Add timestamps and spell casts for creatures.

* Init spawn query.

* Init script stuff.

* Init port work.

Co-Authored-By: Gustavo <sirikfoll@hotmail.com>

* Bad flag porting.

* Update stand states and unit flags properly.

* Adjust SQL.

* Add birth spell.

Properly shows the desired animation, to be verified through sniffs if he actually casts it.

* Update Frozen Core model data.

Collected from TC master branch. Will correct with proper data once sniff data becomes available.

* Elaborate rhyme aura text functions.

Co-Authored-By: sudlud <sudlud@users.noreply.github.com>

* Adjust for structure changes.

* Elaborate delete queries.

---------

Co-authored-by: Gustavo <sirikfoll@hotmail.com>
Co-authored-by: sudlud <sudlud@users.noreply.github.com>
2024-06-17 16:57:23 -03:00
Jelle Meeus
916a8ef618 fix(Scripts/BlackTemple): Akama shade missing says (#19076)
Co-authored-by: Keader <keader.android@gmail.com>
2024-06-17 21:42:45 +02:00
AnchyDev
e0cf15db93 fix(Scripts/Misc) CanExecuteCommand renamed and moved to be executed for all commands. (#19081)
* Fix CanExecuteCommand only being executed on command failure.

* Updated for style guide.

* Removed pointless hook call.

* Modified the name of the hook to better reflect function and moved the call to trigger for non-existent commands.

* Updated to OnTryExecuteCommand because Foe has a special place in my heart.

* Forgot to change these 2 areas.
2024-06-17 21:39:11 +02:00
github-actions[bot]
90ec2d6cbe chore(DB): import pending files
Referenced commit(s): 5f966e8e0c
2024-06-17 19:38:36 +00:00
Andrew
5f966e8e0c chore(Scripts/Hyjal): Remove unneeded Archimonde spell scripts (#19080)
* chore(Scripts/Hyjal): Remove unneeded spell scripts

* use trigger flags

* Update boss_archimonde.cpp

* Update boss_archimonde.cpp
2024-06-17 21:37:43 +02:00
github-actions[bot]
20ff8df91c chore(DB): import pending files
Referenced commit(s): 3211c7d884
2024-06-16 22:01:03 +00:00
Jelle Meeus
3211c7d884 fix(Scripts/ObsidianSanctum): add Flame Tsunami knockback (#19078)
* refactor spellscript

refactor spellscript

* add flame tsunami knockback
2024-06-16 19:00:07 -03:00
github-actions[bot]
b159d32cba chore(DB): import pending files
Referenced commit(s): 36621804b9
2024-06-16 21:28:32 +00:00
Benjamin Jackson
36621804b9 fix(DB/Creature): Correct model info for Black Temple bosses. (#19079)
* Init.

* Consolidate, remove comments.
2024-06-16 18:27:38 -03:00
Andrew
95221c4d50 fix(Scripts/Hyjal): Archimonde should gain charges regardless of deat… (#19069)
* fix(Scripts/Hyjal): Archimonde should gain charges regardless of death cause

* Update instance_hyjal.cpp

* fix boss waves
2024-06-16 18:58:14 +02:00
Andrew
9e122a0cad fix(Core/AI): Fix bosses being stuck IN_PROGRESS if despawnonevade fl… (#19070)
fix(Core/AI): Fix bosses being stuck IN_PROGRESS if despawnonevade flag is used
2024-06-16 18:57:51 +02:00
github-actions[bot]
737f487fae chore(DB): import pending files
Referenced commit(s): cf258bc969
2024-06-16 16:15:22 +00:00
Andrew
cf258bc969 fix(DB/Spells): Infinity Blade's Magic Disruption should stack for di… (#19077)
fix(DB/Spells): Infinity Blade's Magic Disruption should stack for different casters
2024-06-16 18:14:31 +02:00
github-actions[bot]
22c9d689aa chore(DB): import pending files
Referenced commit(s): d6d49a9e45
2024-06-16 16:13:07 +00:00
Benjamin Jackson
d6d49a9e45 refactor(Core/ObjectMgr): Implement display probabilities. (#19068)
* Init.

Cherry-picked from TC commits 9d210476e5 and c488fb219a

Co-Authored-By: Traesh <9392905+traesh@users.noreply.github.com>
Co-Authored-By: Shauren <shauren.trinity@gmail.com>

* Add brute data.

Needs validation against what existed before, i.e. Classic change prevention.

* Add validation info for brute data.

* Remove incomplete data queries.

* Requested changes.

* Whitespace.

* Requested change.

Table name.

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

* Requested change.

Table name.

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

* Resolve the funny merge conflicts.

I wonder why git blame doesn't work on a file with 20k lines in it that's odd huh champ.

* Remove unused parameter.

* Remove uses of unused parameter.

* Use unused parameter.

Hopefully?

* I will cry.

* Sobbing endlessly.

* Remove comment.

* Adjust table structure query.

Remove length parameters and allow null for build value.

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

* Adjust column datatype and add check constraint.

---------

Co-authored-by: Traesh <9392905+traesh@users.noreply.github.com>
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2024-06-16 18:12:16 +02:00
Andrew
4e385304c0 fix(Scripts/BlackTemple): Fix najentus enrage not reseting (#19074) 2024-06-16 10:32:04 +02:00
xaenerys0
03031d3616 fix(Scripts/Spells): Flag of Ownership (#18757)
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2024-06-16 10:20:25 +02:00
github-actions[bot]
5dae761a94 chore(DB): import pending files
Referenced commit(s): 9d88273976
2024-06-15 20:08:09 +00:00
Kitzunu
9d88273976 fix(DB/Achievement): Pilgrim reward mail (#19067)
* closes #18429
2024-06-15 17:07:17 -03:00
Andrew
e255a3ac3e fix(Scripts/BlackTemple): Fix Najentus not enraging after 8 min (#19066) 2024-06-15 14:01:06 -03:00
Andrew
78aaa136cc fix(Scripts/BlackTemple): Fix Free Friend spell (#19065) 2024-06-15 13:43:30 -03:00
github-actions[bot]
fb3b17cebc chore(DB): import pending files
Referenced commit(s): e98e03302e
2024-06-15 16:35:17 +00:00
sudlud
564cbca7d3 feat(CI): enable fail-fast for pch/nopch (#19058)
fix(CI): enable fail-fast for pch/nopch
2024-06-15 18:34:42 +02:00
Benjamin Jackson
e98e03302e fix(DB/Item): Stormherald PPM adjustment. (#19059)
Init.
2024-06-15 18:34:24 +02:00
github-actions[bot]
710b25ee36 chore(DB): import pending files
Referenced commit(s): 28fae60efc
2024-06-15 16:29:53 +00:00
Andrew
549e86f2eb fix(DB/Creature): Aquaneous Lord taunt immunity (#19061) 2024-06-15 18:29:51 +02:00
Andrew
c00f89a6fd fix(DB/Spell): Sludge Nova stack from different casters (#19063) 2024-06-15 18:29:35 +02:00
Andrew
28fae60efc fix(DB/Creature): Aqueous Lord formation behaviour (#19064)
fix(DB/Formations): Aqueous Spawn formation behaviour
2024-06-15 18:29:01 +02:00
github-actions[bot]
85a2812dbc chore(DB): import pending files
Referenced commit(s): 923ea9f29a
2024-06-14 22:04:09 +00:00
avarishd
923ea9f29a fix(DB/Creature): Reth'hedron spawn timer (#19055) 2024-06-15 00:03:18 +02:00
sudlud
278ee2a728 fix(docs): sync SECURITY.md with current CI config (#19057) 2024-06-13 21:52:22 +02:00
Jelle Meeus
f846d79478 fix(Core/Pet): Warlock pet handling (#19054)
* dismiss summoned non-hunter pets by removing them

* store createdbyspellid

* Revert "dismiss summoned non-hunter pets by removing them"

This reverts commit eb539e841d882a6c90f743792c91304b0d365a5c.
2024-06-13 10:31:35 -03:00
github-actions[bot]
4b40237d10 chore(DB): import pending files
Referenced commit(s): 7441938bc3
2024-06-13 13:22:26 +00:00
sudlud
302421ae4b fix(CI): reintroduce ubuntu-22.04 checks (#19052)
- we wan to support the 2 latest ubuntu LTS versions
2024-06-13 15:21:53 +02:00
avarishd
7441938bc3 fix(DB/Creature): Kadrak's wrong axe model (#19047)
fix(DB/Creature): Kadrak's axe
2024-06-13 15:21:31 +02:00
sudlud
da8d42c72c fix(CI/labeler): update Core, Documentation, Cmake labelling (#19022)
fix(CI/labeler: update Core, Documentation, Cmake labelling
2024-06-11 22:16:47 +02:00
github-actions[bot]
c1816c73da chore(DB): import pending files
Referenced commit(s): 29e747d920
2024-06-11 19:27:53 +00:00
sudlud
29e747d920 fix(DB/Gameobject): unlink 'Mighty Blaze' spawns from game events (#19049) 2024-06-11 21:27:01 +02:00
github-actions[bot]
7fe6d2cc9b chore(DB): import pending files
Referenced commit(s): 77d57efdd1
2024-06-11 18:43:42 +00:00
Jelle Meeus
77d57efdd1 refactor(Scripts/Ulduar): Spell Scripts use registry macros (#19045)
* algalon phase punch

* algalon collapse

* algalon trigger 3 adds

* algalon cosmic smash damage

* algalon big bang

* algalon remove phase

* algalon supermassive fail

* auriaya sentinel blast

* ic shield of runes

* ic assembly meltdown

* ic rune of summoning

* thorim lightning pillar

* thorim trash impale

* kologarn ulduar stone grip cast target

* kologarn stone grip

* kologarn squeezed lifeless

* kologarn stone shout pair

* mimiron rapid burst

* mimiron laser barrage

* ignis scorch

* ignis grab initial

* ignis slag pot

* ulduar energy sap

* ulduar arachnopod damage

* xt tympanic tantrum

* xt gravity bomb damage

* xt gravity bomb pair

* xt searing light spwan life spark pair

* fl load into catapult

* fl auto repair

* fl systems shutdown

* fl pursue

* fl vehicle throw passenger

* fl tar blaze

* fl vehicle grab pyrite

* fl vehicle circuit overload

* fl orbital supports

* fl thorims hammer

* fl transitus shield beam

* fl shield generator

* fl demolisher ride vehicle

* yogg malady of the mind

* yogg brain_link pair

* yogg shadow beacon

* yogg destabilization matrix

* yogg titanic storm

* yogg lunatic gaze

* yogg protective gaze

* yogg empowered

* yogg insane periodic trigger

* yogg insane

* yogg sanity well

* yogg sanity reduce

* yogg empowering shadows

yogg empowering shadows

* yogg in the mwas of the old god

* yogg target selectors

* yogg grim reprisal

* add sql

* fixup! algalon phase punch

* fixup! algalon remove phase

* fixup! ic assembly meltdown

* vezax mark of the faceless periodic

* vezax mark of the faceless drainhealth

* vezax saronite vapors dummy

* vezax saronite vapors damage

* vezax aura of despair

vezax aura of despair style

vezax aura of despair add validate

* vezax aura of despair add validate hasspell

* Revert "vezax aura of despair add validate hasspell"

This reverts commit fccf163399a12119fc468c2fe41ea0798a55eefc.

* sort sql
2024-06-11 20:42:48 +02:00
Dan
9684eb437a fix(Scripts/Hyjal): remove very scary call by reference and posis without initialization (#19046)
remove call by reference
2024-06-11 03:32:50 +02:00