Commit Graph

16298 Commits

Author SHA1 Message Date
Yunfan Li
32b3e6331d Merge pull request #54 from liyunfan1223/Playerbot_sync
Playerbot sync
2025-08-02 16:10:42 +08:00
Yunfan Li
8ff1d2ccc1 Merge pull request #52 from Rochet2/patch-1
Fix scriptmgr hook double call on whisper
2025-08-02 15:32:26 +08:00
Yunfan Li
55bc26f505 Merge branch 'master' into Playerbot 2025-08-02 11:35:47 +08:00
github-actions[bot]
8a5098861e chore(DB): import pending files
Referenced commit(s): 219942e8f8
2025-08-01 15:04:50 +00:00
sudlud
219942e8f8 fix(DB/SAI): fix scourge invasion quest 12616 'Chamber of Secrets' (#22606) 2025-08-01 12:03:41 -03:00
github-actions[bot]
239a641bd7 chore(DB): import pending files
Referenced commit(s): 9ad7cef3c4
2025-08-01 13:40:43 +00:00
Tereneckla
9ad7cef3c4 fix(Core/Items): count stats programatically instead of manually set (#22564)
Co-authored-by: heyitsbench <benjymansy123@gmail.com>
2025-08-01 10:36:01 -03:00
Vanna White
b711c55c1e fix(CORE/lfg): Correct random LFG reward bug (#22599)
Co-authored-by: Kito <kito@vortexirc.com>
2025-08-01 09:55:22 +01:00
Anton Popovichenko
548447ffb0 fix(Core/Pet): Fix player pets attack (#22601)
Co-authored-by: PkllonG <PkllonG@users.noreply.github.com>
2025-07-31 14:45:24 -03:00
Takenbacon
cd87350a17 fix(Core/Grids): Fix corpse loading after a server restart (#22594) 2025-07-30 22:49:09 -03:00
github-actions[bot]
4e8d0f565f chore(DB): import pending files
Referenced commit(s): e526623d1d
2025-07-29 20:33:42 +00:00
Ryan Turner
e526623d1d fix(DB/Commands): Added and updated commands for go objects, go creatures and group revive (#22229) 2025-07-29 21:32:41 +01:00
Tereneckla
9cf742a04b fix(Scripts/Spell): improve handling of refreshing diseases with Glyph of Disease (#22434) 2025-07-29 10:07:52 -03:00
github-actions[bot]
ddefd87fef chore(DB): import pending files
Referenced commit(s): 2bc6e0f747
2025-07-29 13:05:40 +00:00
Tereneckla
f0054bd197 fix(DB/Spells): add various spells to spell_groups (#22075) 2025-07-29 10:04:35 -03:00
github-actions[bot]
2bc6e0f747 chore(DB): import pending files
Referenced commit(s): 33a71434c9
2025-07-29 13:01:32 +00:00
Kitzunu
35d8d49ce3 feat(Core/ServerMail): Add AccountFlags condition to server mail temp… (#22549) 2025-07-29 10:01:16 -03:00
github-actions[bot]
33a71434c9 chore(DB): import pending files
Referenced commit(s): 67aa022dbf
2025-07-29 13:00:21 +00:00
avarishd
231a03d785 fix(Spells/Druid): Moonglade Raiment 2-piece set bonus (#22148) 2025-07-29 10:00:00 -03:00
Jelle Meeus
2e1f848f09 fix(Core/Unit): Add melee leeway for auto attacks (#22566) 2025-07-29 09:58:30 -03:00
Anton Popovichenko
67aa022dbf fix(Core/Leash): Improve leashing behavior and timer handling (#22525) 2025-07-29 09:55:56 -03:00
Jelle Meeus
40c58123b1 fix(Core/Player): allow attacking target within boundary radius when… (#22500)
Co-authored-by: Kito <kito@vortexirc.com>
2025-07-29 09:38:49 -03:00
Jelle Meeus
98eda3684d feat(Core/Spell): implement SPELL_ATTR2_CHAIN_FROM_CASTER (#22515)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2025-07-29 09:36:36 -03:00
Takenbacon
a77bd19104 feat(Core/Maps): Remove worldobject container switch functionality (#22586) 2025-07-29 09:18:07 -03:00
github-actions[bot]
956f4b0751 chore(DB): import pending files
Referenced commit(s): 5031483ad1
2025-07-29 12:13:56 +00:00
Andrew
5031483ad1 fix(DB/SAI): Fix Poisonous Mushroom cast logic and move script to SAI (#22567) 2025-07-29 09:12:51 -03:00
天鹭
0abb998529 refactor(Core): Clean (#22583) 2025-07-29 09:11:25 -03:00
Takenbacon
57dacae38b feat(Core/Maps): Multithread startup map preloading (#22580) 2025-07-29 09:10:46 -03:00
Takenbacon
f31643c72c feat(Core/Unit): Optimize AuraEffectList container (#22584) 2025-07-29 09:10:13 -03:00
Jelle Meeus
cb580b9865 fix(Core/Spell): skip Guardian pets when searching for Party/R… (#22587) 2025-07-29 09:08:48 -03:00
Jelle Meeus
fc4b2939ee refactor(World/WorldState): use prepared statements (#22582) 2025-07-28 02:04:03 -03:00
Andrew
970b6cf7b6 fix(Scripts/AhnKahet): Refactor Prince Taldaram vanish and embrace logic (#22524) 2025-07-28 02:03:00 -03:00
github-actions[bot]
f5d39a2f8b chore(DB): import pending files
Referenced commit(s): b6bef0f6af
2025-07-27 13:31:48 +00:00
Rocco Silipo
b6bef0f6af fix(DB/SAI): Implement Dialogue in the tavern (#22577) 2025-07-27 10:25:15 -03:00
Yehonal
dbee211506 fix(bash/starter): enhance interactive mode handling (#22516)
This pull request updates the startup script in `apps/startup-scripts/src/starter` to improve handling of interactive and non-interactive modes, particularly when running under different session managers. 

### Improvements to interactive and non-interactive mode handling:

* Updated the condition to check if the application should run interactively by combining `AC_LAUNCHED_BY_PM2` and `AC_DISABLE_INTERACTIVE` environment variables. This ensures more accurate handling of interactive mode.


Fixes: https://github.com/azerothcore/azerothcore-wotlk/issues/22507
2025-07-27 13:50:20 +02:00
github-actions[bot]
90ac298155 chore(DB): import pending files
Referenced commit(s): 60643ce5e7
2025-07-27 08:02:39 +00:00
Kitzunu
60643ce5e7 feat(Script/Command): Add AccountFlag pinfo output (#22548) 2025-07-27 09:59:13 +02:00
github-actions[bot]
e66f763a9c chore(DB): import pending files
Referenced commit(s): 4da5884532
2025-07-27 07:28:39 +00:00
Andrew
4da5884532 fix(DB/SAI): Grant quest credit to all group members for quest The Mi… (#22572) 2025-07-27 09:11:27 +02:00
Kitzunu
3f46e05d36 refactor(Core/Account): Move account flag logic from AccountMgr to WorldSession (#22558) 2025-07-27 08:54:16 +02:00
Jelle Meeus
24d1a4808f fix(Scripts/Spells): Death and Decay not breaking Hungering Cold (#22573) 2025-07-27 00:12:49 -03:00
Christian M
d2fb893f87 feat(Core/Player): Allow spell validation to be skipped at server owner's risk (#22521)
Co-authored-by: Tereneckla <Tereneckla@pm.me>
2025-07-26 19:26:00 -03:00
github-actions[bot]
00f411c0b1 chore(DB): import pending files
Referenced commit(s): dad67f9bb0
2025-07-26 19:43:50 +00:00
Andrew
9f8cd74205 fix(DB/Spell): Fix serverside spell Grow (#22569)
Co-authored-by: Gustavo <sirikfoll@hotmail.com>

Cherry-picked from commit: 0b766db6a4
2025-07-26 16:43:17 -03:00
Andrew
dad67f9bb0 fix(Scripts/CullingOfStratholme): Prevent Arthas from despawning (#22570) 2025-07-26 16:42:49 -03:00
github-actions[bot]
5a96fbd23e chore(DB): import pending files
Referenced commit(s): 71c2dbfa20
2025-07-26 10:07:12 +00:00
chaosua
71c2dbfa20 fix(DB/page_text_locale): fix gender tags and html for 3539, 3540, 3541 (#22562) 2025-07-26 12:06:09 +02:00
NoxMax
27da054661 feat(Core): make BGs and Arena prep time configurable (#22136)
Co-authored-by: Tereneckla <Tereneckla@pm.me>
2025-07-26 02:09:20 +01:00
Yunfan Li
21c2c3e0ee Merge branch 'master' into Playerbot 2025-07-25 21:18:51 +08:00
github-actions[bot]
6c72e9b9ee chore(DB): import pending files
Referenced commit(s): 5155f97261
2025-07-25 07:02:19 +00:00