UltraNix
|
6a8180e3fd
|
fix(Core/Spells): The Earthshatterer 8/9 set bonus should be removed … (#11757)
…along with Lightning Shield removal.
|
2022-05-18 04:50:52 -03:00 |
|
UltraNix
|
7d3809330b
|
fix(DB/Quest): Fixed quest "Krolmir, Hammer of Storms". (#11742)
Fixes #11728
|
2022-05-16 12:07:55 -03:00 |
|
天鹿
|
0c0a2eac3b
|
fix (core): Build Fix (#11723)
* Update Spell.cpp
|
2022-05-12 10:43:07 -04:00 |
|
UltraNix
|
930db5d2ae
|
fix(Core/Spells): Everlasting Affliction should be considered as shad… (#11678)
…ow spell.
|
2022-05-11 03:26:19 -03:00 |
|
UltraNix
|
0d4adf5a3e
|
fix(Core/Spells): Blink. (#11663)
* fix(Core/Spells): Blink.
Fixes #6427
Fixes #7571
* Update.
|
2022-05-10 22:37:53 +02:00 |
|
UltraNix
|
27fe28083c
|
fix(Core/Spells): Fixed rank 6 of Flametongue Weapon. (#11689)
Fixes #8351
|
2022-05-10 17:02:45 +02:00 |
|
天鹿
|
32b7531295
|
fix(Scripts/Spells) charge Auto attack (#11693)
* Update MotionMaster.h
* Update MotionMaster.cpp
* Update SpellEffects.cpp
* Update MotionMaster.cpp
* Update MotionMaster.h
* Update MotionMaster.cpp
* Update MotionMaster.h
* Update SpellEffects.cpp
* Update Spell.cpp
* Update Spell.cpp
* Update SpellEffects.cpp
|
2022-05-10 08:21:43 +02:00 |
|
Kitzunu
|
969cb68c35
|
fix(Core/Auras): INVISIBILITY_UNK10 also applies the flag PLAYER_FIELD_BYTE… (#11588)
* ore/Auras: INVISIBILITY_UNK10 also applies the flag PLAYER_FIELD_BYTE2_INVISIBILITY_GLOW
* cherry-pick commit (230f40f359)
Co-Authored-By: Meji <2695278+meji46@users.noreply.github.com>
* Update Object.h
* Update Object.h
Co-authored-by: Meji <2695278+meji46@users.noreply.github.com>
|
2022-05-08 23:10:10 +02:00 |
|
Kitzunu
|
ca0de49df2
|
fix(Core/Spells): Paladin's Judgements can be applied on different targets at the same time (#11672)
* cherry-pick commit (4bff223851)
Co-Authored-By: Gildor <521036+Jildor@users.noreply.github.com>
Co-authored-by: Gildor <521036+Jildor@users.noreply.github.com>
|
2022-05-08 10:42:10 +02:00 |
|
UltraNix
|
56982f9eba
|
fix(DB/Quest): Krolmir, Hammer of Storms. (#11661)
* fix(DB/Quest): Krolmir, Hammer of Storms.
Fixes #11637
* Buildfix.
* Update src/server/game/Spells/SpellInfoCorrections.cpp
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
|
2022-05-08 10:19:26 +02: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 |
|
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
|
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 |
|
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 |
|
UltraNix
|
34c8f9a020
|
fix(Core/Spells): Fixed some damage overflows during resilience calculations. (#11497)
|
2022-04-24 00:39:21 -03:00 |
|
Kitzunu
|
d6c195a989
|
fix(Core/Spells): Custom attributes belong in the DB (#11405)
* fix(Core/Spells): Custom attributes belong in the DB
* Update rev_1650033460420476500.sql
|
2022-04-23 11:36:06 -03:00 |
|
acidmanifesto
|
f5b263274f
|
add (core): additional helper for jump destination (#11489)
|
2022-04-23 06:51:51 -04:00 |
|
acidmanifesto
|
f2de895921
|
fix(core): Null check the helpers (#11476)
* fix (core): move helper
* Update Spell.cpp
* Update Unit.cpp
|
2022-04-22 10:11:06 -03:00 |
|
Skjalf
|
f137230974
|
fix(Core/Spells): Prevent shadow spells from triggering Nefarian's corrupted healing (#11470)
|
2022-04-21 20:24:20 -03:00 |
|
Kitzunu
|
1501445b0a
|
chore(Core/Misc): nullptr cleanup (#11467)
|
2022-04-21 19:17:20 +02:00 |
|
Kitzunu
|
90c47ca61a
|
fix(Core/Spell): Move SelectTrajTarget log to Debug (#11465)
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/6785
|
2022-04-21 18:22:37 +02:00 |
|
acidmanifesto
|
d38b6ce0db
|
Feat: (core) Additional Helper (#11457)
* Feat: (core) Additional Helper
|
2022-04-21 06:06:22 -04:00 |
|
IntelligentQuantum
|
c93a84e821
|
feat(Spell/Scripts): Move Spell gen remove impairing auras to spell scripts (#11104)
|
2022-04-18 19:35:07 +02:00 |
|
UltraNix
|
5a9bf21cd8
|
fix(Core/Spells): Implemented spell priorities. (#11278)
* fix(Core/Spells): Implemented spell priorities.
Fixes #11261
* Update.
* Update.
* Update.
|
2022-04-16 15:28:24 +02:00 |
|
UltraNix
|
3d609bfd24
|
fix(Core/Spells): Send proper caster's guid in SMSG_SPELL_START/SMSG_SPELL_GO packets in case of spells casted originally by gameobjects. (#11337)
Added visual channeling when mind controlling Razorgore by player.
Fixes #11275
|
2022-04-15 12:16:02 -03:00 |
|
IntelligentQuantum
|
f7760b4ea0
|
fix(Spell/Scripts): MOVE Drinking to spell scripts (#11105)
|
2022-04-15 14:16:30 +02:00 |
|
Skjalf
|
ab990647e3
|
fix(Spell/SpellCorrection): Brood Power Bronze should only affect a single target (#11367)
Co-Authored-By: temperrr <temperrr@users.noreply.github.com>
Co-authored-by: temperrr <temperrr@users.noreply.github.com>
|
2022-04-11 13:48:10 -03:00 |
|
Nefertumm
|
1ee058dfd8
|
fix(Core/BWL): Nefarian spawns (#11326)
* fix(Core/BWL): Nefarian spawns
* Rogue class call with vanish
* backticks
* despawn skeletons after death
* Update boss_nefarian.cpp
|
2022-04-11 08:15:15 -03:00 |
|
UltraNix
|
47790c9714
|
fix(Core/Vmaps): Stop M2s from occluding for spellcast LoS. Original autho… (#11341)
* Core/Vmaps: Stop M2s from occluding for spellcast LoS. Original authors: @Shauren & @HelloKitty
Fixes #11293
* buildfix.
Co-Authored-By: HelloKitty <5829095+HelloKitty@users.noreply.github.com>
|
2022-04-10 09:24:35 -03:00 |
|
Kitzunu
|
b709a22ddc
|
feat(Core/Players): PlayerFlag helpers (#11294)
* feat(Core/Players): PlayerFlag helpers
* Update Player.h
* fix build
|
2022-04-05 18:53:50 +02:00 |
|
Kitzunu
|
edb7cac19b
|
feat(Core/Unit): NPCFlags helpers (#11286)
* cherry-pick commit (TrinityCore/TrinityCore@d611925)
Co-Authored-By: Shauren <shauren.trinity@gmail.com>
|
2022-04-05 13:52:42 +02:00 |
|
UltraNix
|
95ee81ae2a
|
fix(Core/Spells): Razorgore's Explosion ignores LoS. (#11253)
* fix(Core/Spells): Razorgore's Explosion ignores LoS.
Fixes #11180
* Update.
* Update.
* Update.
|
2022-04-05 05:29:36 -03:00 |
|
UltraNix
|
341154fee4
|
fix(Core/Spells): Fixed displaying runes cooldowns. (#11250)
Fixes #11186
|
2022-04-02 07:27:33 -03:00 |
|
Kitzunu
|
535c7451a2
|
feat(Core/Unit): New helpers for DynamicFlags (#11230)
* feat(Core/Unit): New helpers for DynamicFlags
* cherry-pick commit (d611925dc7)
Co-Authored-By: Shauren <shauren.trinity@gmail.com>
* oopsie
Co-authored-by: Shauren <shauren.trinity@gmail.com>
|
2022-04-01 07:14:29 -03:00 |
|
UltraNix
|
4845086e32
|
fix(Core/Spells): Do not reset periodic timers for auras with multiple stacks. (#11167)
Fixes #11126
|
2022-04-01 07:09:48 -03:00 |
|
IntelligentQuantum
|
7a294787d3
|
feat(Scripts/Spell): Teleporting to Script
Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>
|
2022-04-01 07:03:22 -03:00 |
|
IntelligentQuantum
|
b680ea3dae
|
feat(Scripts/Spells): Move to spell scripts - Brittle Armor & Mercurial Shield (#11116)
* .
* Update SpellEffects.cpp
|
2022-04-01 07:02:06 -03:00 |
|
UltraNix
|
bd248a82d0
|
fix(Core/Spells): Ghost Wolf Speed from PvP 58 vl set. (#11096)
Fixes #9479
|
2022-04-01 07:01:21 -03:00 |
|
IntelligentQuantum
|
395eed4045
|
feat(Scripts/Spells): Move to spell scripts Deathbolt (#11100)
* .
* Update zone_sholazar_basin.cpp
* Update SpellEffects.cpp
|
2022-04-01 07:00:45 -03:00 |
|
UltraNix
|
14edda6c90
|
fix(Core/Players): Fixed setting player's zone id to unknown value. (#10996)
* fix(Core/Players): Fixed setting player's zone id to unknown value.
Fixed #10945
* Update.
* Update.
|
2022-04-01 06:59:12 -03:00 |
|
Kitzunu
|
856aed6fc6
|
feat(Core/Unit): New helpers for UnitFlag and UnitFlag2 (#11227)
|
2022-03-30 07:59:42 -03:00 |
|
Kitzunu
|
54c06eb72e
|
fix(Core/Misc): Update some log errors to debug (#11225)
|
2022-03-30 09:47:53 +02:00 |
|
UltraNix
|
9c0c925433
|
fix(Core/Combat): Improved extra attacks handling. Author: @trickerer (#11169)
Fixes #9423
Fixes #11138
|
2022-03-27 11:08:18 -04:00 |
|
Nefertumm
|
540b5fcaa4
|
fix(DB/Core/Misc): More adjustments to BWL (#11154)
|
2022-03-27 07:55:07 -03:00 |
|
IntelligentQuantum
|
d1ac62ff6e
|
feat(Core/Spells): Move Spell q1846 bending shinbone to spell scripts (#11106)
|
2022-03-27 02:06:23 -03:00 |
|
IntelligentQuantum
|
a704aa3005
|
feat(Core/Spells): Move Spell death knight initiate visual to spell scripts (#11103)
|
2022-03-27 02:02:17 -03:00 |
|
IntelligentQuantum
|
d1ecdc8f61
|
feat(Core/Spells): Move Spell item dimensional ripper area52 to spell scripts (#11099)
|
2022-03-27 01:58:58 -03:00 |
|
IntelligentQuantum
|
7410f1a3cb
|
feat(Core/Spells): Move Spell pri lightwell to spell scripts (#11089)
|
2022-03-27 01:55:59 -03:00 |
|
IntelligentQuantum
|
5719e46236
|
feat(Core/Spells): Move spell_item_runic_healing_injector to spell scripts (#11088)
|
2022-03-27 01:53:16 -03:00 |
|
UltraNix
|
d195c09f56
|
fix(Core/Spells): Fixed an issue with Premeditation removing itself. (#11093)
Co-authored-by: Treeston <Treeston@users.noreply.github.com>
|
2022-03-27 01:50:29 -03:00 |
|