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
avarishd
0ffd5c2168
fix(DB/Creature): Time-Lost Skettis High Priest & Talonpriests ( #19385 )
...
* fix(DB/Creature): Time-Lost Skettis High Priest auras & SAI
https: //github.com/cmangos/tbc-db/pull/336
Co-Authored-By: AnonXS <19734826+AnonXS@users.noreply.github.com >
* Talonpriests
---------
Co-authored-by: AnonXS <19734826+AnonXS@users.noreply.github.com >
2024-07-13 17:45:48 -03:00
github-actions[bot]
a2ca5d3b00
chore(DB): import pending files
...
Referenced commit(s): a69d02e513
2024-07-13 15:39:54 +00:00
Jelle Meeus
a69d02e513
fix(Scripts/Spells): warlock demonic pact ( #19386 )
...
* add Demonic Pact Aura script
2ff855054f (diff-ea612aafadff90005e88b243eb000369be9e5cb6f8dc85a008d31e42b156e0ec)
Co-authored-by: ariel- <ariel-@users.noreply.github.com >
* spell_warlock aura:spell_warl_demonic_pact_aura
* fixup! spell_warlock aura:spell_warl_demonic_pact_aura
* remove not needed spell correction, flag is already set
* subtract current proc bonus before calculating new bonus
* also increase healing done
* remove Demonic Pact handling in Unit
* refactor indent, remove bonus from spell group effects e.g. totem of wrath
* Revert "refactor indent, remove bonus from spell group effects e.g. totem of wrath"
This reverts commit 104041172d34f542cc934e9f468407c36912cc7f.
* refactor indent
* manually set proc cooldown
---------
Co-authored-by: ariel- <ariel-@users.noreply.github.com >
2024-07-13 12:38:59 -03:00
github-actions[bot]
98cb352dc0
chore(DB): import pending files
...
Referenced commit(s): d85d24f4a9
2024-07-13 10:10:53 +00:00
sudlud
79744dfd1e
fix(DB/Item): add flag CU_DURATION_REAL_TIME to 21174 'Empty Festive … ( #19392 )
...
fix(DB/Item): add flag CU_DURATION_REAL_TIME to 21174 'Empty Festive Mug'
2024-07-13 07:10:46 -03:00
Benjamin Jackson
d85d24f4a9
fix(DB/Creature): Update Hyjal boss swing timers. ( #19394 )
...
Init.
2024-07-13 07:10:02 -03:00
Benjamin Jackson
c7d086862a
fix(Scripts/HyjalSummit): Adjust Azgalor's Rain of Fire timings. ( #19393 )
...
* Init.
* Bad number.
2024-07-12 20:07:25 -03:00
github-actions[bot]
524356bcfd
chore(DB): import pending files
...
Referenced commit(s): a511ddb73c
2024-07-12 22:43:06 +00:00
Benjamin Jackson
a511ddb73c
fix(DB/Creature): Adjust some values of Hyjal trash creatures. ( #19395 )
...
* Init.
* Whoops.
2024-07-12 19:42:15 -03:00
Benjamin Jackson
70eb920b10
feat(Core/Unit): Implement munching as a configurable option. ( #19188 )
...
* Init.
* Correct description.
* Adjust boolean to integer in config.
2024-07-10 12:26:53 -03:00
Kitzunu
793f87fd61
fix(Core/GameObject): Use correct spell at meeting stone ( #19311 )
...
* fix(Core/GameObject): Use correct spell at meeting stone
* cleanup
2024-07-09 19:39:58 -03:00
github-actions[bot]
7a90d31687
chore(DB): import pending files
...
Referenced commit(s): 477f21d4ef
2024-07-09 22:38:21 +00:00
Gultask
477f21d4ef
fix(DB/Creature): Add pet spells to Tempest-Smith ( #19348 )
...
Create rev_1720400328193554900.sql
2024-07-09 19:37:26 -03:00
Andrew
6b50570247
refactor(Scripts/BlackTemple): Update Mother Sharahz script ( #19378 )
...
* refactor(Scripts/BlackTemple): Update Mother Sharahz script
* Update boss_mother_shahraz.cpp
2024-07-09 18:56:13 -03:00
github-actions[bot]
e05ff4d6d8
chore(DB): import pending files
...
Referenced commit(s): d9e556ff92
2024-07-09 17:41:00 +00:00
avarishd
d9e556ff92
fix(DB/Creature): Sturdy Plate shouldn't be selectable. ( #19366 )
2024-07-09 14:40:04 -03:00
avarishd
7d08758f1f
fix(Core/Totem): Totems shouldn't be immune to intervene. ( #19372 )
...
* fix(Core/Totem): Totems shouldn't be immune to intervene
* cs is my enemy
2024-07-09 14:39:05 -03:00
github-actions[bot]
1dcfc7d3ee
chore(DB): import pending files
...
Referenced commit(s): 3b75cc1d13
2024-07-09 17:19:09 +00:00
avarishd
4fae2ffc3f
fix(DB/Custom): Introspection aura(s) should be a debuff ( #19364 )
2024-07-09 14:18:59 -03:00
github-actions[bot]
3b75cc1d13
chore(DB): import pending files
...
Referenced commit(s): 4040f93f85
2024-07-09 17:18:06 +00:00
Gultask
40bfb5163c
fix(DB/Creature): Tweak timers for Crystalcore Devastator ( #19349 )
...
* Create rev_1720401165519242700.sql
* Update rev_1720401165519242700.sql
2024-07-09 14:17:30 -03:00
Francesco Borzì
4040f93f85
refactor(Scripts/Commands): remove unused imports ( #19340 )
...
* refactor(Scripts/Commands): remove unused imports
* chore: fix build
* chore: revert unwanted change
2024-07-09 14:17:06 -03:00
Jelle Meeus
ee4d728573
fix(Core/Pets): Correct Pet size for pets 3 ( #19319 )
...
* revert
* override maxScale for some families
add more families
sort
* add turtle
2024-07-09 14:16:30 -03:00
github-actions[bot]
1c45600335
chore(DB): import pending files
...
Referenced commit(s): 2552eb2c5d
2024-07-09 17:16:09 +00:00
Gultask
9c29e546dc
fix(DB/Loot): Normalize Epic Gear Zone Drops in The Eye ( #19336 )
...
* Create rev_1720371062445685800.sql
* Update rev_1720371062445685800.sql
2024-07-09 14:16:02 -03:00
Benjamin Jackson
ccf5f06128
fix(Scripts/HyjalSummit): Correct Soul Charge color assignments. ( #19345 )
...
Init.
2024-07-09 14:15:34 -03:00
Gultask
2552eb2c5d
fix(DB/Quest): Add SpecialFlags to Scale of Sands ring swap quests ( #19354 )
...
Create rev_1720411446927878900.sql
2024-07-09 14:15:09 -03:00