aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-31DB/Quest: Lightning Infused RelicsKillyana
Closes #22486
2019-03-30Core/GameObject: Properly dismount players on GameObject Usesirikfoll
Closes #23124
2019-03-30DB/Fishing: Update fishing skill requirements for 100% catchlactoseti
Closes #23139
2019-03-30Core/PacketIO: Fixed mistake in setting packet value for SMSG_MULTIPLE_MOVESShauren
2019-03-29Core/PacketIO: Send movement state change packets only once, not for each ↵Shauren
player whose visibility we enter Closes #23141
2019-03-28DB/GameObject: Respawn Warpwood Pod with poolingKillyana
2019-03-27DB: Fix pooling for Leprithusr00ty-tc
Closes #22610
2019-03-27DB/Loot: Mottled BoarTeppic1
Ref #23134
2019-03-27DB/Quest: add missing RewardText to Training the Beast (6089)Trond B. Krokli
Closes #23130
2019-03-27DB/SAI: Vile FamiliarTeppic1
Closes #23129
2019-03-27DB/Quest: Valduran the StormbornKillyana
Remove the npc flag before the wp start, otherwise they will be restored at the end of the path
2019-03-27DB/Condition: Sound War HornKillyana
2019-03-26DB/Creature: Murkblood InvaderKillyana
2019-03-26DB/Creature: Great Reef Shark & Orca part2Killyana
2019-03-26DB/Creature: Great Reef Shark & OrcaKillyana
2019-03-24Core/ObjectMgr: Make LoadCreatureTemplates() easier to maintainjackpoz
Change how LoadCreatureTemplates() declares the SQL query by putting each field on its own line, making it easier to add/remove fields
2019-03-23Core/Conditions: implement CONDITION_GAMEMASTER (#23108)ForesterDev
2019-03-23Core/Item: Item Signature (#23119)PolarCookie
2019-03-22Scripts/Wailing Caverns: make Disciple of Naralex say Mutanus, not $n (#23122)Trond B. Krokli
* Scripts/Wailing Caverns: make Disciple of Naralex say Mutanus the Devourer Disciple of Naralex should say "This Mutanus the Devourer is a minion from Naralex's nightmare no doubt!" instead of using $n caused by a missing target in the Talk() script command.
2019-03-19DB/GameObjects: Fix some WinterGrasp Banner positionKillyana
2019-03-19TDB 335.19031 - 2019/03/19TDB335.19031TDB Release
2019-03-18DB/Conditions: Add gossip conditions related to the quest A Plague Upon TheeKillyana
2019-03-18DB/GameObject: Add missing gobs to the Lunar FestivalKillyana
2019-03-18Core/GameObject: Remove summoned game objects from the map after calling ↵Killyana
SetSpawnedByDefault(false) (#23120) Closes #23115
2019-03-17Core/Misc: Add console option to update databases onlyjackpoz
Add "--update-databases-only" console argument to stop worldserver execution after having updated all databases (if specified in config file)
2019-03-17Scripts/Borean Tundra: link gossip content for NPC Iruk from DB (#23118)Trond B. Krokli
- remove hardcoded text (deprecated method) - add already existing DB gossip content to enum - correct spell enum from spell_creature_ to spell_create_ - replace case switch with if statement (only one boolean case) Extra script file update: - remove SD comment line 22 (outdated info, replaced by SAI)
2019-03-17Check player conditions to enter instance (#23117)Jozef Dúc
Check player conditions to enter before party condition.
2019-03-17DB: Linux complainsKillyana
2019-03-17DB/Movement: Synchronize difficulty entry with the main templateKillyana
We don't know any case where a creature has a different movement from a difficulty to an another
2019-03-17DB/SAI: Fix Credit quest for Tails UpKillyana
Ref https://github.com/TrinityCore/TrinityCore/commit/82c532dc239d7bbb4cb449421969349253bc620e
2019-03-16DB/GameObjects: Fix all Wintergrasp BannersKillyana
2019-03-15DB/SAI: Scourging CrystalKillyana
Use the correct spell hit to remove the shield
2019-03-13DB/Quest: Protecting Our OwnKillyana
2019-03-13Core/SAI: Fix Move to position and Set run if used after a waypointKillyana
Closes #22976
2019-03-13Core/SAI: Fix the respawn event for GameObjects (#23112)Killyana
Closes #22612
2019-03-12Revert "Core/AuctionHouse: use DisableMgr to disable specific items (#19289)"Giacomo Pozzoni
This reverts commit f6d3a5b9b98b8f422588694a2197adacea62c675.
2019-03-12Core/AuctionHouse: use DisableMgr to disable specific items (#19289)ForesterDev
* Core/AuctionHouse: use DisableMgr to disable specific item for AuctionHouse or AuctionHouseBot
2019-03-12DB/Quest: Bloody Imp-ossible!Killyana
2019-03-11DB/GameObject: Fix pooling related to Razormaw Matriarch's NestKillyana
2019-03-11DB: SpaceKillyana
2019-03-11DB/GamObjects: Add some missing spawnsKillyana
2019-03-11DB/Spells: Fixed Leeching Swarm showing as positiveKeader
Closes #22940
2019-03-11Core/Pets: Fixed saving pet declined namesShauren
Closes #23106
2019-03-10DB/Creature: Brann Bronzebeard must respawn 20s if he dies on halls of stone ↵Aokromes
not 1h
2019-03-10DB/Locales: Fix some trainers localesKillyana
2019-03-10DB: TypoKillyana
2019-03-10DB/Quest: Find the Ancient HeroKillyana
Closes #22171
2019-03-09SAI/GameObject: Despawn the linked trap with the gameobjectKillyana
Closes #23105
2019-03-09DB/Spell: Disable Wail of the Banshee and Clutch of Foresight in ArenaKillyana
Closes #1845
2019-03-09Core/Disables: Implement SPELL_DISABLE_ARENAS (#23103)Aokromes
* Core/Disables: Implement SPELL_DISABLE_ARENAS and SPELL_DISABLE_BATTLEGROUNDS By fredimachado