Commit Graph

13606 Commits

Author SHA1 Message Date
Kitzunu
b9136e060d fix(CI): tools (#19453)
* fix(CI): tools

* Update tools_build.yml

* I dont think this is neccessary. Let's see if CI agrees with me
2024-07-20 20:27:08 +02:00
Kitzunu
21f86d1c3c chore(Core/Misc): Remove deprecated code (#19413)
* Config - Deprecated for 3 years
* ChatCommand - Deprecated for 2 years
* getLevel() - Deprecated for 2 years
* SendGlobalText - Deprecated for 8 years +
2024-07-20 09:11:01 +03:30
Kitzunu
5c09a3194e fix(Core/Config): Allow # outside of comments (#19447) 2024-07-19 21:54:47 -03:00
github-actions[bot]
dace083a62 chore(DB): import pending files
Referenced commit(s): 139e6d6362
2024-07-19 22:44:00 +00:00
Kitzunu
139e6d6362 fix(DB/Creature): Ormus the Penitent (#19444)
* fix(DB/Creature): Ormus the Penitent

* Update rev_1721400804205047100.sql
2024-07-19 19:43:08 -03:00
sudlud
4b506a8cdd fix(Scripts/FireworkShow): set firework gameobjects active (#19403)
- improve visibility of the show
- prevent glitches in the show execution
- each gameobject only exists for a very short duration, so there
  should be no relevant performance impacts
2024-07-19 17:08:46 +02:00
Kitzunu
cef6423bd8 chore(Github): Update issue template to further emphasize the require… (#19442)
chore(Github): Update issue template to further emphasize the requirement of server debug output
2024-07-19 15:27:07 +02:00
Kitzunu
332446b8aa fix(Scripts/ChatLogger): Differentiate addon whisper from player whisper (#19441)
* fix(Scripts/ChatLogger): Differentiate addon whisper from player whisper

* closes https://github.com/azerothcore/azerothcore-wotlk/issues/19439
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/17570

* fix build
2024-07-19 15:26:34 +02:00
github-actions[bot]
dc11b64b4b chore(DB): import pending files
Referenced commit(s): 23fcd4684d
2024-07-19 13:02:49 +00:00
Kitzunu
23fcd4684d fix(DB/Item): Bouquet of Orange Marigolds (#19417)
* Closes https://github.com/chromiecraft/chromiecraft/issues/7046
2024-07-19 10:01:56 -03:00
Kitzunu
428fb73e79 fix(Scripts/Reload): Only send reload output to GMs (#19443) 2024-07-19 14:45:14 +02:00
github-actions[bot]
441fdc324f chore(DB): import pending files
Referenced commit(s): 5081b0affd
2024-07-19 10:35:05 +00:00
Gultask
5081b0affd fix(Scripts/BlackTemple): Vengeful Spirit, Shadow of Death Remove (#19432)
* init

* shadowremove

* Update boss_teron_gorefiend.cpp
2024-07-19 12:34:14 +02:00
Gultask
f07da20a42 fix(Scripts/BlackTemple): Ashtongue Defenders unable to attack Akama (#19435)
Update boss_shade_of_akama.cpp
2024-07-19 12:30:38 +02:00
github-actions[bot]
76e267e98a chore(DB): import pending files
Referenced commit(s): d9d8ca24f3
2024-07-19 10:29:52 +00:00
Gultask
d9d8ca24f3 fix(DB/BlackTemple): A couple more of immunity and AI fixes to BT (#19436)
Create rev_1721353307227826200.sql
2024-07-19 12:28:55 +02:00
Benjamin Jackson
94d3caaf1b fix(Core): Further adjust packet structure for attack stop opcode. (#19438)
* Init.

* Fixy fix.
2024-07-19 06:58:58 -03:00
Jelle Meeus
2d1e4393ba fix(Spells/SpellInfoCorrections): remove AURA_INTERRUPT_FLAG_NOT_ABOVEWATER from some mounts (#19431)
remove AURA_INTERRUPT_FLAG_NOT_ABOVEWATER for some mounts
2024-07-18 21:56:12 -03:00
Benjamin Jackson
295e4dd3c6 fix(Core): Correct packet structure for combat stop messages. (#19434)
* Init.

* Reviewed changes.
2024-07-18 21:19:36 -03:00
Kitzunu
486cbb3970 fix(Scripts/ChatLog): Whoopsies (#19430) 2024-07-18 19:31:12 -03:00
Kitzunu
ab52e1f164 chore(Scripts/ChatLog): Cleanup the code (#19411)
* chore(Scripts/ChatLog): Cleanup the code

* Update chat_log.cpp

* remove more redundant code
2024-07-18 22:46:01 +02:00
Kitzunu
3831557dfe docs(DB): Database Squash (#19415) 2024-07-18 19:34:32 +02:00
github-actions[bot]
348dde4b97 chore(DB): import pending files
Referenced commit(s): 59766e10c6
2024-07-18 16:13:36 +00:00
Kitzunu
59766e10c6 fix(Core/Spell): Allow using SpellDifficulty in bg (#19422)
* fix(Core/Spell): Allow using SpellDifficulty in bg

* cherry-pick commit (e4caf52e5a)

* "Allow get SpellDifficulty on battleground maps
This is only for Isle of Conquest (Bracket 71-79 is Regular Difficulty, Bracket 80-84 is heroic or 25Man)
Spells of IoC Battleground vehicles, cannons, bombs and bosses have SpellDifficulty in DBC"

* Remove redundant CastSpell and assign a variable instead

Co-Authored-By: Gildor <521036+Jildor@users.noreply.github.com>

* Update isle_of_conquest.cpp

---------

Co-authored-by: Gildor <521036+Jildor@users.noreply.github.com>
2024-07-18 18:12:41 +02:00
Kitzunu
d26a2cac52 fix(DB): Correct collation for c_t_model (#19428) 2024-07-18 12:47:48 -03:00
github-actions[bot]
3c77defe78 chore(DB): import pending files
Referenced commit(s): d717f9783c
2024-07-17 19:10:44 +00:00
sudlud
d717f9783c fix(DB/game_event): revert squash 11.0.0 changes (#19424)
* fix(DB/game_event): revert squash 11.0.0 changes

- this reverts the dates in the table to COMMIT:
- f0e6b0f1ab
- (last commit before squash 11.0.0)

* add missing ticks
2024-07-17 16:09:53 -03:00
avarishd
ade4c2527f fix(Core/Spells): Restore sending SMSG_CAST_FAILED for spells in SPEL… (#19102)
* fix(Core/Spells): Restore sending SMSG_CAST_FAILED for spells in SPELL_STATE_PREPARING state (cast bar in progress) unintentionally removed

https: //github.com/TrinityCore/TrinityCore/commit/844efbfca84580f7b2bd700f40209515f2aaa959
Co-Authored-By: Shauren <shauren.trinity@gmail.com>

* ocd

* correct animation and castbar staying

---------

Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-07-17 09:14:06 -03:00
avarishd
cf7c015ea4 fix(Core/Spell): Implement SPELL_ATTR6_NO_PUSHBACK (#19292)
fix(Core/Spell): ImplementSPELL_ATTR6_NO_PUSHBACK
2024-07-17 09:09:34 -03:00
github-actions[bot]
ca70459f05 chore(DB): import pending files
Referenced commit(s): f510e122a0
2024-07-17 11:20:42 +00:00
avarishd
f510e122a0 fix(Script/Quest): Protecting Our Own (#19247)
* fix(Core/Spells): Gor'drek's Ointment

* Update spell_item.cpp

* ;
2024-07-17 13:19:48 +02:00
github-actions[bot]
290482e76c chore(DB): import pending files
Referenced commit(s): ea00dbef04
2024-07-17 11:16:32 +00:00
zer0pwn
ea00dbef04 fix(DB/Creature): fix spout emote text for The Lurker Below (#19404)
* fix(DB/Creature): fix spout emote text for The Lurker Below

* fix(nit): add newline

* Update data/sql/updates/pending_db_world/rev_1720992304054237637.sql

Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>

* Update rev_1720992304054237637.sql

---------

Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
2024-07-17 08:15:38 -03:00
github-actions[bot]
498ac83a68 chore(DB): import pending files
Referenced commit(s): 5674c23d04
2024-07-17 11:10:34 +00:00
Jelle Meeus
5674c23d04 fix(Scripts/BlackwingLair): Nefarian say low health and rewrite p3 (#19405)
* Nefaran says low hp and shadowflame texts, use ScheduleHealthCheckEvent

* use drakonic bone spells

* remove no longer needed _scheduler

* remove extra file
2024-07-17 08:09:38 -03:00
Jelle Meeus
9f5b01ab37 fix(Core/Unit): add melee spell breaking for spells with cast time (#19376)
melee spells breaking
2024-07-17 12:49:43 +02:00
Saqra1
a950a7f44e fix(Core/Pets): Add option to revive pets with full mana (#19383)
* fix(Scripts/Spells): Revive pets with full mana in bgs

* Pets were incorrectly revived without restoring its mana

* Closes #15894

* ready for merge

---------

Co-authored-by: Saqra1 <>
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2024-07-17 12:38:10 +02:00
github-actions[bot]
776dc5dd2f chore(DB): import pending files
Referenced commit(s): 895da2d661
2024-07-17 10:31:54 +00:00
Gultask
aabec7c8be fix(DB/Creature): Small Black Temple adjustments (#19420)
* Create rev_1721186384223205700.sql

* Update rev_1721186384223205700.sql
2024-07-17 12:31:18 +02:00
Gultask
895da2d661 fix(DB/Creature): Hellfire Training Dummies shouldn't be attackable (#19421)
Create rev_1721187314824254400.sql
2024-07-17 12:31:03 +02:00
github-actions[bot]
42e003e54d chore(DB): import pending files
Referenced commit(s): be59abad1c
2024-07-17 00:31:35 +00:00
Kitzunu
be59abad1c fix(DB/Import): Why did the bot fail? (#19416)
* fix(DB/Import): Why did the bot fail?

* nl
2024-07-17 02:30:37 +02:00
github-actions[bot]
bb3145655a chore(DB): import pending files
Referenced commit(s): 19d1d07f9f
2024-07-16 23:53:24 +00:00
archfr
19d1d07f9f fix(DB/PageText): Glyphic Scroll text (#19114) 2024-07-17 01:52:30 +02:00
github-actions[bot]
b1bab94455 chore(DB): import pending files
Referenced commit(s): e8af1aaffc
2024-07-16 23:51:31 +00:00
Jelle Meeus
e8af1aaffc fix(Scripts/Spells): warlock seed of corruption (#19322)
* remove seed of corruption handling in unit.cpp

* add generic and warlock aurascript

add warlock  aurascript

add enum

add generic aurascript

add OnRemove

2ff855054f (diff-ea612aafadff90005e88b243eb000369be9e5cb6f8dc85a008d31e42b156e0ec)

detonation threshold scaling added in: df5afca278

Co-authored-by: ariel- <ariel-@users.noreply.github.com>

* add LoS check to generic damage

* refactor 2 scripts to 1 with args

refactor const_cast to GetAura()->GetEffect(

refactor reduce a line

* fix detonation threshold scaling

changed SPELL_DIRECT_DAMAGE to DOT

* remove not needed IsExpired() check

removal upon expiration is notified by AURA_REMOVE_BY_EXPIRE

* update comment

* refactor script with args to single spellscript, fix detonate by evade

* refactor

detonation to Detonate()
rename amount to remainingDamage
remove no tneeded HealthBelowPctDamaged

* refactor to 2 spell scripts again

* rename detonation spell from seed_of_corruption to seed_of_corruption_damage

avoids confusion with seed of corruption (with dot effect)

---------

Co-authored-by: ariel- <ariel-@users.noreply.github.com>
2024-07-17 01:50:38 +02:00
github-actions[bot]
416e53df0b chore(DB): import pending files
Referenced commit(s): e9ea181684
2024-07-16 23:46:44 +00:00
Jelle Meeus
9109de6500 fix(Scripts/Karazhan): Nightbane Combat Abilities (#19321)
* fix(Scripts/Karazhan): NightbaneCombatAbilities

update fear

WIP add comments

increase air phase

* remove distracting ash from ground phase

* :sort
2024-07-17 01:46:23 +02:00
github-actions[bot]
e9ea181684 chore(DB): import pending files
Referenced commit(s): 90c7658320
2024-07-16 23:45:45 +00:00
avarishd
90c7658320 fix(Script/Spells): Script Glumdor's Steal Weapon (#19258)
* fix(Core/Spells): Script Glumdor's Steal Weapon

* add creature check
2024-07-17 01:44:49 +02:00