aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-09DB/SAI: Remove the spell Dazed from SAI combat scriptsKillyana
2019-03-08Core/PacketIO: Fixed wrong opcode being sent for stunned creaturesShauren
2019-03-08DB/Creature: Remove spawns "Dragonmaw Sky Stalker"Killyana
2019-03-08DB/GameObjects: Add missing gobs to Molten CoreKillyana
2019-03-08Scripts/Northrend: 482e0da followupccrs
add a little bit of tolerance
2019-03-08Spell/Script: Guard's MarkLangerz82
Closes #16888
2019-03-08Core/Spell: SpellAura Redux (#22794)PolarCookie
* typo and correction * spell aura no longer shared between targets _spellAura isolated * SPELL_AURA_CONTROL_VEHICLE is not strictly single target spell Steam Tank Control and Wyrmrest Commander units can reseat themselves again * Rename 9999_99_99_99_world.sql to 2019_03_08_00_world.sql
2019-03-07Scripts/Northrend: 482e0da followupccrs
2019-03-07Spell/Script: Specify a target for Azure Dragon: On Death Force Cast ↵Killyana
Wyrmrest Defender to Whisper to Controller - Random
2019-03-07DB/SAI: Fix On aggro and On Death talk text triggered in the target instead ↵Killyana
of the unit Fixes runtime DB errors like : CreatureTextMgr: Could not find Text for Creature Wyrmrest Temple Drake (Entry 26925, GUID 130995) in 'creature_text' table. Ignoring.
2019-03-06DB/Quest: A Means to an EndKillyana
2019-03-06Creature/Script: DaegarnKeader
Remove the incorrect SAI and move it to cpp
2019-03-06DB/Quest: Neutralizing the CauldronsKillyana
2019-03-06DB: German trainer_localeBluechen80
Closes #23098
2019-03-05DB/Quest : Improvements for The Brothers BronzebeardKillyana
Closes #22651
2019-03-05DB/Quest: A Mammoth UndertakingKillyana
Use the item to ride the Mammoth instead the spell click
2019-03-05DB/Creature: Fix Doomwalker MovementKillyana
Closes #23093
2019-03-05Spell/Script: Summon Scourged CaptiveKillyana
Closes #16357
2019-03-05DB/Quest: Improvements for the quest Cocooned!Killyana
2019-03-05DB/GameObject: Update Blacksmithing Plans scripts and respawn timeKillyana
2019-03-05Core/Players: Fix logic in CanSeeSpellClickOn (#23090)Gustavo
Block SpellClick for the npc if there is no entry
2019-03-04DB/Spawn: Fix position for spawns related to the quest Standards and PracticesKillyana
2019-03-04 DB/Creature: Fix phase for one Scourge Necromancer spawnKillyana
2019-03-04DB/Creature: Tormented DrakkariKillyana
2019-03-04DB/Spawns: Add some missing spawns in Aldur'thar: The Desolation Gate (Alliance)sirikfoll
Ref #3202
2019-03-04Core/Misc: e69570d followupccrs
2019-03-04Core/Misc: use/implement/portfrommaster InitWorldState packet definitionccrs
WorldPackets::WorldState::InitWorldStates
2019-03-03Scripts/Trial of the Crusader: Fixed Slime Pool visual effectKeader
Closes #21660
2019-03-03Core/Spells: Adjust range checks to GameObject targetsjackpoz
2019-03-03Core/Spells: Adjust range checks to GameObject targetsjackpoz
2019-03-03Core/LFG: Teleport players to other players instead of dungeon entrance when ↵jackpoz
continuing a LFG dungeon This feature already existed in current code but was broken by d0334bf94839301cda93f95913db8ea3f27c19cb
2019-03-03Core/Movement: Allow using run when moving randomly (#23081)Sorikoff
* Allow run when moving randomly
2019-03-03Core/Misc: Code cleanupjackpoz
2019-03-03Core/MMaps: MMaps logs cleanupjackpoz
Move MMaps related logs from "maps" category to "maps.mmaps". Remove newlines in logs, the log system already takes care of newlines.
2019-03-03DB/Quest: Improvements for Valduran the StormbornKillyana
2019-03-03DB/Quest: Improvements for Scourge TacticsKillyana
2019-03-03DB/Quest: Kroshius' Infernal CoreKillyana
2019-03-02DB/Spell: Ephemeral Snowflake procKeader
Closes #23078
2019-03-02Spell/Script: Freezing CircleKeader
Closes #11312 See the original issue before cherry pick
2019-03-02Core/MMaps: Fix infinite loop in Detourjackpoz
Fix another infinite loop in Detour caused by degenerated triangles. Check the result of some previously ignored Detour calls. Update recastnavigation to 3a619d773deb7e3a15ee215217c825995fe71312 and apply some more custom changes
2019-03-02DB/Creature: Fix Thaladred the Darkener movement speedKillyana
From sniffs
2019-03-02Core/GameObject: Set loot state to Not ready when a gob is deactivated (#23072)Killyana
2019-03-02Core/Movement: Allow using walk when chasing v2 (#23073)Sorikoff
* Allow walk when chasing
2019-03-01DB/Quest: The Collapse / Deploy the Shake-n-Quake!Killyana
2019-03-01DB/SAI: Wrathbone ColdwraithKillyana
2019-03-01DB/Quest: Tails Upsirikfoll
Closes #16363
2019-02-28DB/Creature: Add Swim movement to some npcsKillyana
According to dbc data
2019-02-28DB/Creature: Set FLAG_EXTRA_NO_XP_AT_KILLKillyana
According to dbc data
2019-02-26DB/Creature: Fix waypoints for Civilian RecruitKillyana
2019-02-25Fix nopchsirikfoll