Age | Commit message (Collapse) | Author |
|
By Rushor
|
|
By Rushor
|
|
(cherry picked from commit de3d20a9458370df36de4387f53325a5e3dd7d2e)
|
|
|
|
|
|
Fix transactions not being recommitted on dead-lock error (error code 1213) because of calling http://dev.mysql.com/doc/refman/5.0/en/mysql-errno.html after sending the ROLLBACK command. This way the returned error code was related to the ROLLBACK command, not the failed transaction.
|
|
|
|
Game/Spells: 'AoD Specials' should only target one Unit
|
|
|
|
Solve issues with sai generating errors in Dalaran through sai triggering on non player characters
|
|
(cherry picked from commit 86f7f47b58e4e044cd9a9171d83863dd8f99d91c)
|
|
Fix some static analysis issues reported by Coverity
(cherry picked from commit c8999449816d4fd4f72c7cdb3b1515e8e244ba5f)
Conflicts:
src/server/game/Entities/Player/Player.cpp
src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp
|
|
Fix some static analysis issues reported by Coverity
(cherry picked from commit 89c535cf2a960ccc03cd1a032310984f9b4e1d47)
Conflicts:
src/server/game/Entities/Player/Player.cpp
|
|
|
|
|
|
Scripts/Bloodmyst Isle: Disable CreatureAttack for NPC: Webbed Creature
|
|
|
|
Fix an issue added in 024b57bb74a664cd515cf0822d4b8e939a91fe03 that didn't properly skip ReputationSpillover rows with invalid data.
Fix also a static analysis issue reported by Coverity.
(cherry picked from commit 95b1204798d3ab2a141f81b294b064255c335b8a)
Conflicts:
src/server/game/Globals/ObjectMgr.cpp
|
|
Fix debug assert thrown by G3D caused by models with empty bounding box being exported by vmap4assembler and imported by worldserver. This change will skip those models, proper investigation on the issue of why the bounding box is empty is still required.
(cherry picked from commit a7ca78b2fe12c68e561782416bf5726410a3c01b)
|
|
SPELL_ATTR4_CAN_CAST_WHILE_CASTING and adjusted trigger flags accordingly
(cherry picked from commit 6d70acbbd66959f7b6896a19ce3f2a25ccf94f2e)
Conflicts:
src/server/game/Spells/Spell.cpp
|
|
Add labels for how long in average it takes for an issue or PR to be merged.
http://www.issuestats.com/github/TrinityCore/TrinityCore
(cherry picked from commit d874bf0c740af000475ed5b5c7b44d879196fe3e)
|
|
(cherry picked from commit 2dfd1594cd3cc7fdba4131d2e825885cac2bcc17)
Conflicts:
src/server/game/Entities/Player/Player.cpp
|
|
(cherry picked from commit 6b10271891d2cbafbad1446051fcf3866ea728e3)
|
|
Scripts/Zul'Drak: GO Scourge Enclosure - Delay Despawn of Dummy to ensure Explosion
|
|
|
|
Explosion
|
|
|
|
|
|
* support for quest 24480, 24561
* there may be some visual problems but quest should work as intended
Closes https://github.com/TrinityCore/TrinityCore/issues/838
|
|
|
|
Script http://www.wowhead.com/npc=18230/trayanise from sniff
Only the Tiny Arcane Construct appears to have fixed WP ie same waypoints repeat in sniff over and over while trayanise waypoints are different each time,
Also adds the texts to this npc
|
|
(Custom) Adds option to disable aggro from gray creatures when the players are above/below certain levels.
Closes #13919
|
|
Core/Spells: Use BonusAmount for periodic damage
|
|
|
|
mesh_extractor is not ready for production and it will be developed
in a different branch
(cherry picked from commit a87442be68da4e2ea51a10e3bd8a07ef7b9765b2)
Conflicts:
src/tools/mesh_extractor/ContinentBuilder.h
src/tools/mesh_extractor/DBC.cpp
|
|
Fix http://www.wowhead.com/quest=12481/adding-injury-to-insult so it works as on retail
* Bjorn Halgurdsson unattackable until the Vrykul Insult is used on him, by setting passive + flags 2 unattackable since unlike using immune to pc this still allows the insult to be cast without getting invalid target
* It is now possible to get Bjorn Halgurdsson to Lydias Ambush without him evading as previously you could only get him as far as the water
* ensuring this resets correctly in event of evade.
|
|
Add a missing NPC text which was causing startup error
|
|
|
|
|
|
for Reinforced Fel Iron Chests
Thanks to @ariel- for noticing the missing _Reset();
Closes #13747
|
|
|
|
|
|
|
|
Since I scripted this a second sniff surfaced with more data on units which where missing from original sniff
|
|
|
|
Replicate script on Elizabeth Ross to other tabard vendors as previously only Elizabeth Ross would replace lost tabards.
|
|
Closes #13887
|
|
By Kittnz, closes #13826
|
|
By Kittnz, closes #13888
|
|
also a few tweaks for light's vengeance script.
|