aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-09DB/Creature: Gundrak pathingAokromes
By Rushor, closes #14073
2015-02-09DB/Quest: Ready for PickupAokromes
By Rushor, closes #14046
2015-02-09DB/Creature: Millhouse ManastormAokromes
By Rushor, closes #14050
2015-02-09DB/Creature: IrespeakerAokromes
By Rushor, closes #14060
2015-02-08Scripts/SunwellPlateau: Fix a typo that caused M'uru's phase transition to ↵Nyeriah
fail on some rare cases
2015-02-07Merge PR #14059 from 'Rochet2/ahbot_buyer' into 3.3.5jackpoz
2015-02-07DB/Creature: Remove incorrect trigger flagAokromes
2015-02-07Fix AHBot Buyer buyin, bidding and enhance logicRochet2
2015-02-07DB/Quest: A Friendly ChatAokromes
By nelegalno, closes #5262
2015-02-06Fix Cooldown for Raise Dead (Ghoul)Trond B Krokli
@joschiwald: Fix written on 31 Jan 2014. @Nyeriah: suggested null pointer check. @ariel-: supplied code for null pointer check. @ccrs: supplied code (cat && spellInfo->CategoryRecoveryTime) to replace (cat && catRec) @Dduarte: cleanup of bad edit based on my misinterpretation Fixes issue #11538 Replaces #13941 and #13924
2015-02-06DB/Item: 3.3.5a locales_item has some Cataclysm translationsAokromes
By ariel-, closes #13750
2015-02-06DB/Gameobject: Fix some Scholomance doorsAokromes
2015-02-06DB/Misc: Disable mmaps for Argent tournament instancesAokromes
If anyone can do a proper fix (allow creatures to walk over gameobjects) it will be welcome.
2015-02-06DB/Creature: Fix immunity Herald VolazjAokromes
By Rushor
2015-02-06DB/Creature: Thousand Needle's SilithidsAokromes
By Rushor
2015-02-06DB/Quest: Digging for Prayer BeadsAokromes
By Trisjdc
2015-02-06DB/Creature: Tiny SnowmanAokromes
By Rushor
2015-02-06DB/Quest: Respite for a Tormented SoulAokromes
2015-02-06DB/Quest: Honor the FallenAokromes
By Rushor.
2015-02-06DB/Creature: Antu'sulAokromes
By Rushor
2015-02-06DB/Creature: Caretaker DilandrusAokromes
2015-02-06DB/Quest: Minshina's SkullAokromes
By Rushor
2015-02-06DB/Creature: Emissary of HateAokromes
By Rushor
2015-02-06DB: fixed The Brewmaiden SAIjoschiwald
(cherry picked from commit de3d20a9458370df36de4387f53325a5e3dd7d2e)
2015-02-05DB/Misc: Fix a runtime errorAokromes
2015-02-04Fix buildNayd
2015-02-04Shared/Database: Fix transactions not being recommitted on dead-lock errorjackpoz
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.
2015-02-02Merge pull request #14007 from Rushor/AOESpellsDuarte Duarte
Game/Spells: 'AoD Specials' should only target one Unit
2015-02-02Rename 2015_02_02_00_Word to 2015_02_02_00_world.sqlAokromes
2015-02-02DB/Misc: Fix some run-time errorsDr-J
Solve issues with sai generating errors in Dalaran through sai triggering on non player characters
2015-02-02Core/Build: Use std namespace in getline callsNayd
(cherry picked from commit 86f7f47b58e4e044cd9a9171d83863dd8f99d91c)
2015-02-02Core/Misc: Fix static analysis issuesjackpoz
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
2015-02-02Core/Misc: Fix static analysis issuesjackpoz
Fix some static analysis issues reported by Coverity (cherry picked from commit 89c535cf2a960ccc03cd1a032310984f9b4e1d47) Conflicts: src/server/game/Entities/Player/Player.cpp
2015-02-01Core/Scripts: Fix missing includeclick
2015-02-01Game/Spells: AoD Specials should only target one UnitRushor
2015-02-01Merge pull request #14002 from Rushor/WebbsDuarte Duarte
Scripts/Bloodmyst Isle: Disable CreatureAttack for NPC: Webbed Creature
2015-01-31Scripts/Bloodmyst Isle: Disable CreatureAttack for NPC: Webbed CreatureRushor
2015-01-31Core/Misc: Properly sanitize ReputationSpillover datajackpoz
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
2015-01-31Core/VMaps: Fix debug assert caused by invalid vmapsjackpoz
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)
2015-01-31Core/Spells: Renamed SPELL_ATTR4_TRIGGERED to ↵Shauren
SPELL_ATTR4_CAN_CAST_WHILE_CASTING and adjusted trigger flags accordingly (cherry picked from commit 6d70acbbd66959f7b6896a19ce3f2a25ccf94f2e) Conflicts: src/server/game/Spells/Spell.cpp
2015-01-31Update README.mdDuarte Duarte
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)
2015-01-31Core/Players: Fixed loading and saving skill data PK violationsShauren
(cherry picked from commit 2dfd1594cd3cc7fdba4131d2e825885cac2bcc17) Conflicts: src/server/game/Entities/Player/Player.cpp
2015-01-31Core/Quests: Fixed WPE exploit that allowed to accept any questNayd
(cherry picked from commit 6b10271891d2cbafbad1446051fcf3866ea728e3)
2015-01-31Merge pull request #13996 from Rushor/GymerGODuarte Duarte
Scripts/Zul'Drak: GO Scourge Enclosure - Delay Despawn of Dummy to ensure Explosion
2015-01-31 Scripts/Zul'Drak: GO Scourge Enclosure - Delay Despawn of Dummy to ensure ↵Rushor
Explosion
2015-01-31DB/Gameobject: Add a missing gameobjectAokromes
2015-01-30Scripts/HoR: fix warningMitchesD
2015-01-30Scripts/HoR: implement Quel'Delar questMitchesD
* 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
2015-01-27DB/Misc: TrayaniseDr-J
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
2015-01-26Core/Creatures: No gray aggro configHristo Bogdanov
(Custom) Adds option to disable aggro from gray creatures when the players are above/below certain levels. Closes #13919