Skip to content

Fix playeritemgossip_master build after upstream master merge#182

Merged
Rochet2 merged 574 commits into
playeritemgossip_masterfrom
fix/playeritemgossip_master-upstream-merge
May 26, 2026
Merged

Fix playeritemgossip_master build after upstream master merge#182
Rochet2 merged 574 commits into
playeritemgossip_masterfrom
fix/playeritemgossip_master-upstream-merge

Conversation

@Rochet2

@Rochet2 Rochet2 commented May 25, 2026

Copy link
Copy Markdown
Owner

Summary

The scheduled merge workflow merges TrinityCore/TrinityCore master into playeritemgossip_master and builds with -DWITH_WARNINGS_AS_ERRORS=1. The branch had fallen behind upstream and needed a fresh merge before CI could push again.

This PR merges the latest upstream master into playeritemgossip_master. The merge applied cleanly — no conflict resolution or source fixes were required.

What was wrong

playeritemgossip_master was no longer an ancestor of upstream master, so the automerge job would attempt another merge/build cycle. The feature branch's custom gossip script and slot accessor hooks remained compatible with current upstream after the merge.

What was fixed

No manual code changes beyond the merge commit itself.

Area Result
Merge topology Proper 2-parent merge commit, matching CI history
Custom player-item gossip code Auto-merged cleanly with upstream scripting changes

Test plan

  • Merge this PR into playeritemgossip_master.
  • Confirm the merge workflow _master (playeritemgossip_master, …) jobs pass.
  • In-game: shift-right-click an equipped item on a player to open the gossip menu.

aquadeus and others added 30 commits February 27, 2026 00:36
… result of incorrect merge conflict resolution
… while still being teleported to a different map
Shauren and others added 25 commits May 11, 2026 11:10
…tly always printed before battleground starts and replaced its trinity_string entry with proper battleground status packet
by jildor, closes TrinityCore#28854

(cherry picked from commit fe81161)
@Rochet2 Rochet2 force-pushed the fix/playeritemgossip_master-upstream-merge branch from 54ae472 to b38f378 Compare May 25, 2026 22:34
@Rochet2 Rochet2 merged commit f25804d into playeritemgossip_master May 26, 2026
10 checks passed
@Rochet2 Rochet2 deleted the fix/playeritemgossip_master-upstream-merge branch May 26, 2026 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.