aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-30DB/Creature: fix Mine Car visible stateKittnz
- Still need some SAI fixing when it resets so it continues the path
2016-01-30DB/Creature: Bloodmyst IsleKittnz
- Add Pathing and SAI for Bloodcursed Naga - Add Pathing for Lord Xiz
2016-01-30Spell/Script: Safirdrang's ChillKillyana
Updates #4841
2016-01-30DB/Quest: Banshee's RevengeDr-J
Script http://www.wowhead.com/quest=13142/banshees-revenge Only spell issue remains see original issue https://github.com/TrinityCore/TrinityCore/issues/4841
2016-01-30DB/Object: Add 2 missing traps on IccKillyana
2016-01-30Fix warning.treeston
2016-01-30Merge remote-tracking branch 'tkrokli/npc_parqual_fintallas' into 3.3.5-base ↵treeston
(PR #16384)
2016-01-30Scripts/Deadmines: Fix issues reported by static analysisjackpoz
Fix Coverity issue id 1022474
2016-01-29[3.3.5] Core/Scripts/DB: move core script 'npc_parqual_fintallas' to SAItkrokli
Additional change: menu options are changed from containing only names to include the text " is my answer.", based on the lines in `broadcast_text`. - replaced core text with DB SAI script - created DB creature_text entries for Parqual Fintallas - created DB gossip_menu_option entries for the NPC - implemented NPC say lines in reply to all the answers - added conditions for which gossip should show, depending on quest status - added conditions to avoid exploits in the time it takes for NPC to say his texts This PR is tested several times on a horde character (horde-only quest). It now works as originally intended, with option-specific NPC replies.
2016-01-29Merge pull request #16417 from Keader/kineticShauren
Core/Scripts Fix Kinetic Bomb stuck after knockback effect
2016-01-28Fix Kinetic Bomb stuck after knockback effect.Keader
2016-01-28Merge pull request #16314 from Treeston/3.3.5-fixgroupcreditTreeston
Player/Quest: Fix GO group credit
2016-01-28Merge pull request #15033 from tkrokli/absorb_ignoring_damageTreeston
Unit/CalcAbsorbResist: Sanctified Wrath should pierce absorb effects
2016-01-28Merge remote-tracking branch 'ariel-/soothsaying_for_dummies' into ↵treeston
3.3.5-base (PR #16152)
2016-01-28Merge remote-tracking branch 'tkrokli/npcs_dithers_and_arbington' into ↵treeston
3.3.5-base (PR #16276)
2016-01-28Merge pull request #16264 from Treeston/3.3.5-noffalooterTreeston
Looting/Group: Do not display looter in tooltip when FFA loot is enabled
2016-01-26Implemented Book "Soothsaying for dummies", change of ↵ariel-
engineering/leatherworking specs possible!
2016-01-26Merge pull request #16287 from GigaDev90/fix_bug_duel_abuseFrancesco Borzì
Core/Script: fix bug that prevent double spending reset cooldown
2016-01-26DB/Creature: Blightblood TrollDr-J
Update so these are passive until skeptor of suggestion used on unit.
2016-01-26Core/SAI: Typo fix of 77087db79318443fff1b6fe3c91b55a315c5bf92DDuarte
There's no %b, silly
2016-01-26Core/SAI: Code improvements to SMART_ACTION_RANDOM_SOUNDDDuarte
Warning fixes and extra sanity checks Ref #16376
2016-01-26Core/SAI: added SMART_ACTION_RANDOM_SOUNDLopfest
Closes #16376
2016-01-24DB/Event: Add missing Commoner for Winter Winter VeilKillyana
Update #16129
2016-01-23Merge pull request #16327 from Exodius/BWL-doorMitchesD
Core/Scripts: Change door ID and name in Blackwing Lair
2016-01-23Scripts/Misc: Fix issues reported by static analysisjackpoz
2016-01-23Coverity fix for CID 1349782.treeston
2016-01-23DB/Path: Blade of Argus in Bloodmyst IsleKittnz
2016-01-22Core/Spells: Ignore category cooldowns for triggered spells.Shauren
* This fixes weird issues where triggered spell fails because it has the same category as the spell triggering it Closes #15794 Closes #15048 (cherry picked from commit 044edced9a5b8f0a53640bfea4727eb9d38eae7f)
2016-01-22Core/Util: Add a missing includeCarbenium
2016-01-22Rename 2016_01_20_02_world.sql.sql to 2016_01_20_02_world.sqlAokromes
2016-01-21Core/Scripts/DB: remove hardcoded text from 'npcs_dithers_and_arbington'tkrokli
- created DB gossip_menu_option entries for both NPCs - added enum section instead of "magic numbers" in script - replaced core text with pointers to DB text - zone_western_plaguelands.cpp is now cleaned up
2016-01-21Player/Quest: Credit group for gameobject activation if they are in proximity.treeston
2016-01-20Fix warning.treeston
2016-01-20DB/Instance: Black TempleKittnz
- Add formations for Aquesous Lord & Coilskar Sea-Caller - Add Aqueous Spawn, Bonechewer Taskmaster & Dragonmaw Wyrmcaller paths and formations - Update Aqueous Spawn spawn distance and movement type so they randomly roam around
2016-01-20DB: TypoKillyana
2016-01-20DB/Gossip: Add missing npc text to Lorrin FoxfireKillyana
2016-01-20Scripts/ICC/Teleporter: moved gossips to dbjoschiwald
2016-01-19Core/Scripts: Change door ID in Blackwing LairNick
as per 7d454c66f70c19c8ff402fd126392e27700398ba Change the name as well.
2016-01-19DB/Creature: Add gossip menu for Magistrate BluntnoseKillyana
Closes #13031
2016-01-19Merge branch '3.3.5-horsemen' into 3.3.5-base (PR #16194)treeston
2016-01-19Merge branch '3.3.5-gothik' into 3.3.5-base (PR #16142)treeston
2016-01-19Scripts/Zangarmarsh: Removes empty gossip_text that resulted in NPCs saying ↵Saben65
blank text to players after buffing them Closes #12697 Closes #16300
2016-01-19Scripts: Add override to CheckInRoom() definitionsDDuarte
Fixes -Winconsistent-missing-override
2016-01-19Core/Instances: Fix build in older VS versionsDDuarte
Relax const uses in BossBoundaryEntry so the compiler can generate proper copy assignment operator (error C2582: 'operator =' function is unavailable in 'BossBoundaryEntry') Also renamed its members to match our coding standards (public members should be UpperCamelCase)
2016-01-19DB/Misc: Few cosmetic fixes for Black Wing LairAokromes
(c++ script needs to be updated to handle proper door id 176965 instead door 175946)
2016-01-19DB/Creature: High Priestess JeklikKillyana
Fixed movement stood on the site. By @DevRival Closes #16252
2016-01-19DB/Creature: Battleguard SarturaKillyana
Fix the BaseAttackTime By @DevRival
2016-01-19DB/Creature: Landen StilwellKillyana
Gossip and script Closes #16238
2016-01-19DB/Achievement: Terokkar Turkey TimeKillyana
By @sirikfoll Closes #16235
2016-01-19DB: Update amount of enchanting materials from Wrath greensKillyana
By @Treeston Closes #16206