Yunfan Li
c6bcda8b9d
Merge branch 'master' into Playerbot
2023-08-29 20:50:49 +08:00
Francesco Borzì
5d01b700fd
refactor(Core): remove unused imports ( #17094 )
2023-08-28 13:39:43 +02:00
Yunfan Li
95add2b815
Merge branch 'master' into Playerbot
2023-07-18 17:59:18 +08: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
Yunfan Li
0713446e1e
Merge branch 'master' into Playerbot
2023-07-04 10:05:31 +08: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
Yunfan Li
72660b1ed8
Merge branch 'master' into Playerbot
2023-05-24 17:57:30 +08:00
Tereneckla
acc68ef1e2
fix(Core/Player): Double health regen from spirit ( #15955 )
...
Update Player.cpp
2023-05-13 15:26:43 -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
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
ZhengPeiRu21
aa1214a6ba
Merge branch 'azerothcore:master' into Playerbot
2023-05-01 10:31:02 -06: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
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
ZhengPeiRu21
1773a505c0
Merge branch 'azerothcore:master' into Playerbot
2023-04-23 13:53:58 -06: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
ZhengPeiRu21
e355e79482
Merge branch 'azerothcore:master' into Playerbot
2023-04-21 22:17:38 -06: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
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
郑佩茹
1b3fd82f5c
Merge branch 'master' into Playerbot
...
# Conflicts:
# src/server/game/Guilds/Guild.cpp
2023-04-03 07:52:56 -06: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
ZhengPeiRu21
2bf872e446
Merge branch 'azerothcore:master' into Playerbot
2023-03-29 06:29:03 -06:00
UltraNix
7035e87543
fix(Core/Spells): Shadow Word: Death vs critters. ( #15594 )
...
Fixes #14299
2023-03-29 01:27:17 -03:00
ZhengPeiRu21
4c18f3b3e5
Merge branch 'azerothcore:master' into Playerbot
2023-03-25 13:06:10 -06:00
Gultask
9e6dcb9e08
chore(Core/Players): Fix typo ( #15552 )
...
Update Player.cpp
2023-03-24 06:23:29 -03:00
ZhengPeiRu21
38268a187e
Merge branch 'azerothcore:master' into Playerbot
2023-03-23 09:07:11 -06:00
UltraNix
61652c20c1
fix(Core/Players): Set environmental lava damage timer to 2.02 sec. ( #15475 )
...
Fixes #12170
2023-03-23 08:06:57 -03:00
ZhengPeiRu21
e9143a2c0b
Merge branch 'azerothcore:master' into Playerbot
2023-03-21 08:46:26 -06:00
UltraNix
8e27906634
fix(Core/Spells): Do not remove item casted auras on respec. ( #15350 )
2023-03-16 18:35:15 -03:00
郑佩茹
be7c57507f
Merge branch 'master' into Playerbot
...
# Conflicts:
# src/server/game/Entities/Player/Player.h
2023-03-16 10:00:13 -06:00
UltraNix
b21f98d639
fix(Scripts/Karazhan): Chess Event. ( #14736 )
2023-03-15 00:07:49 -03:00
Skjalf
a9f945b436
feat(Core/Player): Implement helper to send system messages to players ( #15364 )
2023-03-12 15:35:54 -03:00
UltraNix
ab4e95cc20
fix(Core/Spells): Fixed sending category cooldowns. ( #15192 )
2023-03-04 17:41:31 -03:00
郑佩茹
4bc9901f16
Merge branch 'master' into Playerbot
...
# Conflicts:
# src/server/game/Entities/GameObject/GameObject.h
2023-02-13 13:07:03 -07:00
NinjaPleezAC
deb7e190c5
fix(CORE/Spell): Book of the Dead unequip fix ( #14839 )
2023-02-13 00:48:58 +01:00
Kitzunu
f039836a2f
chore(Core/Misc): Change all TODO to doxygen comment ( #14966 )
2023-02-12 10:05:34 -03:00
Pedro Antonio
2e6c28c4d8
feat(Core/Pet): DK Petname generation locale ( #14059 )
2023-02-11 18:21:43 -03:00
郑佩茹
03b3f9d051
Merge branch 'master' into Playerbot
...
# Conflicts:
# src/server/game/World/World.h
2023-02-09 12:40:25 -07:00
Skjalf
2aeeee9c83
fix(Core/Spells): Remove all hardcoded restrictions for pick pocket sp… ( #14788 )
...
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2023-01-29 12:12:21 -03:00
UltraNix
9ce8b8cf29
fix(Core/Players): Fixed sending power regen update to nearby players. ( #14043 )
2023-01-28 11:03:56 +01:00
UltraNix
1441ae7d7c
fix(Scripts/Command): Command gm visible on should not mark you wit… ( #14057 )
2023-01-28 11:03:46 +01:00
lineagedr
777a1be394
fix(Core/Packets): Fix a crash in MSG_RANDOM_ROLL. ( #14545 )
2023-01-07 20:27:49 +01:00
UltraNix
af2d3a7cfc
fix(Core/Spells): Spellmods should not drop charges if not consumed b… ( #13498 )
2023-01-02 20:36:44 +01:00
Kitzunu
4870b14b1f
refactor(Core/Object): getLevel() -> GetLevel() ( #14122 )
...
* refactor(Core/Object): getLevel() -> GetLevel()
* fix build and sneak some doxygen in
* codeSTLE
* codestyle
2022-12-31 17:39:23 +01:00