Commit Graph

11544 Commits

Author SHA1 Message Date
Maria-sequel
1cd181f923 feat(Core/Config): Add Legacy Arena Points config option (#16940)
* feat:(Core/Config): Add legacy Arena points option

* Update IWorld.h

* Update World.cpp

* Update World.cpp

* typo

* Update worldserver.conf.dist

* Update worldserver.conf.dist

* Update World.cpp

* Update World.cpp

* defaults to true

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

* config text

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

* Update src/server/apps/worldserver/worldserver.conf.dist

* Update src/server/apps/worldserver/worldserver.conf.dist

* Update src/server/game/World/World.cpp

---------

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
2023-08-09 00:44:44 -03:00
AzerothCoreBot
47ae5eef50 chore(DB): import pending files
Referenced commit(s): 8eeec45c59
2023-08-09 02:51:50 +00:00
Maria-sequel
8eeec45c59 fix(DB/Quest): Hellfire Fortifications adjustments (#16960)
* fix(DB/Quest): Hellfire Fortifications daily should be available when exalted

* add prequest
2023-08-08 23:48:46 -03:00
Skjalf
f5e555082e fix(Core/Unit): Fix Arena Preparation aura being removed on player ac… (#16925)
fix(Core/Unit): Fix Arena Preparation aura being removed on player actions
2023-08-08 23:48:20 -03:00
Maria-sequel
78a2f5ef8d fix(DB/Creature): Infernal Warbringer immune to horror (#16961) 2023-08-08 23:45:55 -03:00
Kitzunu
026fe7c962 fix(Core/Pets): Hunter pet scaling (#16959)
* fix(Core/Pets): Hunter pet scaling

* Fix pet scaling to properly take DBC data
* Edge case for Devilsaur where the DBC data is whack, therefore we use Spirit Beast data instead
* updated scale calculation based on client function (f09564b9d0)

Co-Authored-By: Ovahlord <18347559+Ovahlord@users.noreply.github.com>

* fix gcc

---------

Co-authored-by: Ovahlord <18347559+Ovahlord@users.noreply.github.com>
2023-08-08 19:11:41 -03:00
AzerothCoreBot
b31a1a875b chore(DB): import pending files
Referenced commit(s): 34044d0d50
2023-08-08 11:59:14 +00:00
Dan
34044d0d50 fix(DB/Creature): make sure The Crone can no longer be disarmed or interrupted (#16956)
initial

make sure she can cast her CL

Co-authored-by: Benjamin Jackson <20357406+Maria-sequel@users.noreply.github.com>
2023-08-08 08:56:49 -03:00
AzerothCoreBot
a05ee01ec4 chore(DB): import pending files
Referenced commit(s): b1c82ab479
2023-08-07 12:40:48 +00:00
Maria-sequel
b1c82ab479 fix(DB/SAI): Hellfire Warder should not overlap rain of fire (#16941)
* fix(DB/SmartScripts): Hellfire Warder should not overlap Rain of Fire

* Delete hellfirewarder.sql

* fix(DB/SmartScripts): Hellfire Warder should not overlap rain of fire
2023-08-07 09:38:31 -03:00
Kitzunu
c866e17406 refactor(Core/Motd): Move motd to MotdMgr (#16933) 2023-08-06 23:02:54 +02:00
Kitzunu
6d61c686ed fix(DB): Correct collation of create script (#16853) 2023-08-06 21:26:47 +02:00
Kitzunu
3deefcb271 chore(Docs): Specify MySQL 8.1 support (#16903) 2023-08-06 21:26:35 +02:00
Gultask
0276b141a8 feat(Core/SmartAI): Implement castFlag THREATLIST_NOT_SINGLE (#16911)
* init

* Update SmartScript.cpp
2023-08-06 20:25:31 +02:00
AzerothCoreBot
467ee93f5b chore(DB): import pending files
Referenced commit(s): e08ceb3d8d
2023-08-06 16:19:51 +00:00
Roddan
e08ceb3d8d fix(Script/Quest): Doing Your Duty (#16923)
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2023-08-06 18:17:38 +02:00
AzerothCoreBot
98338e7499 chore(DB): import pending files
Referenced commit(s): f05d2a0db0
2023-08-06 15:43:58 +00:00
Maria-sequel
f05d2a0db0 fix(DB/Creature): Arcane Anomaly should not be immune to arcane (#16921) 2023-08-06 12:41:45 -03:00
AzerothCoreBot
bd9f5a1af2 chore(DB): import pending files
Referenced commit(s): 250d9d059a
2023-08-06 15:20:22 +00:00
Maria-sequel
250d9d059a fix(DB/Creature): Netherspite, Nightbane should be immune to interrupt (#16922)
fix(DB/Creature): Netherspite and Nightbane should be immune to interrupt
2023-08-06 12:18:12 -03:00
AzerothCoreBot
6425c18c66 chore(DB): import pending files
Referenced commit(s): 672fda5634
2023-08-06 14:58:44 +00:00
Maria-sequel
672fda5634 fix(DB/Creature): Hellfire Channeler should be immune to silence (#16894) 2023-08-06 11:56:22 -03:00
Mike Delago
e7b3f5e78a chore(CI): fix ci-pending.sh script for linting SQL (#16913)
* fix Checks for pending sql

* remove strings in general

* Update apps/ci/ci-pending.sh

---------

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2023-08-06 11:43:51 +02:00
v-mstrs
9eadbdf611 fix(Core/Spells): Warrior T5 2p (#16749)
* fix overpower bonus

* Update SpellInfoCorrections.cpp

* Update src/server/game/Spells/SpellInfoCorrections.cpp

---------

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2023-08-06 03:32:52 +02:00
AzerothCoreBot
93198eb4d8 chore(DB): import pending files
Referenced commit(s): c803455071
2023-08-06 01:24:02 +00:00
wdraenor
c803455071 fix(DB/SAI) Adds missing (36332) Rake ability to (17350) Royal Blue Flutterer (#16909)
* Adds missing (36332) Rake ability to (17350) Royal Blue Flutterer
Closes https://github.com/azerothcore/azerothcore-wotlk/issues/16896

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

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

---------

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2023-08-06 03:21:47 +02:00
Maria-sequel
bd4ed57291 fix(DB/Item): Blade of Unquenched Thirst PPM fix (#16908)
* fix(DB/Item): Blade of Unquenched Thirst PPM fix

* Delete unquenchedthirst.sql

* fix(DB/Item): Blade of Unquenched Thirst PPM fix
2023-08-06 03:21:17 +02:00
Maria-sequel
81a20d69de fix(Core/Spells): Silent Fang proc should not work in … (#16907)
fix(Spell/SpellInfoCorrections): Silent Fang proc should not work in arena
2023-08-06 03:21:01 +02:00
ZhengPeiRu21
c50c818cfd fix(DB/Creature): Gremnik Rizzlesprang gossip (#16871)
Co-authored-by: ratkosrb <ratkomladic2@abv.bg>
2023-08-06 03:20:40 +02:00
Maria-sequel
ac84f488b6 fix(DB/Creature): Ethereal Darkcaster (H) should be pickpocketable (#16852)
fix(DB/Creature): Ethereal Darkcaster (heroic) should be pickpocketable

Co-authored-by: Samsequel <20357406+Samsequel@users.noreply.github.com>
2023-08-06 03:19:39 +02:00
wenzuowei
ee154036bd fix(Core/Movement) Smoother movement of hunter pets when following players (#16796)
* Pets follow the player at the player's speed

* More accurate distance measurement
2023-08-06 03:19:23 +02:00
Timothy Vaccarelli
23a420acbb fix(Script/Quest): Arelion's Secret. Add combat sequence to Magister … (#15878)
* fix(Script/Quest): Arelion's Secret. Add combat sequence to Magister Aledis

Co-authored-by: SnapperRy

* Use single quotes for SQL

* Update based on review comments

Co-authored-by: SnapperRy <snapperryen@gmail.com>
2023-08-06 03:17:26 +02:00
Grimgravy
c3c6ce9d7a fix(DB/Quest): improve A Dip in the Moonwell (#15259)
* fix(DB/Quest): improve A Dip in the Moonwell

* Add Npc Steam Tonk

* Update rev_1677930037418943000.sql

* Atualizar o rev_1677930037418943000.sql
2023-08-06 03:16:19 +02:00
UltraNix
c3acf75618 fix(Core/Spells): Taunt always set proper target while channelling sp… (#13948)
* fix(Core/Spells): Taunt always set proper target while channelling spells.

Fixes #13841

* Update.

* Update.
2023-08-06 03:16:05 +02:00
Dan
e8507435ff fix(DB/TheBarrens): fix Verog the Dervish spawn position and add movement down to ramp with sniffs (#16906)
initial
2023-08-06 03:15:41 +02:00
Webdrian
226408329a fix(Core/Pets): Corret Pet size for normal and exotics & bigger pets (#16910)
* fix(Core/Pet)

Pet size fixed

* Update Pet.cpp

* Update Pet.cpp
2023-08-06 02:08:34 +02:00
AzerothCoreBot
e6377c55a9 chore(DB): import pending files
Referenced commit(s): 9f1f305a41
2023-08-04 15:03:52 +00:00
Mathematical
9f1f305a41 fix(DB/SAI) Wood Mites should skitter around (#14806)
* Wood Mites

* Update rev_1675139356539586000.sql

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

---------

Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2023-08-04 17:01:20 +02:00
AzerothCoreBot
c289df2bfd chore(DB): import pending files
Referenced commit(s): ac8d0b2f65
2023-08-03 15:38:01 +00:00
Maria-sequel
ac8d0b2f65 fix(DB/Loot): Karazhan Boss Loot (#16859)
Co-authored-by: Samsequel <20357406+Samsequel@users.noreply.github.com>
2023-08-03 12:35:14 -03:00
AzerothCoreBot
e5fe783fb9 chore(DB): import pending files
Referenced commit(s): 69ce84d4bc
2023-08-02 18:01:04 +00:00
Dan
69ce84d4bc fix(DB/Creature): fix mechanical immunities of Ghostly Steward as well as fixing/improving Frenzy (#16228)
* initial

* fix sql

* change target of threatwipe to self

* fix health check

* fix wrong location of action_type
2023-08-02 14:58:06 -03:00
Johaine
f0a96b4489 fix(Scripts/EscapeFromDurnholde): Fix escort mission getting stuck (#16636)
Fix stuck event

Fix escort event possibly getting stuck by preventing
DATA_ESCORT_PROGRESS from being decreased
2023-08-02 14:52:18 -03:00
AiurJordan
f0a4612964 fix(Core/Pets) Pet scaling only being applied to pets with DB Entry (#16401) 2023-08-02 14:51:11 -03:00
Skjalf
90675cab30 fix(Core/Battleground): Fix auto arena flush interval (#16877) 2023-08-02 14:45:59 -03:00
Skjalf
b3eb43a113 fix(Scripts/Commands): Allow using flusharenapoints from console (#16879) 2023-08-02 14:44:13 -03:00
AzerothCoreBot
bdba972ffc chore(DB): import pending files
Referenced commit(s): 93113edc7d
2023-08-01 19:13:49 +00:00
Skjalf
93113edc7d fix(Scripts/MagtheridonLair): Script Manticron Cube conditions (#16867)
* fix(Scripts/MagtheridonLair): Script Manticron Cube conditions

Co-Authored-By: Lucas Nascimento <keader.android@gmail.com>

* Create rev_1690769530684832000.sql

Co-Authored-By: Lucas Nascimento <keader.android@gmail.com>

* missing include

* warning

---------

Co-authored-by: Lucas Nascimento <keader.android@gmail.com>
2023-08-01 16:11:12 -03:00
v-mstrs
aaabca1cd0 fix(Core/Spells) Add Explosive Shot exception (#16854)
* gitpain

* Update SpellAuras.cpp
2023-08-01 14:11:22 -03:00
v-mstrs
ffbd59c2c5 fix(Scripts/Gruuls) Kiggler no longer chases after target (#16866)
ponos
2023-08-01 14:06:20 -03:00