aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-12DB/Creature: Add some equipmentsKillyana
2020-01-12DB/Creature: Replace Knight-Lieutenant Moonstrike by Knight-Lieutenant ↵Killyana
T'Maire Sydes Patch 3.3.3 (2010-03-23): Added, replacing Knight-Lieutenant Moonstrike.
2020-01-12DB/Creature: Skybreaker Lieutenant/Kor'kron LieutenantKillyana
Spawn Kor'kron Lieutenant in the correct position for the horde
2020-01-12DB/Creature: Fix Argent Crusader equipmentsKillyana
2020-01-12Scripts/ICC: include missing call from UnitAI::JustExitedCombat override in ↵ccrs
npc_green_dragon_combat_trigger
2020-01-12DB/Creature: Add and fix some equipmentsKillyana
2020-01-11Scripts/Icecrown Citadel: Removed unneccessary combat hacks from Valithria ↵Shauren
Dreamwalker
2020-01-11Core/Events: allow to override holiday durations and correct Lunar Festival ↵Ovahlord
duration down to 2 weeks * the new field must be set for every new holiday date entry to take effect if you want to override the duration of the given
2020-01-11Scripts/Misc: Fix static analysis issues.jackpoz
2020-01-09Quest/Scripts: Remove some hacks from "Trolls Is Gone Crazy!"Killyana
2020-01-09TypoKillyana
2020-01-09DB/Creature: Remove Captured Rageclaw DB spawns as summoned by a scriptKillyana
2020-01-09Core/PathGenerator: Fix path generator returning shortcuts when start and ↵Giacomo Pozzoni
end are on the same polygon (#24036) * Core/PathGenerator: Fix path generator returning shortcuts when start and end are on the same polygon Fix path generator returning shortcuts when start and end are on the same polygon by handling this case as if start and end were on 2 different polygons. This will ensure BuildPointPath() gets called which calls FindSmoothPath(), making sure each step is not longer than SMOOTH_PATH_STEP_SIZE (4 yards) * Change ingame cast error message to SPELL_FAILED_NOPATH from SPELL_FAILED_OUT_OF_RANGE if the generated path is too long
2020-01-09DB/Creature: Update Marksman Bova & Korim positionKillyana
2020-01-09DB/Spawn: Remove wrong Herald spawn used in Alterac Valley from ExodarKillyana
2020-01-09DB/GameObject: Update size for gobs used by the quest Guardians of the AltarKillyana
2020-01-09DB/Spawn: Remove the npc Quel'Delar summond by a spellKillyana
2020-01-08DB/Quests: Update some Death Knight quests localizationSorikoff
Closes #24041
2020-01-08DB/Misc: Some Cosmetics in ShattrathKillyana
2020-01-07Scripts/Blood Furnace: Fixed Broggok reset issues and some little improvementsKeader
Closes #23658
2020-01-07DB/Misc: Spawn Quel'Delar related phase in Quel'Danas and SunWellKillyana
Ref #4866
2020-01-07Scripts/Misc: Fix build warningsGiacomo Pozzoni
2020-01-07DB/Creature: Remove a wrong emote 193Killyana
2020-01-07DB/Creature: Nexus-Prince HaramadKillyana
2020-01-06DB/Misc: Add some cosmetics to Mana tombs entranceKillyana
Captain Kaftiz event Add a missing gob Remove a wrong spawn Add a cosmetic cast to a Consortium Engineer
2020-01-05DB/Creature: Dawnblade HawkriderKillyana
2020-01-05DB/Spawns: Remove "Hand of the Deceiver" spawns as summoned by a scriptKillyana
2020-01-05DB/Quests: Update Death Knight quests localesSorikoff
Closes #24039
2020-01-04Update README.mdAokromes
2020-01-04Rename THANKS to AUTHORSAokromes
2020-01-04DB/Spawns: Remove duplicates spawnsKillyana
Closes #24037
2020-01-03DB/GossipMenu: Remove some custom gossipsKillyana
2020-01-03DB/Gossips: Remove a custom gossip from some InnkeepersKillyana
2020-01-03Creature/Script: Add text target for npc_shadowfang_prisonerKillyana
2020-01-03DB/GameObject: Fix Shadowfang Keep levers positionsKillyana
2020-01-03Core/SAI: Add missing break (fixes incorrect db errors)Shauren
2020-01-03DB/Gossips: Remove more outdated custom gossipsKillyana
2020-01-03DB/Gossip: Set the correct gossip menu id to TharnariunKillyana
2020-01-02DB/Quest: Move "Gyromast's Revenge" to SAIdr-j
Closes #24034
2020-01-02DB/Gossips: Remove outdated custom gossipsKillyana
2020-01-02DB/Creature: Remove wrong gossip from Guchie JinglepocketKillyana
2020-01-02Core/Spells: Fix Sacred Shield (Paladin) absorb amount with ICC buff (#24023)Gildor
2020-01-02New yearAokromes
Say bye bye to every year changing dates
2020-01-02Scripts/ICC: little bit of cleanup in Valithria after the "recent" changesccrs
2020-01-01Core/Misc: Fix no-pch buildjackpoz
2020-01-01Core/SAI: Implement new action to set movement speedLopfest
(cherry picked from commit 5dd6d31c01dcc48f3d286196808ca0f6de9eaf04) # Conflicts: # src/server/game/AI/SmartScripts/SmartScriptMgr.cpp # src/server/game/AI/SmartScripts/SmartScriptMgr.h
2020-01-01Core/Movement: Remove a wrong set SetWalk from HomeMovementGeneratorKillyana
2020-01-01lineKillyana
2020-01-01Core/Creature: Clear creature focus after an evadeKillyana
2020-01-01Fix fleeing speed to 66% run speed (#24025)Giacomo Pozzoni
* Core/Movement: Fix fleeing speed to 66% run speed Fix fleeing speed to 66% run speed until the creature starts returning home * Fix build * Don't check speed type * Don't apply speed reduction twice * Fix no-pch (1st try) * Make sure every spell focus is interrupted when seeking assistance