Commit Graph

8254 Commits

Author SHA1 Message Date
UltraNix
4e977d9ada fix(Scripts/BWL): Razorgore's Orb of Domination should not be usable during 2nd phase of the encounter. (#11580) 2022-05-02 21:01:00 -03:00
Skjalf
0ffa270c94 fix(Scripts/TempleOfAhnQiraj): Correct Battleguard Sartura spell ids (#11597) 2022-05-02 07:55:55 -03:00
AzerothCoreBot
3a35380c1e chore(DB): import pending files
Referenced commit(s): 5c53af251a
2022-05-01 15:46:18 +00:00
UltraNix
5c53af251a fix(DB/Creatures): Added CREATURE_FLAG_EXTRA_IGNORE_PATHFINDING flag to Muck Frenzy. (#11589)
Fixes #6317
2022-05-01 12:44:22 -03:00
acidmanifesto
cc6528ad7b Fix (core) water level and ground level correction (#11552)
We do not need to excessively have ground level be -2 below the player when underwater. ground level is ground level. no need for a lower adjustment. Most likely left over from from when the shallow water calculations was wrong entirely that lead to false hits with water walking detection due to core side calculations.
2022-05-01 08:44:03 -04:00
UltraNix
8900cab657 fix(Core/Minions): Crashfix. (#11592) 2022-05-01 10:28:20 +02:00
AzerothCoreBot
1a6ed13dac chore(DB): import pending files
Referenced commit(s): 116deced92
2022-05-01 06:46:26 +00:00
temperrr
116deced92 Fix(DB/SAI): Prince Thunderaan corpse should despawn after 1 hour. (#11575) 2022-05-01 03:44:19 -03:00
UltraNix
43db8a6d13 fix(Core/Movement): Improved pet's follow movement. (#11585)
Fixes #9254
2022-05-01 07:01:10 +02:00
Patrick Lewis
94123e60f6 chore(CI): add macos-12 (#11242)
* chore(CI): add macos-12

* Update SECURITY.md

* test changing googletest git_tag to main

* update utf8cpp

* Update DBCStorageIterator.h

Co-Authored-By: Shauren <shauren.trinity@gmail.com>

Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-05-01 07:00:40 +02:00
UltraNix
bbd760cc1a fix(Scripts/IcecrownCitadel): Increases radius of Sindragosa's boundary. (#11579)
Fixes #11439
2022-04-30 21:41:25 +02:00
IntelligentQuantum
769eea2cc0 feat(Tools/MMapsGenerator): Improve multithreading of mmaps_generator (#10963)
* cherry-pick commit (699edaa014)

Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2022-04-30 21:39:51 +02:00
Skjalf
26c66e0d79 chore(Scripts/Spells): Remove a few aura types being passed as spells in the validator (#11576) 2022-04-29 20:17:03 -03:00
Skjalf
8c154e6ef7 chore(CI): Remove version check (#11572) 2022-04-29 11:41:16 -03:00
IntelligentQuantum
b62005a02f refactor(Tools/MeshExtractor): remove meshextractor (#11569) 2022-04-29 08:23:17 +02:00
Kitzunu
2bef6b497d fix(Scripts/Spells): Validate some spells in spell_generic (#11549)
* fix(Scripts/Spells): Validate some spells in spell_generic

* Update src/server/scripts/Spells/spell_generic.cpp
2022-04-28 15:49:56 -03:00
AzerothCoreBot
9a34d981da chore(DB): import pending files
Referenced commit(s): 026941c39e
2022-04-28 17:39:45 +00:00
Kitzunu
026941c39e refactor(DB): Handle SQL files in a new way (#11494)
* refactor(DB): Handle SQL files in a new way

* remove proof that it works files

* Update rev_1650721405699287200.sql

* Update rev_1650721339143444200.sql

* Update rev_1650721386624384400.sql

* fix build

* fix
2022-04-28 14:37:37 -03:00
IntelligentQuantum
59e45c251e fix(Core/Spell): Improvements to path generation for Charge mechanic (#11534)
It has its flaws but it can be improved and it's actually a lot better than what we currently have.
2022-04-27 20:18:44 -03:00
IntelligentQuantum
ad8f8ee5a5 feat(Tools): Automatically create directories for tools (#11540)
* .

* .
2022-04-27 21:57:21 +02:00
UltraNix
b7be09e96c fix(Core/Players): Updates visibility of nearby entities around player's viewpoint in case of immediate changing farsight object. (#11520)
Fixes #11322
2022-04-27 15:12:45 +02:00
UltraNix
35596b0b01 fix(Core/Battlegrounds): Remove all DoTs when exiting battleground. (#11517)
Fixes #11332
2022-04-27 15:12:33 +02:00
AzerothCoreBot
b2bda2f7a1 chore(DB): import pending files
Referenced commit(s): 867a23b1f1
2022-04-25 22:52:57 +00:00
temperrr
867a23b1f1 Fix(DB/Item) Bonereaver's Edge proc should be 2 ppm. (#11508) 2022-04-25 19:50:48 -03:00
AzerothCoreBot
f53d0808d4 chore(DB): import pending files
Referenced commit(s): ffa2f071bc
2022-04-25 21:22:08 +00:00
SilentCLD
ffa2f071bc fix(Core/Wintergrasp): Reimplement Wintergrasp quests and fix vendors (#11533) 2022-04-25 18:20:10 -03:00
Stefano Borzì
77720506c0 chore: update AC data version (#11535) 2022-04-25 16:21:40 -03:00
Revision
a1707b2d14 feat(Core/Player): Allow stay in group when logged out (#10887)
* Config option

* Extra check

* Fixes

Updated some comments
Removed the config option from the first if since it's not necessary (afaik)

* REVERT

Reverting the if to what I had it at originally until I can get some input on it...

* Updated if

Got some input and this is working as intended

* Update World.cpp

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

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

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2022-04-25 09:29:44 -03:00
AzerothCoreBot
4774772a42 chore(DB): import pending files
Referenced commit(s): 898eabe6dd
2022-04-25 12:28:36 +00:00
UltraNix
898eabe6dd fix(Core): Restored code about shared visions removed in d504a62. (#11493)
Fixes #11368
2022-04-25 09:26:32 -03:00
UltraNix
3a525b8345 fix(Core): Crashfix. (#11495) 2022-04-25 09:26:03 -03:00
temperrr
14f10bdf60 fix(DB/Conditions): Unfired Plate Gauntlets should only require blacksmithing 225 to loot. (#11510)
* Fix(DB/Loot): Unfired Plate Gauntlets does not require a quest to be obtained

* Update rev_1650790172951548882.sql

* Update rev_1650790172951548882.sql
2022-04-25 09:25:26 -03:00
UltraNix
54ebdfcfc1 fix(Core/Formations): Implemented GROUP_AI_FLAG_RESPAWN_ON_EVADE flag. (#11512)
Fixes #11364
2022-04-25 09:24:46 -03:00
UltraNix
7dc494bd55 fix(Core/Spells): Rapture should ignore line of sight. (#11519)
Rapture should not generate threat.
Fixes #11396
2022-04-25 09:24:14 -03:00
Skjalf
d8d0d5a5e4 feat(Core/Creature): Implement ModifyThreatPercentTemp() function (#11521)
* feat(Core/Creature): Implement ModifyThreatTemporary function

* feat(Core/Creature): Implement ModifyThreatPercentTemp() function

* fix build
2022-04-24 22:48:37 -03:00
UltraNix
f5948b5fe4 fix(Core/Battlegrounds): Fixed battleground queue announcer. (#11348) 2022-04-24 16:55:00 -03:00
IntelligentQuantum
b544eb420e feat(Core/Mmaps): Handle different slopes in mmaps and Add some more input parameters to improve (#10974) 2022-04-24 16:44:50 -03:00
IntelligentQuantum
090cc5e2c6 fix(Tools/Mapextractor): Fix water height redundancy algorithm ignoring "no water" (#10947) 2022-04-24 15:14:20 -03:00
AzerothCoreBot
8b531b034b chore(DB): import pending files
Referenced commit(s): e6ddf520f3
2022-04-24 18:02:02 +00:00
Julio A. Leyva Osorio
e6ddf520f3 fix(DB/Item): Formula: Enchant Cloak - Titanweave and Shadow locales (#11354)
* Co-authored-by: Jildor <Jildor@users.noreply.github.com>

* cherry-pick commit (54fb7a25ed)
2022-04-24 20:00:02 +02:00
UltraNix
ef6c97e96e fix(Scripts/BlackiwingLair): Rogues should be teleported in front of Nefarian during Class Call event. (#11513) 2022-04-24 14:58:39 -03:00
IntelligentQuantum
5b0af98097 feat(Tools/MMaps): Allow to specify different Recast settings for different maps (#10922) 2022-04-24 19:53:54 +02:00
Kitzunu
62f6513c9a fix(DB): Weird leftover (#11518) 2022-04-24 16:08:33 +02:00
AzerothCoreBot
97a65f9628 chore(DB): import pending files
Referenced commit(s): ad520391d0
2022-04-24 14:00:19 +00:00
acidmanifesto
ad520391d0 fix (core): Water Calculation Corrections (#11516) 2022-04-24 09:58:22 -04:00
Kitzunu
b4bcdd94d1 feat(DB): release ACDB 6.0.0 (#11515) 2022-04-24 15:56:31 +02:00
AzerothCoreBot
6950eb0cd0 chore(DB): import pending files
Referenced commit(s): 88555b6564
2022-04-24 12:27:43 +00:00
Skjalf
88555b6564 refactor(Scripts/BlackwingLair): Refactor Chromaggus (#11501)
* refactor(Scripts/BlackwingLair): Refactor Chromaggus

* Update boss_chromaggus.cpp

* eof

* Update boss_chromaggus.cpp
2022-04-24 09:25:57 -03:00
AzerothCoreBot
66fa80d9ea chore(DB): import pending files
Referenced commit(s): a57aecbf8c
2022-04-24 06:32:03 +00:00
UltraNix
a57aecbf8c fix(Scripts/Spells): Improvements to Brood Power: Bronze: (#11499)
Brood Power bronze affects only one target.
Death Talon Wyrmguard gain the Brood Power aura only once per lifetime.
Fixes #11448
2022-04-24 03:25:07 -03:00