Merge remote-tracking branch 'azerothcore/master'

# Conflicts:
#	src/server/game/Entities/Item/Item.cpp
#	src/server/game/Server/WorldSession.cpp
This commit is contained in:
2026-08-02 18:49:47 +04:00
171 changed files with 10508 additions and 4986 deletions
-6
View File
@@ -10,12 +10,6 @@ on:
- opened
- reopened
- synchronize
# A PR that only touches data/ (SQL) leaves the C++ untouched, so there is
# nothing to compile. Dashboard CI runs on every PR unfiltered and already
# imports the SQL and starts a real worldserver, so coverage is unaffected.
# Pushes to master are not filtered and always build.
paths-ignore:
- 'data/**'
concurrency:
# One concurrency group per workflow + ref.