forked from LichKing255/AshamaneCoreLegacy
-
Notifications
You must be signed in to change notification settings - Fork 2
cherrypicks #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
TheGhostGroup
merged 50 commits into
LegionEmulationProject:main
from
TheGhostGroup:legion_rebase
Nov 10, 2025
Merged
cherrypicks #3
TheGhostGroup
merged 50 commits into
LegionEmulationProject:main
from
TheGhostGroup:legion_rebase
Nov 10, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* start to update dependencies; openssl * bnetserver compiles * game compiles * worldserver compiles and starts up * remove duktape/dukglue * fix startup and login
…ious commit (cherrypicked from f91ba9c)
(cherrypicked from d9c465e)
Small indent and codestyle fixes (cherrypicked from 149e449)
Closes #19065 (cherrypicked from 43b09d2)
Closes #19069 (cherrypicked from c5db14d)
Closes #19094 (cherrypicked from 4e2a4b7)
Closes #19095 (cherrypicked from bbc6799)
(cherrypicked from 865a3a4)
(cherrypicked from 4536846)
* Is not needed for this project as we will not support it
…MersenneTwister-Lab/SFMT * only needed files added * used CMake and SFMTRand from TrinityCore/TrinityCore#23240 (Thank you Artox) (cherry picked from commit 4e0279b0e48c9992842010b9f3f132e54a460128)
…distribution to restrict result range instead of doing that ourselves * Seed SFMTRand with more values for its state (cherry picked from commit 73bc3d8ea49a4793b14976e86010a36f19c1d18b)
Add GCC build workflow
* The entire tanaan jungle encounter will need a rewrite at some point
* Add terrainswap conditions for The mission alliance pandaria intro
* Removed script to make developing easier.
(cherry picked from commit 1b4c4d2) # Conflicts: # src/server/game/AI/SmartScripts/SmartScript.cpp
* Replaces hardcodded script
* Removed code missed in last try.
Fixed HP drop bug on zeppelins Fixed possible packet relocation problems on huge transports (cherrypicked from b3f04ec)
(cherrypicked from e7a9549)
(cherrypicked from 8fb6a3f)
(cherrypicked from 949b38b)
Update #18182 (cherrypicked from 6d12700)
(cherrypicked from 577324c)
- A problem when a different spell tries to overwrite existing ModTakingSpell should no longer happen (cherrypicked from e261754)
Closes #19163 by MrSmite (cherrypicked from 7ed8cf6)
- Deposit amount wasn't correctly checked in the case of multiple items, player with insufficient funds could auctin more items than they should (cherrypicked from 6bd9aa2)
…DUNGEON_BOSS) now properly propagates to all difficulty entries (not just difficulty 0). This lets us simplify IsDungeonBoss() on Creature (and move it to header). Closes #18824. (cherrypicked from 1beb2e5)
…from player when the Eye of Acherus is dismissed. # Conflicts: # src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp
By Ovahlord
Signed-off-by: ReyDonovan <gennady.zamalaev@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
add a lot of cherrypicks