aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-07Core/Quest: fix icon in gossip window for repeatable, non-autocomplete quests.Wyrserth
Closes #23572.
2019-07-07DB/Creature: prevent floating Gjalerbron Prisoners from falling to the ground.Wyrserth
Also fix mistake in DELETE query for previously committed SQL file.
2019-07-07Core/Misc: Fix no-pch buildjackpoz
2019-07-07DB/Trainer: remove required ability from Riding spells. The client should ↵Wyrserth
only show the required amount of skill. Also comment out unused argument in previously committed script, thanks Aokromes for noticing!
2019-07-07Core/Misc: use Trinity's RandomShuffle() instead of soon-to-be-deprecated ↵Wyrserth
std::random_shuffle(). Thanks Riztazz for noticing!
2019-07-07Script/TheOculus: adapt Mage-Lord Urom's script to use EventMap, fix various ↵Wyrserth
issues with Teleport and Empowered Arcane Explosion, add missing heroic-mode spell Frost Buffet. Closes #19452.
2019-07-07Core/Spell: don't send duration for auras caused by dynobjects.Wyrserth
2019-07-06Script/BlackrockDepths: randomize timers for Ironhand Guardian's spell Gout ↵Wyrserth
of Flame.
2019-07-06Core/Spell: do not allow auras from dynamic objects to stack if they come ↵Wyrserth
from the same spell cast by the same caster.
2019-07-06TypoKillyana
2019-07-06DB/Quest: Tails UpKillyana
2019-07-06Misc/Config: set decay timer for unlooted normal creatures to 5 minutes.Wyrserth
Now that respawns do not care about the previous corpse's state, there's no reason to force a very frustrating faster despawn.
2019-07-06DB/GameObject: Fix Ysida's Cage base positionKillyana
2019-07-06Core/Battleground: Implement previous opponent timer on Arena queue. (#21754)Gooyeth
2019-07-05Script/BlackrockDepths: fix Ironhand Guardian's Gout of Flame spell cast. ↵Martin Topholm
(#21816)
2019-07-05DB/SAI: remove useless actions from Regthar Deathgate's script.Wyrserth
Fixes #23543.
2019-07-05DB/SAI: script end event for quest To Serve Kum'isha.ZenoX92
2019-07-05Script/Acherus: script out of combat event for Frost Death Knight trainer ↵Wyrserth
Amal'thazad.
2019-07-05Core/Creature: Reworked creature aggro radius calculation (#20615)Ovahlord
* Core/Creatures: rewrote creature aggro radius calculation * Formulas are taken from WoW Wiki
2019-07-05Misc: explicitly mark fallthrough in switch statement as to avoid confusion.Wyrserth
2019-07-05Core/Player: fix crash happening when trying to send drunken state to nearby ↵Wyrserth
players while the character is loading.
2019-07-05Core/Conditions: allow spellclick conditions to properly work for aura ↵Wyrserth
apply/remove (#23527)
2019-07-05Core/Unit: Implement more helper methods (#23555)ForesterDev
2019-07-04DB/SAI: add emotestate and OOC text for creature Zeh'gehn and improve end ↵Wyrserth
event for quest A Carver and a Croaker.
2019-07-04Local-only mode fix (#23546)SolarisSDK
* Local-only mode fix In response to issue #21309 * Full patch also for boost 1.66 and newer
2019-07-04DB/Quest: Tome of CabalKillyana
Closes #23560
2019-07-04Core/Quest: Fix repeatable quest mark (#23338)Giacomo Pozzoni
2019-07-03Entities/Unit: Properly unset engaged flag for creates that cannot have a ↵Treeston
threat list on combat exit. Fixes #23518.
2019-07-03Scripts/Icecrown Citadel: Ensure Deathbringer Saurfang cast Frenzy (#23559)Gildor
2019-07-03Entities/Player: Fix an edge case where overlapping CCs could prevent player ↵Treeston
movement from being re-enabled. f6f1c48 follow-up.
2019-07-03DB/Creature: remove wrong repairer npcflag from NPC Perascamin.Wyrserth
2019-07-03Core/Quest: fix money reward for quests turned in at level cap. (#23495)Wyrserth
2019-07-03DB/SAI: add some missing RP events to Culling of Stratholme.Wyrserth
Scripted RP events involving NPCs Stephanie Sindree, Brandon Eiredeck and Patricia O'Reilly.
2019-07-03Core/Reputation: don't allow quests to reward Honor Hold/Alliance Vanguard ↵Wyrserth
reputation to Horde players or Thrallmar reputation to Alliance players (#23552)
2019-07-03DB/Vendor: rework Griftah's inventory.Wyrserth
Remove deprecated items and fix slot ordering.
2019-07-02Entities/Player: Clean up client control handling behavior around ↵Treeston
possession. Mind Control should no longer cause various weirdness. Closes #23539.
2019-07-02Script/HallsOfLightning: fix mistake related to Shattering Stomp in ↵Wyrserth
Volkhan's script, introduced in 3bb0abcd525218c0423421979177675004787707. Closes #23337.
2019-07-02Core/Player: add helper methods GetNativeGender/SetNativeGender/SetGender ↵ForesterDev
(#23520) * Core/Player: add helper methods GetNativeGender/SetNativeGender/SetGender and fix some cases, where we should get player gender, instead of modified by display gender * fix merge * Add virtual methods for Unit class
2019-07-01Core/Unit: rename several getters to follow codestyleccrs
uint8 GetLevel() uint8 GetLevelForTarget(WorldObject const* /*target*/) void SetLevel(uint8 lvl) uint8 GetRace() uint32 GetRaceMask() uint8 GetClass() uint32 GetClassMask() uint8 GetGender()
2019-07-01Scripts/Spells: 5c09ff5 followupccrs
2019-07-01Scripts/Spells: Dimensional Ripper - Everlook (#23547)Sorikoff
2019-07-01DB/SAI: remove delay between clicking gossip and creature text/change ↵Wyrserth
faction for NPC Victorious Challenger involved in quest Taking on All Challengers.
2019-07-01DB/Creature: Hyldsmeet Warbear shouldn't have random movement.Wyrserth
2019-07-01DB/Creature: add emote state and out of combat emote for NPC Brunnhildar ↵Wyrserth
Challenger.
2019-07-01DB/Conditions: allow gossip option for NPC Agnetta Tyrsdottar to show only ↵Wyrserth
if the quest Is That Your Goblin? is taken but not completed.
2019-07-01Script/DarkmoonFaire: fix logical error in go_darkmoon_faire_music.Wyrserth
Closes #23548.
2019-07-01DB/Quest: fix chaining for quests offered by Lantresor of the Blade.Rynem
Closes #22440.
2019-07-01Core/Quest: do not send SMSG_QUESTGIVER_OFFER_REWARD right after ↵Wyrserth
SMSG_QUESTGIVER_QUEST_FAILED. Allows the gossip window to close after the client receives a quest failed error (for example: not enough inventory space to store the reward).
2019-07-01Scripts/ICC: cleanup ReadSaveDataMore definitionccrs
2019-07-01Scripts/ICC: 3dbf3fe followupccrs
repeat timer typo