Webdrian
226408329a
fix(Core/Pets): Corret Pet size for normal and exotics & bigger pets ( #16910 )
...
* fix(Core/Pet)
Pet size fixed
* Update Pet.cpp
* Update Pet.cpp
2023-08-06 02:08:34 +02:00
AiurJordan
f0a4612964
fix(Core/Pets) Pet scaling only being applied to pets with DB Entry ( #16401 )
2023-08-02 14:51:11 -03:00
Kitzunu
8c42a03328
fix(Core/Item): Mirror client logic when determining whether to apply… ( #16861 )
...
fix(Core/Item): Mirror client logic when determining whether to apply feral AP
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2023-07-30 23:59:21 -03:00
Angelo Venturini
dbc39a2817
fix(Core/Spells): Implement ENCHANT_PROC_ATTR_WHITE_HIT ( #16771 )
...
Co-authored-by: Ariel Silva<ariel-@users.noreply.github.com >
2023-07-17 08:19:24 -03:00
Tereneckla
e78ff51336
fix(Core/Player): don't dismiss warlock pets on logout ( #16766 )
...
Update Player.cpp
2023-07-15 17:12:28 -03:00
wenzuowei
3a3dc6446b
fix(Core/Gossip): Fix gossip menu for locale clients ( #16531 )
...
* fix(Core/Gossip): Fix gossip menu for locale clients
* using gossip_menu_option texts by default
---------
Co-authored-by: wzw1990 <>
2023-07-12 08:04:39 -03:00
Skjalf
f5d0246292
feat(Core/Object): Add helper to allow removing allowed looters ( #16709 )
2023-07-08 21:45:06 -03:00
Tereneckla
718b0000ba
fix(Core/Reputation): remove reputation splitting for being partied ( #16660 )
...
remove rate for party
2023-07-02 15:02:14 -03:00
Walter Pagani
7f9cdda17b
chore(Core/ScriptMgr): Hooks used in mod-aoe-loot ( #16589 )
...
* Creating the necessary hooks for the loot aoe
* update hook
* Typing error
* Method name and add documentation
* codestyle
* Misc. fixes
2023-06-24 08:23:23 -03:00
Žan Skamljič
ee3ab6fe2a
chore(Core/ScriptMgr): Add Hooks for profession skill gains ( #16526 )
2023-06-19 16:12:20 -03:00
Kitzunu
ee18f55f63
fix(Scripts/Spells): Convert some Druid spells to SpellScript ( #16414 )
...
Co-authored-by: joschiwald <736792+joschiwald@users.noreply.github.com >
2023-06-01 22:04:00 +02:00
Gultask
d525949316
fix(Core/Creature): Re-Add IGNORE_ASSISTANCE_CALL flag ( #16387 )
...
init
2023-05-28 13:49:17 -03:00
Kitzunu
a6980e654a
fix(Core/Player): Logic ( #16305 )
2023-05-24 13:59:43 -03:00
Angelo Venturini
30f475829a
fix(Core/Spells): Hunter snake trap damage ( #16326 )
2023-05-23 22:39:55 -03:00
Kitzunu
be48e3c249
fix(Core/Player): Instance.IgnoreRaid kicking people out ( #16306 )
...
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/16201
2023-05-18 22:11:53 +02:00
Tereneckla
acc68ef1e2
fix(Core/Player): Double health regen from spirit ( #15955 )
...
Update Player.cpp
2023-05-13 15:26:43 -03:00
天鹿
ab7c12fe41
chore(core): Cleanup code p2 ( #16041 )
...
* Update AchievementMgr.cpp
* Update M2Stores.cpp
* Update LFGHandler.cpp
* Update PetHandler.cpp
* Update WaypointMovementGenerator.cpp
* Update ScriptMgr.cpp
* Update SpellAuras.cpp
* Update Spell.cpp
* Update SecretMgr.cpp
* Update SpellScript.cpp
* Update SecretMgr.cpp
* Update Spell.cpp
* Update SpellAuras.cpp
* Add files via upload
* Update PetHandler.cpp
* Update PetHandler.cpp
* Update CalendarMgr.cpp
* Update LFG.h
* Update WaypointMovementGenerator.cpp
* Update MapScripts.cpp
* Update Unit.cpp
* Update SmartScript.cpp
2023-05-13 15:00:29 -03:00
NinjaPleezAC
dfa5da00b1
fix(Core/Player): Apply equip effect auras with -1 duration ( #14809 )
...
Enforces a -1 duration value to auras applied from equip effects.
Current reliance on the DurationEntry of the auras causes at least one aura to incorrectly expire.
Closes AzerothCore issue #5649
Closes https://github.com/chromiecraft/chromiecraft/issues/531
2023-05-13 14:50:07 -03:00
Gultask
64c7c99bda
revert(Core/Player): Revert Delayed Damage System ( #16246 )
...
* Revert "fix(Core/Spells): Delayed Damage system (#16183 )"
This reverts commit d282cce4af .
* Revert "fix: Crash on ProcessDelayedDamages (#16166 )"
This reverts commit 3dbdea5e28 .
* Revert "fix(core\player): Missing combat animation (#14199 )"
This reverts commit a238e5e27b .
2023-05-13 13:50:27 -03:00
Angelo Venturini
d7bdf5f717
fix(Vehicle): Crash ( #16184 )
2023-05-10 10:32:15 -03:00
Angelo Venturini
d282cce4af
fix(Core/Spells): Delayed Damage system ( #16183 )
2023-05-07 08:58:38 -03:00
AnchyDev
444793346d
feat(Core/Hooks): Add parameter to detect XP origin for OnGiveXP hook. ( #16109 )
...
Added enum parameter to detect where XP originated from.
2023-05-05 22:39:36 -03:00
Angelo Venturini
3dbdea5e28
fix: Crash on ProcessDelayedDamages ( #16166 )
2023-05-03 06:27:44 -03:00
M'Dic
1c7ac83a1c
feat(Core/Unit): anticheat helper ( #16115 )
...
this covers a case with SPELL_AURA_CONTROL_VEHICLE being used. commonly in dk starter spot and northrend.
2023-04-30 01:27:15 +02:00
M'Dic
7e58650cf5
revert(Core): ChrRace.dbc full implementation ( #16114 )
...
* revert (core): ChrRace.dbc full implementation
we revert this due to several issues arrising. Although the dbc reading is done in full and correctly. Azerothcore relied on the original handling (althought not propper) for so long that there is
* revert
* Update remove_charrace_dbc.sql
* Update remove_charrace_dbc.sql
* Update remove_charrace_dbc.sql
2023-04-29 08:23:11 -03:00
M'Dic
a238e5e27b
fix(core\player): Missing combat animation ( #14199 )
2023-04-29 12:27:13 +02:00
M'Dic
e5665c32f8
update (core\store): sLFGDungeonStore update ( #15325 )
...
* update (core\store): sLFGDungeonStore update
update (core\store): sLFGDungeonStore update
Co-Authored-By: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
* update (core\store): sLFGDungeonStore update
Co-Authored-By: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
---------
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2023-04-29 12:25:49 +02:00
M'Dic
3eae4c5713
fix(core/dbc): improve ChrRace DBC handling ( #14843 )
...
Cherry pick of https://github.com/TrinityCore/TrinityCore/pull/24508
Co-authored-by: HelloKitty <5829095+HelloKitty@users.noreply.github.com >
2023-04-28 01:29:33 +02:00
天鹿
df77b5f4f7
chore(core): cleanup code p3 ( #16073 )
...
* Update MMapMgr.cpp
* Update UpdateFetcher.cpp
* Update AuctionHouseMgr.cpp
* Update AuctionHouseMgr.h
* Update BattlegroundAV.cpp
* Update ChannelMgr.cpp
* Update ThreatMgr.h
* Update Player.h
* Update PlayerSettings.cpp
* Update ObjectMgr.cpp
* Update Guild.cpp
* Update Guild.h
* Update Map.cpp
* Update World.cpp
* Update boss_nefarian.cpp
* Update boss_prince_malchezaar.cpp
* Update boss_venoxis.cpp
* Update zone_elwynn_forest.cpp
* Update zulfarrak.cpp
* Update boss_novos.cpp
2023-04-24 08:13:07 -03:00
ZhengPeiRu21
1e26cdbee9
fix(Core): Save bonus talent points to DB ( #14099 )
...
* fix(Core): Save bonus talent points to DB
* fix(Core): Save bonus talent points to DB
* Oxford comma in comment
2023-04-22 10:09:18 -03:00
UltraNix
790417b1b1
fix(Core/Spells): Fixed somed Druid idols not being modified by spell… ( #15452 )
...
fix(Core/Spells): Fixed somed Druid idols not being modified by spell power coefficients.
Fixes #14479
2023-04-22 10:08:01 -03:00
Tereneckla
2e9cb71987
fix(Core/Player): Reduce Health Regeneration bonus while sitting to 33% ( #15954 )
...
Update Player.cpp
2023-04-21 15:18:23 -03:00
Tereneckla
67125caeb0
fix(Core/Player): Food healing does not increased by sitting down ( #15959 )
2023-04-21 14:54:44 -03:00
UltraNix
197b053eb4
fix(Scripts/ShadowLabirynth): Fixed Blackheart's Incite Chaos. ( #15583 )
2023-04-21 08:29:32 -03:00
Tereneckla
d5c89657a1
fix(Core/Player): Apply SPELL_AURA_MOD_HEALTH_REGEN_PERCENT to in combat health regen ( #15961 )
2023-04-21 07:49:08 -03:00
Gultask
b86cf11499
fix(Core/Creature): Adjust IGNORE ASSISTANCE CALL flag to prevent assistance on initial aggro only ( #16046 )
...
init
2023-04-20 18:16:31 -03:00
Angelo Venturini
c84123b607
fix: Channel Crash ( #15909 )
2023-04-18 22:51:58 -03:00
AnchyDev
570c0e8498
fix(Core/Hook): Fix OnAuraRemove not being called for owned auras. ( #15930 )
...
* Fix OnAuraRemove hook not being called for owned auras.
* Removed OnAuraRemove from multiple places and moved to singular call.
2023-04-17 22:10:57 -03:00
M'Dic
8aa2a2ac0f
chore (core): Clean up ( #15977 )
...
* chore (core): Clean up
* Update SmartScript.cpp
* more clean up
* Update boss_xt002.cpp
2023-04-16 21:04:56 -04:00
Skjalf
8fa0953671
feat(Core/Creature): Implement CREATURE_FLAG_EXTRA_DONT_OVERRIDE_ENTR… ( #15976 )
...
feat(Core/Creature): Implement CREATURE_FLAG_EXTRA_DONT_OVERRIDE_ENTRY_SAI
2023-04-16 19:45:09 -03:00
Kitzunu
5a55cb9522
fix(Core/Spell): Remove channeled auras when caster and target are no… ( #15419 )
...
fix(Core/Spell): Remove channeled auras when caster and target are not on the same map
* Chery-pick commit (d23c839998 )
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2023-04-02 15:36:13 -03:00
Kitzunu
e91d62dce6
fix(Core/Players): Added error message for death knights attempting to lea… ( #15420 )
...
Core/Players: Added error message for death knights attempting to leave their starting zone early
* cherry-pick commit (2dc1b69a70 )
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2023-04-02 15:32:47 -03:00
Kitzunu
511c1918bd
fix(Core/Item): Fixed incorrect damage mod for Heirloom 2H weapons ( #15443 )
...
* cherry-pick commit (13fa60ab86 )
Co-authored-by: robinsch <robinsch@users.noreply.github.com >
2023-04-02 15:30:47 -03:00
Kitzunu
a0c51a45fb
fix(Core/Player): Send player's own auras before all visible objects ( #15445 )
...
* fix(Core/Player): Send player's own auras before all visible objects
* cherry-pick commit (c6cd272505 )
Co-Authored-By: Mikhail Redko <13364438+r4d1sh@users.noreply.github.com >
* Update Map.cpp
* Update src/server/game/Entities/Player/Player.cpp
* Update src/server/game/Entities/Player/Player.cpp
* Update src/server/game/Maps/Map.cpp
---------
Co-authored-by: Mikhail Redko <13364438+r4d1sh@users.noreply.github.com >
2023-04-02 15:30:26 -03:00
UltraNix
a72f5f97e6
fix(Core/Spells): Implemented ENCHANT_PROC_ATTR_EXCLUSIVE. ( #15476 )
...
Fixes #12132
2023-04-02 15:28:23 -03:00
UltraNix
1acbb9ee53
fix(Core/Spells): Fixed Spiritual Attunement not working with partial… ( #15767 )
...
fix(Core/Spells): Fixed Spiritual Attunement not working with partial overheals.
Fixes #14430
2023-04-02 10:13:16 -03:00
Axel Cocat
d028a6253a
fix(Core/Pet): fix Pet::resetTalentsForAllPetsOf for stabled pets ( #15779 )
2023-04-02 14:48:03 +02:00
UltraNix
d4f8134b3b
fix(Core/Spells): Lightning Overload should not proc off from itself. ( #15595 )
...
Fixes #15499
2023-03-29 01:28:00 -03:00
UltraNix
7035e87543
fix(Core/Spells): Shadow Word: Death vs critters. ( #15594 )
...
Fixes #14299
2023-03-29 01:27:17 -03:00
Gultask
9e6dcb9e08
chore(Core/Players): Fix typo ( #15552 )
...
Update Player.cpp
2023-03-24 06:23:29 -03:00