UltraNix
da82b6abbd
fix(Core/Spells): correct teleport distance for Shadowstep/Killing Spree/Warp ( #10081 )
...
- Closes #9345
2022-01-24 10:52:24 +01: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
UltraNix
1cbf52fb3d
fix(Core/Spells): Fixed Revive Pet. ( #10324 )
...
Fixed #10267
2022-01-23 21:19:52 -03:00
Francesco Borzì
abc56842c4
refactor(Core): remove unused imports ( #10296 )
2022-01-22 11:21:35 +01: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
Francesco Borzì
9dc88def35
refactor(Core): apply clang-tidy modernize-* ( #9975 )
...
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2022-01-17 14:35:07 +01:00
Kargatum
7f05e20994
fix(Core/Pets): fix crash at pet resurrect ( #10120 )
2022-01-15 19:08:54 -03:00
UltraNix
11e94a6b89
fix(Core/Spells): Added SPELL_AURA_MOD_ABILITY_IGNORE_TARGET_RESIST… ( #9764 )
...
… to Chaos Bolt Passive
2022-01-15 05:09:23 -08:00
acidmanifesto
4330e44ad0
fix (Core/CodeReduction) TC_ removal ( #10162 )
...
TC_ remove from any commit out TC_LOG in the event when we do need to run debug logging, we can just remove the // instead of // TC_
2022-01-13 14:39:54 -05:00
Kargatum
c1ebda66ba
fix(Core/Pets): fixed crash happening when current pet is forcibly removed ( #10025 )
2022-01-10 09:19:43 -03:00
Kitzunu
14c0b62be5
refactor(Core/Unit): Split spell things into SpellDefines.h ( #10009 )
2022-01-09 12:37:51 +01:00
UltraNix
2c6a692000
fix(Core/Entities): extend combo point system to all Units ( #9816 )
...
- Closes #1140
2022-01-07 11:18:03 +01:00
Kitzunu
cb7e355291
refactor(Core/Misc): sin() to std::sin() ( #9795 )
2022-01-06 19:29:40 +01:00
UltraNix
f593f624b0
fix(Core/Spells): Add Target Processing (SMSG_SPELLLOGEXECUTE) to LAUNCH_TARGET phase. ( #9765 )
...
* Move EffectInterruptCast to LAUNCH_TARGET Phase.
* Source: TrinityCore.
* Fixes #8484
2022-01-04 13:49:15 +01:00
UltraNix
d90e368166
Fix (Core/Movement): During escort movement, do not stop moving if unit is casting channeled spells. ( #9815 )
...
Fixes #9286
2022-01-03 15:06:41 -05:00
UltraNix
880f35c0d2
fix(Core/Spells): Judgement spells should always set combat event spe… ( #9709 )
...
* fix(Core/Spells): Judgement spells should always set combat event spell missed the target.
Fixes #5874
* typo
2022-01-03 14:37:21 -05:00
UltraNix
d8712455c7
fix(Core/Spells): Multi-Shot should not be affected by Glyph of Aimed… ( #9897 )
...
* fix(Core/Spells): Multi-Shot should not be affected by Glyph of Aimed Shot.
Fixes #9707
* Update.
2022-01-03 15:15:24 -03:00
Noxies
67f8688460
fix(DB/SAI): BWL Grethok arcane missiles & immunity flags ( #9985 )
...
* prevent interupt & cc
* let the world know the duration index meaning
* make Grethok use correct arcane missiles spell
2022-01-03 14:43:23 -03:00
Kitzunu
f04709a326
refactor(Core/Misc): ceil() to std::ceil() ( #9791 )
...
- prefer std functions over C functions
2022-01-03 10:11:39 -03:00
Kitzunu
913e65f97f
refactor(Core/Misc): fabs() to std::fabs() ( #9790 )
...
- prefer std functions over C functions
2021-12-31 20:41:00 -03:00
Kitzunu
ac99eb48e1
refactor(Core/Misc): abs() to std::abs() ( #9789 )
2021-12-31 19:29:39 -03:00
Kargatum
e12494d993
feat(Core/Pets): Management refactoring ( #9712 )
...
* feat(Core/Pets): rework managment
* 1
* 2
* 3
* 4
* 5
* cs pet
* check before ressurect
* pet DECLINED_NAMES
* display
- https://github.com/azerothcore/azerothcore-wotlk/issues/9297
* ArenaSpectator
* 1
2021-12-30 18:45:13 -03:00
Skjalf
24ab99919a
feat(Core/Scripting): Implement OnIsAffectedBySpellModCheck hook ( #9903 )
2021-12-30 17:39:13 -03:00
IntelligentQuantum
11a734bf2b
refactor(Core/Scripts): Spell To Scripts ( #9718 )
2021-12-21 11:13:45 -03:00
Francesco Borzì
cbc7e5466a
refactor(Core): remove unused imports ( #9767 )
2021-12-19 19:41:14 +01:00
Skjalf
e5d650c5f3
fix(Core/Spells): Only check GO state for doors when using SPELL_EFFECT_OPEN_LOCK ( #9778 )
...
buttons and other object types may expect other states in order to operate correctly
2021-12-19 10:15:15 -03:00
Kitzunu
89a1b5c9f4
fix(Core/Spells): Implement SPELL_AURA_PERIODIC_TRIGGER_SPELL_FROM_CL… ( #9615 )
...
* fix(Core/Spells): Implement SPELL_AURA_PERIODIC_TRIGGER_SPELL_FROM_CLIENT
* cherry-pick commit (b3b7f0761d )
* fix build
2021-12-16 20:29:33 -03:00
Kitzunu
cbdc39ce1e
fix(Core/Spells): Implement SPELL_EFFECT_FORCE_CAST_2 ( #9613 )
...
* cherry-pick commit (5cdc870acc )
2021-12-15 21:46:16 -03:00
UltraNix
d87d0a2ae8
fix(Core/Pets): Improved Revive Pet should affect dead despawned pet. ( #9625 )
...
* fix(Core/Pets): Improved Revive Pet should affect dead despawned pet.
Fixes #9589
2021-12-15 05:32:16 -03:00
UltraNix
658a7c2b56
fix(Core/Spells): Do not apply diminishing return on spells casted by mobs. ( #9536 )
...
Fixes #9028
2021-12-14 15:17:44 -03:00
UltraNix
4e70e60427
fix(Core/Spells): Properly handle pet spell auras with infinity cooldown. ( #9576 )
...
Fixes #9339
2021-12-12 11:43:22 -03:00
Skjalf
2d55974c0c
Revert "fix(Core/Spells): Forward core changes ( #8841 )" ( #9631 )
...
This reverts commit 85d2c39a48 .
2021-12-10 15:31:48 +01:00
UltraNix
e5cbba1c4c
fix(Core/Spells): Melee spells are not affected by cast haste modifiers. Source: TrinityCore. ( #9501 )
...
Fixes #5136
2021-12-10 01:21:49 -03:00
UltraNix
52d8e1b68a
fix(Core/Spells): Channeled destination spells should not interrupt flag capturing. ( #9472 )
...
Fixes #9225
2021-12-09 23:45:01 -03:00
acidmanifesto
85d2c39a48
fix(Core/Spells): Forward core changes ( #8841 )
2021-12-09 18:24:16 -03:00
UltraNix
52d4c43bcf
fix(Core/Spells): Damage spell modifiers do not affect wands. ( #9418 )
...
Fixes #9130
2021-12-09 08:11:58 -03:00
Malcrom
e8481791e0
fix(Core/Spell) Green Beam spells should only hit one target ( #9593 )
...
* fix(Core/Spell) Green Beam spells should only hit one target
* Update SpellMgr.cpp
Co-authored-by: acidmanifesto <joshua.lee.betts@gmail.com >
2021-12-08 19:48:32 +01:00
IntelligentQuantum
1f645099b6
fix(Core/Spells): Steady Shot now deals the correct damage when using Heirloom Weapons.
2021-12-06 21:54:52 -03:00
Kargatum
51adbffae4
feat(Core/Modules): add separated lib for modules ( #9281 )
2021-12-02 20:28:58 +07:00
Kitzunu
f9337497d8
chore(Core/Auras): Clean up Aura::CanBeSaved() ( #9343 )
2021-11-30 13:03:04 -03:00
UltraNix
8d579b54ea
fix(Core/Pets): Master Demonologist should not be removed on pet resummon. ( #9317 )
...
Fixes #8994
2021-11-30 07:03:04 -03:00
Kitzunu
201fb580a4
fix(Core/Auras): Set proper displayId for mounts that changes dependi… ( #9342 )
...
* fix(Core/Auras): Set proper displayId for mounts that changes depending on your Riding skill and location with more than one modelId
* cherry-pick commit (a5b8e167dd )
Co-Authored-By: Gildor <521036+Jildor@users.noreply.github.com >
* codestyle
Co-authored-by: Gildor <521036+Jildor@users.noreply.github.com >
2021-11-29 20:57:38 -03:00
UltraNix
c36168c604
fix(Core/Spells): Fixed calculating damage/healing pct auras on aura refresh. ( #9316 )
...
Fixes #8962
2021-11-29 20:36:48 -03:00
UltraNix
5d544f6001
fix(Core/Spells) T9 2p Hunter bonus vs Mortal Shots. ( #9246 )
...
Fixed getting bonus damage from critical strikes for melee/ranged DoT spells.
Fixes #8859
2021-11-29 13:46:49 -03:00
IntelligentQuantum
ab761c9865
fix(Core/Player): prevent crash exploit spam duel starting ( #9226 )
2021-11-28 16:42:53 -03:00
UltraNix
d667906040
fix(Core/Spells): Increased Arcane Bolt effect radius to 40 yards. ( #9217 )
...
Fixes #8930
2021-11-28 05:29:53 -03:00
acidmanifesto
29f49108a5
chore(Core): Remove unnecessary slang Cosmetic ( #9325 )
...
* Remove unnecessary slang
Removes ZOMG! that is used in the src in logging and notes. Completely Unnecessary. Contributes to nothing useful. Inflates source. Not needed at all in any shape or form. Not Developer Lingo either.
* Further Clean Up
Removed Profanity
* sensible grammar correction
* More ZOMG! removal
2021-11-25 04:31:54 -03:00
UltraNix
647c91605c
fix(Core/Spells): Autoshot should not interrupt Volley ( #9202 )
...
- Closes #8883
2021-11-23 20:13:06 +01:00
Kargatum
f62664c987
refactor(Core/Misc): headers cleanup ( #9259 )
2021-11-22 17:24:39 +07:00
IntelligentQuantum
92b3617f63
fix(Core/Spells): Item Fresh Brewfest Hops ( #8010 )
2021-11-21 10:50:03 -03:00