Commit Graph

7406 Commits

Author SHA1 Message Date
Malcrom
61cb63e9ed fix(DB/Spawning/Pathing): Zeth'Gor, Hellfire Peninsula (#10453) 2022-01-30 13:36:27 -04:00
UltraNix
d9e1cf40c0 fix(Core/DungeonFinder): Fixed joining to LFG dungeon if there is alr… (#10062)
* fix(Core/DungeonFinder): Fixed joining to LFG dungeon if there is already a LFG group inside it.iterator

Fixes #9824

* Buildfix.
2022-01-30 09:48:00 -03:00
Kitzunu
21e7954e84 fix(C++20): Windows build (#10438) 2022-01-30 12:19:48 +01:00
AzerothCoreBot
05cf48e58b chore(DB): import pending files
Referenced commit(s): 95f12e1186
2022-01-30 10:48:52 +00:00
UltraNix
95f12e1186 fix(DB/Creatures): Fixed spawn points of some quest starting NPCs. (#10306)
Fixed #10029
2022-01-30 07:47:04 -03:00
AzerothCoreBot
36e062c3bd chore(DB): import pending files
Referenced commit(s): a3138a673a
2022-01-30 09:32:33 +00:00
UltraNix
a3138a673a fix(DB/Spells): Restored old values for Flurry. (#10305)
Fixed #5115
2022-01-30 06:30:35 -03:00
IntelligentQuantum
5577ea3fdc feat(Core/Conditions): CONDITION_PET_TYPE (#10299) 2022-01-30 02:48:04 -03:00
AzerothCoreBot
cbe3da09b8 chore(DB): import pending files
Referenced commit(s): 4c23d36e06
2022-01-29 21:57:42 +00:00
Malcrom
4c23d36e06 fix(DB/Pathing): Winterspring Rares (#10432)
Co-authored-by: acidmanifesto <joshua.lee.betts@gmail.com>
2022-01-29 17:55:53 -04:00
AzerothCoreBot
d3dedee727 chore(DB): import pending files
Referenced commit(s): 9036e3b98f
2022-01-29 19:10:09 +00:00
Nefertumm
9036e3b98f fix(DB/Gossips): Show the correct gossip for portal trainers (#10291) 2022-01-29 16:08:18 -03:00
acidmanifesto
8207e3ffb5 fix (core) : TransportMgr Load up time (#10388)
* fix (core) : TransportMgr Load up time

* white space fix

* merge fix

* merge fix again

* Update TransportMgr.cpp

* Update TransportMgr.cpp

* Update TransportMgr.cpp

* fix conflich with preload grids for continent static transports
2022-01-29 10:44:19 -05:00
IntelligentQuantum
915b6a2738 feat(Core/SmartScripts): Add distance option for SMART_ACTION_SOUND & SMART_ACTION_RANDOM_SOUND (#10255) 2022-01-29 11:18:21 -03:00
AzerothCoreBot
5ee89ebfba chore(DB): import pending files
Referenced commit(s): a689775891
2022-01-29 13:37:12 +00:00
Kargatum
a689775891 feat(DB): release ACDB 5.0.0 (#10292)
* auth

* char

* world

* archive

* new files

* v

* correct auth db

* add support get last file from archive

* correct world updates

* fix auth

* pendinig to normal

* add pending auth

* add pendings

* smallint

* MEDIUMINT
2022-01-29 10:35:10 -03:00
IntelligentQuantum
ebda297390 feat(Core/Conditions): CONDITION_TAXI 2022-01-29 09:36:46 -03:00
IntelligentQuantum
1ec6ea1cea feat(Core/Conditions): CONDITION_CHARMED (#10298) 2022-01-29 02:51:23 +01:00
WORISX
6a08c9cbdb fix(Core/Pathfinding): Remove unnecesary LiquidData Z check (#10251)
* Core/Pathfinding: Remove unnecesary LiquidData Z check

*Remove an unnecessary LiquidData status check for Z correcing points count added probably for SunwellCore before the Movement Rewritte done last year , this fixes global pathfinding problems on all Movement Generators including all pathfinding problems that make creatures and players go through textures.

* Update PathGenerator.cpp

Typo on last commit
2022-01-29 02:38:34 +01:00
AzerothCoreBot
9170cdcc20 chore(DB): import pending files
Referenced commit(s): 1bbaeed648
2022-01-29 00:29:51 +00:00
Nefertumm
1bbaeed648 fix(DB/Gossip): Myranda the Hag (#10411) 2022-01-28 21:28:22 -03:00
AzerothCoreBot
e1ebb508c3 chore(DB): import pending files
Referenced commit(s): 4765f8d5da
2022-01-28 23:44:12 +00:00
Nefertumm
4765f8d5da fix(DB/Spells): Added food spells to stack rules (#10277) 2022-01-29 00:42:39 +01:00
IntelligentQuantum
9fadfa6499 feat(Core/SmartScripts): SMART_ACTION_PLAY_CINEMATIC (#10231)
* cherry-pick commit (63aa5d1e35)
2022-01-28 23:53:27 +01:00
Kitzunu
8f249a3d84 fix(Core/Misc): Revert commits causing massive delays (#10408)
* this reverts commit (674b168add)

* this reverts commit (b085ee61eb)

* closes https://github.com/azerothcore/azerothcore-wotlk/issues/10407
2022-01-28 16:45:47 -05:00
AzerothCoreBot
586699c2d0 chore(DB): import pending files
Referenced commit(s): b468d1ae9a
2022-01-28 21:14:27 +00:00
Nolt
b468d1ae9a fix(DB/Loot)Fixed wrong drop loot from creatures (#10226) 2022-01-28 22:12:43 +01:00
UltraNix
ab121e246e fix(Core/Spells): Removed Focused/Brutal on map change. (#10105)
Fixes #6195
Fixes #9724
2022-01-28 20:06:54 +01:00
UltraNix
fbb50210aa fix(Core/Spells): Reset melee swing timer on cast rather than on finish. (#10101)
Fixes #7216
2022-01-28 18:10:30 +01:00
acidmanifesto
674b168add fix (core): Delay added so spell animation plays on unit death (#10394)
* fix (core): Delay added so spell animation plays on unit death

Unit death not showing full spell animation. This delay of 400ms provides that opportunity for it to not be nerfed.

* Notes added.
2022-01-28 11:26:15 -05:00
acidmanifesto
b085ee61eb fix (core): EffectInstaKill Prevents spell animation fix (#10379)
* fix (core): EffectInstaKill Prevents spell animation before deal damage execution

This fixes the issue of spell animations of chain effects of a spell dealing with EffectInstaKill. This was identified as a issue in support of @malcrom 's current scripting efforts. We fix the issue by putting a half second delay and making the delay of a function possible and independent.

Co-Authored-By: Malcrom <malcromdev@gmail.com>

* Fix double to float

Co-Authored-By: Malcrom <malcromdev@gmail.com>

* Remove the STD

I put the STD in STUD and all I need is U

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

per @kitzunu the great

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

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

per @nefertumm the beast

Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>

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

Co-authored-by: Kargatum <dowlandtop@yandex.com>

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

Co-authored-by: Kargatum <dowlandtop@yandex.com>

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

Co-authored-by: Kargatum <dowlandtop@yandex.com>

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

Co-authored-by: Kargatum <dowlandtop@yandex.com>

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

Co-authored-by: Kargatum <dowlandtop@yandex.com>

* Notes Added

Co-authored-by: Malcrom <malcromdev@gmail.com>
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>
Co-authored-by: Kargatum <dowlandtop@yandex.com>
2022-01-28 11:14:21 -05:00
AzerothCoreBot
339601efb5 chore(DB): import pending files
Referenced commit(s): 8207675525
2022-01-28 15:32:49 +00:00
Voicot Kaczynski
8207675525 fix(DB/Creature): Omen does not reset HP (#10359) 2022-01-28 12:31:08 -03:00
AzerothCoreBot
4c9d2d1faa chore(DB): import pending files
Referenced commit(s): 7abc3bb034
2022-01-28 02:27:56 +00:00
Malcrom
7abc3bb034 fix(DB/Loot) Level 1 - 5 fixes (#10390)
* fix(DB/Loot) Level 1 - 5 fixes

* Update rev_1643306934509705956.sql
2022-01-27 22:26:25 -04:00
Beta.Yi
c737b837dd fix(Core/Spell): Summon Arcane Disruptor 2022-01-28 00:29:24 +01:00
AzerothCoreBot
9726bf2407 chore(DB): import pending files
Referenced commit(s): 79d4efd1b4
2022-01-27 21:44:42 +00:00
Nefertumm
79d4efd1b4 fix(DB/Creature): Add Deathclasp and his scorpions to formations (#10240) 2022-01-27 18:43:05 -03:00
AzerothCoreBot
6b0d9002b4 chore(DB): import pending files
Referenced commit(s): 3c3bcc6557
2022-01-27 20:51:46 +00:00
acidmanifesto
3c3bcc6557 fix(DB/Quest): Add missing objective marker quest 9454 (#10281)
* fix (db/quest) Add missing objective marker quest 9454

Add missing objective marker quest 9454

* Update rev_1642724246151292535.sql

* Update rev_1642724246151292535.sql
2022-01-27 17:50:00 -03:00
Kargatum
5969df4e30 refactor(Core/Logging): switch to fmt style for LOG_ (#10366)
* feat(Core/Common): add support fmt style for ASSERT and ABORT

* correct CheckCompactArrayMaskOverflow

* 1

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

* rework logging

* add fmt replace logs

* logging

* FMT_LOG_

* settings

* fix startup

* 1

* 2

* 3

* 4

* 5

* fmt::print

* to fmt
2022-01-27 16:44:41 +01:00
AzerothCoreBot
5228d29379 chore(DB): import pending files
Referenced commit(s): 7da65e77b3
2022-01-27 13:16:42 +00:00
Nefertumm
7da65e77b3 fix(DB/Loot): Frostwhisper's Embalming fluid can be looted without the quest (#10238) 2022-01-27 10:14:59 -03:00
AzerothCoreBot
39fa10e87f chore(DB): import pending files
Referenced commit(s): fa9c2ed202
2022-01-27 13:01:23 +00:00
neifion-00000000
fa9c2ed202 fix(DB/Creatures): Creature Placements Northeast of Dolanaar (#10285)
* fix(DB): Creature Placements Northeast of Dolanaar

fixes xyzo and respawn timers for creatures northeast of dolanaar

based on sniffed data

* fixes db error

* fix db error again final time I hope
2022-01-27 09:59:29 -03:00
AzerothCoreBot
406750cb51 chore(DB): import pending files
Referenced commit(s): 5a4dad8e4d
2022-01-27 11:43:38 +00:00
neifion-00000000
5a4dad8e4d fix(DB/Creature): Creature Placements Southeast of Dolanaar (#10282)
fixes xyzo spawnpoints and gives better estimate movement based on sniffs
respawns set to lowest observed regular spawn timers while alone in area

Sniffs uploaded to AC
2022-01-27 08:42:03 -03:00
Nefertumm
75951926e6 feat(Core/Logs): Improve logs for linked_respawn (#10202) 2022-01-27 08:35:44 -03:00
AzerothCoreBot
6bbcdebbe8 chore(DB): import pending files
Referenced commit(s): 3e552df72a
2022-01-27 11:24:56 +00:00
Nefertumm
3e552df72a fix(DB/Formations): Lord Vyletongue is now linked to his adds (#10275) 2022-01-27 08:23:24 -03:00