aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-12DB/Creature: Add missing spawns on The CrystalSpineKillyana
2019-01-12DB/Creature: Abyssal FlamebringerKillyana
2019-01-12DB/Creature: Daggertail LizardKillyana
2019-01-12DB/Creature: Wrath SpeakerKillyana
2019-01-12DB/Creature: Wrath ReaverKillyana
2019-01-12Buildsystem: Configure boost to return error messages encoded using utf8 ↵Shauren
instead of whatever current system code page is on windows
2019-01-12Core/CLI: Fixed utf-8 console input on windowsShauren
2019-01-12DB/GameObject: Fel Cannonball StackKillyana
2019-01-12DB/Creature: Wrath HoundKillyana
2019-01-12DB/Creature: Furnace GuardKillyana
2019-01-12DB/Creature: Witness of DoomKillyana
2019-01-12DB/Creature: Vile Fire-SoulKillyana
2019-01-12DB/Creature: Legion Flak CannonKillyana
2019-01-12DB/Creature: Fear FiendKillyana
2019-01-12DB/Creature: HemathionKillyana
2019-01-12DB/Creature: Fix some spawns on Crystal SpineKillyana
2019-01-12Merge branch '3.3.5' of https://github.com/TrinityCore/TrinityCore into 3.3.5Killyana
2019-01-12DB/Misc: Fix spawns on Skyguard Outpost and add missing spawns for Simon GameKillyana
2019-01-12Core/Utils: Handle UTF-8 conversion errorsjackpoz
Replace the output string when a UTF-8 conversion error happen with an error message instead of using an empty string, swallowing any message that the caller wanted to log.
2019-01-12DB/Creature: Wrath CorruptorKillyana
Thanks to Keader for the spell_script Original sql by Tobschinski https://github.com/cmangos/tbc-db/commit/c8f1753834ba3dba4c6263346afe29cd363c2431
2019-01-11Core/LFG: Ignore LFG cooldown when joining queue to replace missing party ↵Shauren
member when dungeon is already in progress
2019-01-11Scripts/Quest: make Wounded Skirmisher reply talk show class & race (#22936)Trond B. Krokli
Quest 12288: Overwhelmed! - Upon casting the healing quest spell, Wounded Skirmisher (npc_wounded_skirmisher) shows $r and $c in their reply talk text because of the missing target argument, hence not targeting the player on the quest (or the specific caster, in this case). Text used by the NPC Wounded Skirmisher: 0 Ahh.... better. 1 Whoa - I nearly died there. Thank you, $r! 2 Thank you, $c. Solution: add the missing target name, caster, to the Talk() script line.
2019-01-11DB/GameObject: Fel CrystalforgeKillyana
Fix positions and add missing spawns
2019-01-11DB/Event: Nocturnal fishing and Diurnal fishingKillyana
2019-01-11DB/Creature: Remove wrong spawnKillyana
2019-01-11DB/Fishing: Add seasonal fish, Raw Summer Bass/Winter SquidKillyana
2019-01-10Core/Movement: 9080e7863c2 followupccrs
not the desired optimization I was aiming at, ty Shauren
2019-01-10Core/Movement: correct logic wrongly ported in 2a84562dc8ccrs
I'm referencing line 97 from ChaseMovementGenerator. That commit introduced a modification in this use case: - Chasing target is not my current victim, I should stop moving till it is my victim again Changed To: - Chasing target is not my current vicitm, I should stop chasing My correction: - I dont care about the relation of my current victim and my chasing target, I'm commanded to chase, something will tell me to stop chasing --> Most likely: evade, new attackstart, etc. the rest are just minor changes
2019-01-10SpaceKillyana
2019-01-10DB/Gossip: Fix rogue trainers gossips related to Elegant LetterKillyana
2019-01-10Rename spell correctlyKillyana
2019-01-10DB/GameObject: Add pooling for Water Barrel and Food CrateKillyana
Closes #22933
2019-01-10Core/Networking: Fix memory leak (#22923)Giacomo Pozzoni
Fix memory leak reported by ASan happening when ports fail to bind in Authserver
2019-01-10Scripts/Spells: Fix infinite loop in Power Word Shield (#22918)Giacomo Pozzoni
Fix infinite loop in Power Word Shield triggering back and forth the damage spell between 2 players, both with Power Word Shield
2019-01-10DB/Creature: Artist RenfrayKillyana
2019-01-10DB/Creature: RoryKillyana
2019-01-10Creature/Script: Add missing abilities for Ghostly Citizen and Spectral CitizenKillyana
Closes #22662
2019-01-10DB/Creature: Remove wrong gossipsKillyana
Ref #22912
2019-01-10DB/Quest: The Soul Devices RewardText fixillfated
Closes #22930
2019-01-10DB/Gossip: Remove wrong gossip menusForesterDev
Ref #22912
2019-01-10DB/Spell: fix mistake in Blood Draining's CheckProc and remove Attack Power ↵Rynem Storm
scaling (#22862)
2019-01-09Core/Spells: Fixed crash with some gameobject spell castersShauren
2019-01-09DB/Creature: Add missing npc_flag hasgossip to some creatures Part4Killyana
Ref #22912
2019-01-09Quest/Script: Kodo RoundupKillyana
Fix faction issue and handle the gossip correctly via the script
2019-01-09DB/Creature: Add missing npc_flag hasgossip to some creatures Part3Killyana
Ref #22912
2019-01-09DB/Creature: Add missing npc_flag hasgossip to some creatures Part2Killyana
Ref #22912
2019-01-08Core/Objects: Properly ASSERT when trying to access invalid updatefieldsShauren
2019-01-07DB: TypoKillyana
2019-01-07DB/Creature: Remove a wrong gossip menu from Baine BloodhoofKillyana
2019-01-07DB/Creature: Add missing npc_flag hasgossip to some creatures Part1Killyana
Ref #22912