Commit Graph

2168 Commits

Author SHA1 Message Date
ZhengPeiRu21
2bf872e446 Merge branch 'azerothcore:master' into Playerbot 2023-03-29 06:29:03 -06: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
UltraNix
1160f3bda9 fix(Core/Spells): Turn the Tables can stack with itself. (#15597)
Fixes #13911
2023-03-29 00:28:56 -03:00
ZhengPeiRu21
4c18f3b3e5 Merge branch 'azerothcore:master' into Playerbot 2023-03-25 13:06:10 -06:00
Axel Cocat
357a2a33ce feat(Core/ChatHandler): ignore chat level requirement when whispering self (#15564)
feat(Core/ChatHandler): ignore chat level requirement when whispering self
2023-03-25 00:14:38 +01:00
UltraNix
a90c3c387d fix(Core/Spells): Seed of Corruption cannot be reflected. (#15473)
* fix(Core/Spells): Seed of Corruption cannot be reflected.

Fixes #15458

* Update.
2023-03-24 06:25:12 -03:00
Gultask
9e6dcb9e08 chore(Core/Players): Fix typo (#15552)
Update Player.cpp
2023-03-24 06:23:29 -03:00
Axel Cocat
5e9b88a9a9 feat(Core/Mail): call CanSendMail() when returning to sender (#15553) 2023-03-23 18:56:48 -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
avarishd
2bdf5467b4 fix(Core/SAI): Remove duplicated GO_STATE (#15530)
* fix(Core/SmartScripts): Remove duplicated GO_STATE

* comment in/out some stuff
2023-03-23 08:05:28 -03:00
ZhengPeiRu21
317afd051b Merge branch 'azerothcore:master' into Playerbot 2023-03-22 10:16:52 -06:00
M'Dic
826ac63af3 revert (core): Dismount helper (#15544)
* Revert "add (core): Dismount Helper (#15511)"

This reverts commit 1d5092d37f.

* Revert "add (core): Dismount Helper (#15511)"

This reverts commit 1d5092d37f.
2023-03-22 12:02:11 -04:00
ZhengPeiRu21
71e8baf929 Merge branch 'azerothcore:master' into Playerbot 2023-03-22 09:35:01 -06:00
avarishd
2e4d19a42f fix(Core/Spells): Add more exceptions to Aura of Despair. (#15231)
* fix(Core/Spells): Add more exceptions to Aura of Despair.

* Remove mana shield, works on Animus aoe...

Probably needs more work to proc only on searing flames, and not on profound darkness.
2023-03-21 18:32:39 -03:00
UltraNix
ed31c22cc5 fix(Core/Gossip): Do not close gossip on target deselection. (#15457)
Fixes #12399
2023-03-21 18:30:43 -03:00
UltraNix
2396638a70 fix(Core): Crashfix. (#15448) 2023-03-21 12:45:47 -03:00
ZhengPeiRu21
e9143a2c0b Merge branch 'azerothcore:master' into Playerbot 2023-03-21 08:46:26 -06:00
M'Dic
1d5092d37f add (core): Dismount Helper (#15511) 2023-03-20 13:26:16 -04:00
Skjalf
1a562948a6 fix(Core/Object): Permanently invisible creatures should be able to e… (#15498) 2023-03-20 13:16:58 -03:00
UltraNix
a8b8199acb fix(Core/Grids): Creatures should attack when loaded into grid. (#15453)
* fix(Core/Grids): Creatures should attack when loaded into grid.

Fixes #14645

* Update.
2023-03-20 10:45:41 -03:00
Kitzunu
465c5b12e4 fix(Core/Arena): Fix lag caused by arena distribution (#15444)
* cherry-pick commit (3f3dee8049)

Co-authored-by: ibakula <10998369+ibakula@users.noreply.github.com>
Co-authored-by: Gildor <521036+Jildor@users.noreply.github.com>
2023-03-18 09:50:45 +01:00
avarishd
7f7ec62a0a fix(Core/Spells): Healing Salve having cast time. (#15329) 2023-03-17 17:38:54 +01:00
Pedro Antonio
307d09877a fix(Core/Battlefield): Wintergrasp Workshops SW/SE (#14104)
* Now only SW and SE are owned by Attacker, the rest are for Defender team

Co-authored-by: M'Dic <joshua.lee.betts@gmail.com>
2023-03-17 15:26:54 +01:00
Kitzunu
0f2f86171a fix(Core/Mail): Reorder mail attachment checks (#15418)
* The check never hits as CanBeTraded() checks for empty bag too and we need to check it before as it uses a different error

* Cherry-pick : 9658d15b0c

Co-authored-by: Anton Popovichenko <walkline.ua@gmail.com>
2023-03-17 15:15:58 +01:00
Kitzunu
422db05290 fix(Core/Spell): Removed gathering failure chance from herbalism and … (#15423)
fix(Core/Spell): Removed gathering failure chance from herbalism and mining nodes

* cherry-pick commit (052dfe27fc)

Co-authored-by: Tony Konzel <saxxonpike@gmail.com>
2023-03-17 10:24:36 +01:00
Kitzunu
fd2fcc1275 fix(Core/Achievements): Add log for missing achievement (#15425)
* fix(Core/Achievements): Add log for missing achievement

* cherry-pick commit (af5bd270c3)

Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-03-17 10:24:15 +01:00
Kitzunu
8b27d9c464 fix(Core/PacketIO): Require valid WorldSession for CMSG_KEEP_ALIVE (#15426)
* cherry-pick commit (de4340af37)

Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-03-17 10:23:29 +01:00
UltraNix
8e27906634 fix(Core/Spells): Do not remove item casted auras on respec. (#15350) 2023-03-16 18:35:15 -03:00
avarishd
aa3e2e052a fix(Core/Spells): Draenei Call of Air 4/4 Susurrus buff duration. (#15255) 2023-03-16 19:02:31 +01:00
Pedro Antonio
175c961c54 fix(Core/BattlefieldWG): Workshops/Graveyard not changing to neutral (#14002) 2023-03-16 18:51:59 +01:00
郑佩茹
be7c57507f Merge branch 'master' into Playerbot
# Conflicts:
#	src/server/game/Entities/Player/Player.h
2023-03-16 10:00:13 -06:00
Skjalf
40ff0c607e fix(Scripts/IcecrownCitadel): Fix ICC buff not being reapplied after … (#15407) 2023-03-16 05:20:25 -03:00
UltraNix
b21f98d639 fix(Scripts/Karazhan): Chess Event. (#14736) 2023-03-15 00:07:49 -03:00
UltraNix
784c5e9416 fix(Core): Crashfix. (#15337) 2023-03-13 16:16:04 -03:00
Angelo Venturini
e407ee135d fix(Core/Logs): Fix warden fmt logs (#15327) 2023-03-13 19:22:13 +01:00
avarishd
6270c6ab64 fix(Scripts/Ulduar): Yogg-Saron hardcode & some adustments. (#15146) 2023-03-13 10:19:08 -03:00
UltraNix
2641459304 fix(Core/Players): Charmed players should not attack critters. (#15358) 2023-03-13 08:15:10 -03:00
UltraNix
3d5ec682c0 fix(Core/Movement): Updated creature pet's follow movement. (#15360) 2023-03-13 08:14:40 -03:00
Skjalf
591511c875 fix(Core/Session): Let movement flags update on their own when disabl… (#15366) 2023-03-12 17:39:08 -03:00
Skjalf
a9f945b436 feat(Core/Player): Implement helper to send system messages to players (#15364) 2023-03-12 15:35:54 -03:00
Skjalf
cbaa63eb64 fix(Core/Session): Inform the client when we can no longer fly (flyin… (#15363) 2023-03-12 13:25:54 -03:00
UltraNix
73652d4e65 fix(Core): Crashfix. (#15338) 2023-03-11 13:20:31 -03:00
AnchyDev
67bbeb7d6f fix(Core/Warden): Fix buffer not being handled during interrupt. (#15258) 2023-03-09 11:31:13 -03:00
Maelthyr
0200a288cd refactor(Scripts/Northrend): conversion to std::chrono (#15269)
Co-authored-by: Maelthyrr <maelthyrr@users.noreply.github.com>
2023-03-07 09:23:33 -03:00
Skjalf
86a2e94746 feat(Core/AI): Implement DoForAllSummons() function to summon lists (#15262) 2023-03-07 05:32:53 -03:00
Gultask
0b04c7f3b6 fix(Core/Spells): Un-hack Spellcloth trigger spell (#15284)
Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
2023-03-05 16:29:41 -03:00
Stefano Borzì
034b521501 feat(CI): add cppcheck (#15211)
Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
2023-03-05 18:47:18 +01:00
Skjalf
a5b4aecd52 fix(Scripts/TheBotanica): Rework Laj (#15279) 2023-03-05 11:14:46 -03:00