Commit Graph

8244 Commits

Author SHA1 Message Date
UltraNix
2fce4e0f12 fix(Core/Spells): Remove vanish immunity aura on stealth removal. (#10106)
Fixes #2668
2022-01-24 23:19:50 -03:00
UltraNix
850371d704 fix(Core/Spells): Ensures that Moonkin Aura is always casted with Moonkin Form. (#10195) 2022-01-24 22:03:08 -03:00
acidmanifesto
b4b7a00b94 fix (core/pdump): Fix Pdump write and load thru TC Cherry picks (#10349)
* fix (core/pdump): Fix Pdump write and load thru TC Cherry picks

TC Cherry picks were over 30. I am not listing it all but i am listing authors of said relations that this pr is based on.

Co-Authored-By: Brian <runningnak3d@gmail.com>
Co-Authored-By: joschiwald <736792+joschiwald@users.noreply.github.com>
Co-Authored-By: Shauren <shauren.trinity@gmail.com>
Co-Authored-By: SnapperRy <19622383+SnapperRy@users.noreply.github.com>
Co-Authored-By: Ariel Silva <ariel-@users.noreply.github.com>
Co-Authored-By: Nick <31777+paradox@users.noreply.github.com>
Co-Authored-By: r00ty-tc <r00ty-tc@users.noreply.github.com>
Co-Authored-By: Jorge García <259712+xurxogr@users.noreply.github.com>
Co-Authored-By: Kaelima <kaelima@live.se>
Co-Authored-By: Shocker <43253032+shockerqt@users.noreply.github.com>
Co-Authored-By: Giacomo Pozzoni <giacomopoz@gmail.com>

* fix whitespace

formatting look like it had a stroke.

* Updated in script notes

Updated in script notes to reflect it was a note from tc that was refactored in

* Acore::StringTo

* acore::stringto

Co-authored-by: Brian <runningnak3d@gmail.com>
Co-authored-by: joschiwald <736792+joschiwald@users.noreply.github.com>
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Co-authored-by: SnapperRy <19622383+SnapperRy@users.noreply.github.com>
Co-authored-by: Ariel Silva <ariel-@users.noreply.github.com>
Co-authored-by: Nick <31777+paradox@users.noreply.github.com>
Co-authored-by: r00ty-tc <r00ty-tc@users.noreply.github.com>
Co-authored-by: Jorge García <259712+xurxogr@users.noreply.github.com>
Co-authored-by: Kaelima <kaelima@live.se>
Co-authored-by: Shocker <43253032+shockerqt@users.noreply.github.com>
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2022-01-24 19:47:16 -05:00
AzerothCoreBot
9e6ec128ac chore(DB): import pending files
Referenced commit(s): 1c0019ec18
2022-01-25 00:20:31 +00:00
Kitzunu
1c0019ec18 fix(Scripts/Spell): properly script collapsing cave aura (#10092)
* cherry-pick commit (8d1a5fa126)

Co-authored-by: Sorikoff <46191832+Sorikoff@users.noreply.github.com>
2022-01-24 21:18:47 -03:00
Kargatum
9a16d321ce chore(Core/Logging): add default logger for modules (#10341) 2022-01-24 22:59:40 +01:00
AzerothCoreBot
3450fa7506 chore(DB): import pending files
Referenced commit(s): 902f33a62b
2022-01-24 18:30:40 +00:00
UltraNix
902f33a62b fix(Core/Spells): Implemented spell proc phases. (#9725)
* fix(Core/Spells): Implemented spell proc phases.

Fixes #9634
2022-01-24 15:29:03 -03:00
Bogir[rus]
1f93f0c9d6 fix(Core/Logs): fixed wrong decription of error during server startup
The Logger was pointing to the wrong table. Text is missing not in broadcast_text_locale, but in broadcast_text.
2022-01-24 12:55:33 -03:00
Nefertumm
5fc76c8cc3 fix(Core/MC): Randomize shields for Majordomo Executus (#10270) 2022-01-24 10:43:55 -03:00
AzerothCoreBot
f3774fd9ac chore(DB): import pending files
Referenced commit(s): 8b7df23f06
2022-01-24 10:56:48 +00:00
Kargatum
8b7df23f06 feat(Core/Time): Implement saparated manager for game time (#8630) 2022-01-24 17:55:00 +07:00
AzerothCoreBot
12da792a90 chore(DB): import pending files
Referenced commit(s): dc67ed9459
2022-01-24 09:55:23 +00:00
UltraNix
dc67ed9459 fix(DB/GO): Pools of Arlithrien moonwell should be invisible (#10203)
- Closes #9819
2022-01-24 10:53:46 +01:00
UltraNix
da82b6abbd fix(Core/Spells): correct teleport distance for Shadowstep/Killing Spree/Warp (#10081)
- Closes #9345
2022-01-24 10:52:24 +01:00
IntelligentQuantum
75fc2d1b2d fix(Scripts/Commands): quest complate kill reward (#9926) 2022-01-24 09:22:40 +01:00
AzerothCoreBot
666aca2a63 chore(DB): import pending files
Referenced commit(s): 2f8318fd58
2022-01-24 02:47:06 +00:00
UltraNix
2f8318fd58 fix(Scripts/Hunter): Bestial Wrath shoul not be castable on dead pets. (#9896)
Bestial Wrath should expire while pet is offline.
2022-01-23 23:45:24 -03:00
AzerothCoreBot
58507e2fe8 chore(DB): import pending files
Referenced commit(s): 95a867d461
2022-01-24 01:48:36 +00:00
Malcrom
95a867d461 fix(Spawning/Pathing): Tunnelers, Hellfire Peninsula (#10329) 2022-01-23 21:40:35 -04:00
UltraNix
1cbf52fb3d fix(Core/Spells): Fixed Revive Pet. (#10324)
Fixed #10267
2022-01-23 21:19:52 -03:00
Skjalf
22ec66566c feat(Core/Scripting): Implement OnSpellHealingBonusTakenNegativeModifiers hook (#10318) 2022-01-23 17:56:41 -03:00
AzerothCoreBot
d97c95c3fa chore(DB): import pending files
Referenced commit(s): 46316bfdaa
2022-01-23 17:56:40 +00:00
UltraNix
46316bfdaa fix(DB/GO): correct ground position for Cluster Launchers (#10197)
- Closes #10086
2022-01-23 18:54:39 +01:00
Kargatum
378539ce7f feat(Core/Cmake): add support MariaDb 10.7 and 10.8 (#10322) 2022-01-23 14:36:40 +01:00
AzerothCoreBot
a4a2b93300 chore(DB): import pending files
Referenced commit(s): 26b2a9d8d0
2022-01-23 09:28:19 +00:00
Nefertumm
26b2a9d8d0 fix(DB/Quests): The Shadow Guard and The Ice Guard should be repeatable (#10222) 2022-01-23 10:00:29 +01:00
UltraNix
ac0129a0ac fix(Core/Spells): Passive auras with SPELL_ATTR0_ONLY_INDOORS/SPELL_A… (#9837)
* fix(Core/Spells): Passive auras with SPELL_ATTR0_ONLY_INDOORS/SPELL_ATTR0_ONLY_OUTDOORS should not be removed when entering/leaving buildings.

Fixes #9209
2022-01-22 23:09:17 -03:00
UltraNix
fa6e9818fb fix(Scripts/Omen): Giant Spotlight NPC should be not selectable. (#10198)
Fixes #10085
2022-01-22 20:15:50 -03:00
AzerothCoreBot
6c50fa60e6 chore(DB): import pending files
Referenced commit(s): 3fa222e75b
2022-01-22 22:15:18 +00:00
Malcrom
3fa222e75b fix(DB/Pathing/SAI): The Abyssal Shelf, Hellfire Peninsula (#10310)
Co-authored-by: acidmanifesto <joshua.lee.betts@gmail.com>
2022-01-22 18:13:43 -04:00
AzerothCoreBot
b0984a6815 chore(DB): import pending files
Referenced commit(s): ce5fc6ebdf
2022-01-22 19:24:23 +00:00
Nefertumm
ce5fc6ebdf fix(Core/Stratholme): Some adjustments to Jarien and Sothos fight (#10269) 2022-01-22 16:22:49 -03:00
AzerothCoreBot
4f1e13f03c chore(DB): import pending files
Referenced commit(s): b4182405c9
2022-01-22 17:26:06 +00:00
Nefertumm
b4182405c9 fix(DB/Creature): Shatterspear Trolls respawn time (#10283) 2022-01-22 14:24:30 -03:00
AzerothCoreBot
8144ceaced chore(DB): import pending files
Referenced commit(s): e2f91ebc61
2022-01-22 16:09:01 +00:00
Malcrom
e2f91ebc61 fix(DB/Pathing): Razorfang Ravager, Hellfire Peninsula (#10303)
Co-authored-by: acidmanifesto <joshua.lee.betts@gmail.com>
2022-01-22 12:07:23 -04:00
AzerothCoreBot
e9965ebbd8 chore(DB): import pending files
Referenced commit(s): cf5ee62b70
2022-01-22 15:48:41 +00:00
Cláudio Costa
cf5ee62b70 fix(DB): UBRS Creature formations (#10233)
- Added creature_formation to the packs inside Drakkisath's chamber, on
  the bridge and the first near the bridge.
2022-01-22 10:47:04 -05:00
Francesco Borzì
abc56842c4 refactor(Core): remove unused imports (#10296) 2022-01-22 11:21:35 +01:00
AzerothCoreBot
8c184e06f9 chore(DB): import pending files
Referenced commit(s): b51514afae
2022-01-22 00:32:11 +00:00
acidmanifesto
b51514afae fix(DB/NPC): WP for stormwind guard guid 79875 (#10294)
WP for stormwind guard guid 79875
2022-01-21 21:30:33 -03:00
Nefertumm
fcee2c4ffe fix(Core/BWL): Vaelastrasz reset after wipe (#10176)
* Fix(Core/BWL): Vaelastrasz reset issue

* Gossip reset and separate the timers

* Reset heal should be on Reset instead on EnterCombat
2022-01-21 14:59:07 -03:00
UltraNix
e1617a0044 fix(Core/Spells): Restored special Rolling DoTs mechanic for Corruption and SW:Pain (#10206)
Fixes #9867
2022-01-21 13:39:11 -03:00
AzerothCoreBot
fcd950c888 chore(DB): import pending files
Referenced commit(s): e15bd2a99a
2022-01-21 14:03:34 +00:00
Nefertumm
e15bd2a99a fix(DB/Loot): Remove invalid loot from Flamewaker Healer (#10280) 2022-01-21 11:01:49 -03:00
AzerothCoreBot
2250fa62d1 chore(DB): import pending files
Referenced commit(s): ea9b60a9b2
2022-01-21 12:57:41 +00:00
Nefertumm
ea9b60a9b2 fix(DB/Creature): Shadowforge Surveyor movement (#10284) 2022-01-21 09:56:09 -03:00
Kargatum
f4b0f58701 feat(Core/ScriptMgr): add new hook OnAfterUnloadAllMaps (#10279)
* feat(Core/ScriptMgr): add new hook

* add desc

* Update src/server/game/Scripting/ScriptDefines/WorldScript.cpp
2022-01-21 08:21:00 -03:00
AzerothCoreBot
93aac5eb27 chore(DB): import pending files
Referenced commit(s): 6d7f58e6ed
2022-01-21 08:00:37 +00:00