Age | Commit message (Collapse) | Author |
|
(cherry picked from commit a05950e43d0e44321066a86ff062a084527ff0e4)
|
|
(cherry picked from commit 58c6e1374e26b4b760cb041647294f0077b94900)
|
|
instead of whatever current system code page is on windows
(cherry picked from commit 5b4eefb6d8231db95c4ff9cb4090a27683ff3a48)
|
|
(cherry picked from commit 901af6546bed3e707b81c272774c414baaf8dd50)
|
|
(cherry picked from commit d431ce3bb7ffcd47374a0f00bae6c3c92c359ce3)
|
|
(cherry picked from commit b98735ab4b6de269a2d00665b28eca46a2f7471c)
|
|
(cherry picked from commit 0ddbdee4394fd60f74d5ebe08df9bc839e1c0a32)
|
|
(cherry picked from commit 2574aab9ad33ceccfb98667369fca93f3c814190)
|
|
(cherry picked from commit 0af0bd4ffd219f8dd99597b1080febc864b1a147)
|
|
(cherry picked from commit 68f12454eee81f05856eb8b2e7a539d8ac3ecbc3)
|
|
(cherry picked from commit 6d9c3d87c564690e6fa67d2e2110d2f103b5c4db)
|
|
(cherry picked from commit 233259b69da51d42ef9eec0ccba66dccd2a81cbe)
|
|
(cherry picked from commit 1cb8f7374122ec5efa41608f1fd4f0f7a414cc0b)
|
|
(cherry picked from commit dc16cf89b7205288f30291a6f62289cf48d14528)
|
|
Replace the output string when a UTF-8 conversion error happen with an error message instead of using an empty string, swallowing any message that the caller wanted to log.
(cherry picked from commit bdb7e6e5e81e0d9376c9c803bae9da470b02d8cd)
|
|
Thanks to Keader for the spell_script
Original sql by Tobschinski https://github.com/cmangos/tbc-db/commit/c8f1753834ba3dba4c6263346afe29cd363c2431
(cherry picked from commit fb28083b3b2966952b1227f6585b48fcc70dbe7a)
|
|
member when dungeon is already in progress
(cherry picked from commit 7fb52334b2fea4bdd3a83c6af4dbcc39cacb41a9)
|
|
Quest 12288: Overwhelmed!
- Upon casting the healing quest spell, Wounded Skirmisher (npc_wounded_skirmisher)
shows $r and $c in their reply talk text because of the missing target argument,
hence not targeting the player on the quest (or the specific caster, in this case).
Text used by the NPC Wounded Skirmisher:
0 Ahh.... better.
1 Whoa - I nearly died there. Thank you, $r!
2 Thank you, $c.
Solution: add the missing target name, caster, to the Talk() script line.
(cherry picked from commit 95398fadf958d40ba6755a6c2f7b374f0a36b7c7)
|
|
Fix positions and add missing spawns
(cherry picked from commit 14cf9c3fba7d209f82f2588babd7c80178254017)
|
|
(cherry picked from commit a854b2a2ee4e02d0a584c7ed061cc404cb84d7d8)
|
|
(cherry picked from commit 9f5cba2929115acf2e82d0f6081e3dc63d8474fc)
|
|
(cherry picked from commit f5b26b6bfbfae7aa6c7c4e6040cf0fc32577dd3c)
|
|
not the desired optimization I was aiming at, ty Shauren
(cherry picked from commit 9695c3d46d752d23817da9255b1c02f79faceabd)
|
|
I'm referencing line 97 from ChaseMovementGenerator.
That commit introduced a modification in this use case:
- Chasing target is not my current victim, I should stop moving till it is my victim again
Changed To:
- Chasing target is not my current vicitm, I should stop chasing
My correction:
- I dont care about the relation of my current victim and my chasing target, I'm commanded to chase, something will tell me to stop chasing
--> Most likely: evade, new attackstart, etc.
the rest are just minor changes
(cherry picked from commit 9080e7863c28df7dc1c2af321964776e7b59e41a)
|
|
(cherry picked from commit 6289da716efd53026b78b72b38cb1d37bb6832aa)
|
|
Fix memory leak reported by ASan happening when ports fail to bind in Authserver
(cherry picked from commit 57d7b194522d6d44f4d2e9400c03cfc13d5a706a)
|
|
(cherry picked from commit 3c0334fd7b2217db2d52836fdcc3af9ffe811a91)
|
|
(cherry picked from commit bee08cc3e7602994c3dc471d5b099bfccf895770)
|
|
(cherry picked from commit 4c53dd930eb13d9e2df93061ec5fe4a6139e744c)
|
|
Closes #22662
(cherry picked from commit 21030d0cd06ff566ce82efe768a0b57425e5d126)
|
|
Closes #22930
(cherry picked from commit 33f61bd57ef942c4d2d79d5ed018d70ec564461b)
|
|
(#27267)
|
|
when name is empty
|
|
|
|
Co-authored-by: Shauren <shauren.trinity@gmail.com>
|
|
|
|
|
|
Unit::SetFeatherFall and Unit::SetCanTurnWhileFalling
Co-authored-by: Shauren <shauren.trinity@gmail.com>
|
|
|
|
* Add duration override argument to StartCooldown (for cooldowns sent to client)
* Research new SMSG_SPELL_COOLDOWN flags
* Send interrupt school lockouts with newly defined SPELL_COOLDOWN_FLAG_LOSS_OF_CONTROL_UI
* Fixed packet structure of SMSG_MODIFY_COOLDOWN
* std::chorno-ification
|
|
|
|
Co-authored-by: Shauren <shauren.trinity@gmail.com>
|
|
|
|
Closes #27292
|
|
|
|
|
|
scaling (#22862)
(cherry picked from commit a057d26f20ef2d18fa276534d727b03a6b5a2931)
|
|
(cherry picked from commit 755133d8609c424c49be4bbe3bb4ec1ed02195f8)
|
|
Ref #22912
(cherry picked from commit 9e069a2f6937154e7c9113e9f721be64486fc46c)
|
|
Fix faction issue and handle the gossip correctly via the script
(cherry picked from commit 5e73647c84338705a2b45b95705c08ea4a5e2668)
|