Age | Commit message (Collapse) | Author |
|
|
|
Remove some ToCreature() casts not needed anymore after 1ee90e1022a235859316e55356ea8a3d2f456c9b changes that moved IsPet(), IsTotem(), IsSummon(), IsGuardian(), IsHunterPet() and IsVehicle() from Creature to Unit
|
|
Remove some ToCreature() casts not needed anymore after 1ee90e1022a235859316e55356ea8a3d2f456c9b changes that moved IsPet() from Creature to Unit
|
|
Fix possible NULL-dereference exception happening in PlayerOrPet checks used in Ulduar and Temple Of Ahn Qiraj
|
|
Core/Misc: Added some missing overrides
|
|
|
|
Closes #15016
Closes #15052
Signed-off-by: jackpoz <giacomopoz@gmail.com>
|
|
Scripts/Rotface: Fix Ooze flood targets.
Fixes #15031
|
|
Added updates to translations, in the try to remove cataclysm changes that got merged in the translations (only the spanish ones).
At least, this is an attempt to not be confused anymore for the changed quests, changed locations, and so, as many of the quests changed also the finish location it tells under its
objectives.
See notes in the beginning of the archive.
Closes #15076
Signed-off-by: jackpoz <giacomopoz@gmail.com>
|
|
Prevents Shattered Barrier talent from triggering when Ice Barrier is dispelled. It should only trigger when Ice Barrier is removed by damage(destroyed).
Closes #14555
Closes #14605
|
|
Core/Spells: Grounding totem fix
Fixes #15108
|
|
Remove unused C++ script replaced by d69a31d238122ab1ceb998908ebf218299792a16
|
|
The log is triggered when a mage creates a portal to another map, uses it and then the portal despawns.
|
|
Close #15218
|
|
Close #15217
|
|
By @tkrokli
Close #8216
|
|
Close #15232
|
|
close #15236
|
|
The "error" is a false positive happening every time a player in a Battleground logs out because WorldSession::LogoutPlayer() notifies the bg twice
|
|
Core/Spells: Fix some taxi paths not being available to players.
This allows players to use the taxi paths used already by spells 29376, 29377, 31752, 34578, 47851.
Fixes https://github.com/TrinityCore/TrinityCore/issues/12832
|
|
Signed-off-by: jackpoz <giacomopoz@gmail.com>
|
|
Fix a rare case that would cause SPELL_EFFECT_NORMALIZED_WEAPON_DMG to do 4 billions damage or to trigger an assertion in Unit::CalculateDamage() depending by Unit base damage.
To reproduce the issue cast spell 25816 on a level 1-14 warrior, then make the warrior cast spell 694 on a Creature.
|
|
SMART_EVENT_OOC_LOS
Closes https://github.com/TrinityCore/TrinityCore/issues/14516
(cherry picked from commit e83a1c6b350575f784bd26c84b78d07b0bc2edbb)
|
|
Spell nodes not have prices.
to #12832
|
|
close #14519
By @CreshandKesh
3.3.5 only
|
|
|
|
* again closes #2380
|
|
Core/Spells: Magic Suppression - Set ProcCharges
|
|
* closes #15194
|
|
Apply an exponential formula to define the chance to bid/buyout an auction depending on auction price and item price ratio. The formula can be adjusted changing the new AuctionHouseBot.Buyer.ChanceFactor config parameter
Chance = 100 ^ (1 + (1 - (auction_price / item_price) / k)
k is the config parameter AuctionHouseBot.Buyer.ChanceFactor, the higher the number the higher chance to buy overpriced auctions.
|
|
Closes #15180
|
|
|
|
Request by DRJ
|
|
|
|
Closes #14655
(cherry picked from commit 57ced3ccbd44c8d4955da645522c6cd85c001c6c)
|
|
From #15189
|
|
By DRJ
Closes #5156
|
|
Don't QQ because "OMG you're not testing any of your stuff", I can't build TC atm.
Memo: Meteor Flames have
```
[12] UNIT_CREATED_BY_SPELL: 74689/1.046616E-40
```
which isn't in DBCs, exists, but is not seen in sniffs.
(cherry picked from commit 0dc6ea161dce755a702f2e26d93ca2a1f46a903f)
|
|
Addition to a328a119784252c6d514436f4ceffa693ac65453 , clamp object size to [0,4] in case of very huge Creatures like Lord Marrowgar entry 36612
|
|
|
|
WorldSession update because it removes the Player from his Group which is not thread-safe
|
|
Core/Creature: Fix Creature::UpdateMovementFlags() ignoring DynamicTree height
Fix Creature::UpdateMovementFlags() checking only maps/vmaps height and skipping GameObject height stored in DynamicTree
|
|
8a9f1b871ac7a3c165d00f1404eaf3d91e3c5060
|
|
(cherry picked from commit 982b59d2ec280fa4eebfc95aa526b5d0b9f8675e)
Update boss_halion.cpp
(cherry picked from commit 50c23bbcb869f52d6102f3bb0192bada9da521a1)
|
|
Updates #14730
|
|
Fixes linker error in GCC/Clang
|
|
Looking for folders like ".../MySQL/*/include" matches the MySQL Connector C libs which caused some problems.
Related #15072, #15068
P.S ".../MySQL/MySQL Server*/include" doesn't work
(cherry picked from commit e2fb3bbd466641c794438933e636d63ebf19432e)
|
|
(cherry picked from commit a7d9c4e720c6546089123e301e31af1583628e4e)
|
|
|
|
|