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
Kitzunu
275b8b5d7f
chore(Scripts/ServerMail): Cleanup the code ( #19412 )
...
* chore(Scripts/ServerMail): Cleanup the code
* try to fix build error
* okay we resort to the AIs
2024-07-17 01:33:26 +02:00
Kitzunu
3e88bd8668
feat(DB): Release ACDB 11.0.0 ( #19414 )
2024-07-17 01:07:46 +02:00
Kitzunu
f0e6b0f1ab
chore(Core/GameObjectAI): Cleanup register macro ( #19409 )
2024-07-17 00:17:49 +02:00
github-actions[bot]
bdf204f1eb
chore(DB): import pending files
...
Referenced commit(s): c2c2b32b57
2024-07-16 16:28:59 +00:00
Benjamin Jackson
c2c2b32b57
fix(DB/Loot): Add loot for Tenris Mirkblood event boss. ( #19410 )
...
Init.
2024-07-16 18:28:06 +02:00
github-actions[bot]
4f4796b572
chore(DB): import pending files
...
Referenced commit(s): 2008d64e7b
2024-07-16 01:23:16 +00:00
Kitzunu
2008d64e7b
fix(Scripts/Commands): Ticket response ( #19406 )
...
* fix(Scripts/Commands): Ticket response
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/19390
* Implements two new commands
* ticket response delete - Delete a ticket response
* ticket response show - Show current ticket response
* this better
* English?
* bette rlogic
* Update cs_ticket.cpp
2024-07-16 03:22:23 +02:00
github-actions[bot]
0c271cf832
chore(DB): import pending files
...
Referenced commit(s): 9050ddccec
2024-07-15 13:46:17 +00:00
Andrew
9050ddccec
fix(DB/Creature): Remove disable movement flag from Shadowy Construct ( #19402 )
...
* fix(DB/Creature): Remove disable movement flag from Shadowy Construct
* Update rev_1720962309189833000.sql
2024-07-15 10:45:25 -03:00
avarishd
e92a5829a0
fix(Scripts/ZG): Jin'do using wrong hex spell ( #19389 )
2024-07-14 13:24:23 -03:00
github-actions[bot]
2a5233c5da
chore(DB): import pending files
...
Referenced commit(s): 1c28456599
2024-07-14 15:38:13 +00:00
Benjamin Jackson
1c28456599
fix(Creature): Remove bad SmartAI entries. ( #19380 )
...
* Init.
* Add `source_type`.
2024-07-14 12:37:20 -03:00
Benjamin Jackson
05f4fa1a35
fix(Core/Unit): Adjust melee attack stop logic. ( #19397 )
...
Init.
2024-07-14 12:31:40 -03:00
github-actions[bot]
5f62cf71e0
chore(DB): import pending files
...
Referenced commit(s): 8eb7b24670
2024-07-14 15:28:26 +00:00
Gultask
8eb7b24670
fix(Scripts/Netherstorm): Rewrite Phase Hunter AI ( #19401 )
...
* Update zone_netherstorm.cpp
* Update zone_netherstorm.cpp
* db
2024-07-14 12:27:32 -03:00
github-actions[bot]
5694c0499c
chore(DB): import pending files
...
Referenced commit(s): c1649193ac
2024-07-14 15:24:16 +00:00
sudlud
7b8e2514bf
fix(Scripts/Midsummer): correctly despawn gameobjects ( #19387 )
2024-07-14 12:24:06 -03:00
github-actions[bot]
c1649193ac
chore(DB): import pending files
...
Referenced commit(s): c3d98054dd
2024-07-14 15:23:20 +00:00
Gultask
d268840004
fix(DB/Creature): Rewrite Skettis mini bosses ( #19400 )
...
Create rev_1720906730828914400.sql
2024-07-14 12:23:01 -03:00
avarishd
c3d98054dd
fix(Core/Spells): BT - Summon Shadowfiens should spawn 11, instead of 1 ( #19391 )
...
* fix(Core/Spells): BT - Summon Shadowfiens should spawn 10, instead of 1
* Revert "fix(Core/Spells): BT - Summon Shadowfiens should spawn 10, instead of 1"
This reverts commit e5040484b6bf1bce9343b5d2fae0b24057eeaf7f.
* 39649
* spellscript
* should summon 11
* Validate
2024-07-14 12:22:24 -03:00
avarishd
f109768665
fix(Scripts/TK): KT Mindcontrol should respect Line of Sight ( #19398 )
2024-07-14 05:41:10 -03:00
github-actions[bot]
758088c2eb
chore(DB): import pending files
...
Referenced commit(s): 738c365f92
2024-07-13 20:47:43 +00:00
avarishd
16e35c1777
fix(DB/Conditions): Spawn only 1 'Zelfrax' ( #19365 )
2024-07-13 17:47:26 -03:00
github-actions[bot]
738c365f92
chore(DB): import pending files
...
Referenced commit(s): 0ffd5c2168
2024-07-13 20:46:44 +00:00