aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-08DB/GameObject: Remove wrong spawns summoned by spellsKillyana
2018-04-07Warning fixShauren
2018-04-07Core/Maps: Adjusted logic in GetFullTerrainStatusForPosition to closer match ↵Shauren
what the client does regarding being inside WMOs Closes #21625 Closes #21624 Closes #21516
2018-04-07Revert "Core/Entities: Reduce the probability of units dropping under the ↵Shauren
map (#21322)" This reverts commit 9e0faace9a5114fc2324c2c601ba943272e0d6ff.
2018-04-07Core/Spells: Fixed non pch buildvincent-michael
2018-04-07Core/Movement: Fix a potential crash on newly created pets. Closes #21791.Treeston
2018-04-07Scripts/Paladin: Fix Righteous Defense. Closes #21765.Treeston
2018-04-07Core/Chat: Fixed chat link exploitShauren
Closes #21790
2018-04-06Core/Movement: Replace old TargetedMovementGenerator into ↵Treeston
ChaseMovementGenerator and FollowMovementGenerator, full rewrite for both. - Chase to angle is now functional. Pets use this to chase behind the target. Closes #19925. - Chase to arbitrary range interval works. Not used anywhere, but you can technically make hunter-like mobs. - Pets now follow the hunter cleanly and without stutter stepping. Also fix some other things. Closes #8924.
2018-04-06DB/Quest: Brutal Armor set Quest chainingZenoX92
- Fix quest chaining related to Brutal Armor set - Fix availability for breadcrumb quests involved in the chain Closes #21786
2018-04-06DB/Quest: Dragonmaw ShinbonesZenoX92
- Add outro event for quest "Dragonmaw Shinbones" Closes #21785
2018-04-06DB/Quest: Chimaeric HornZenoX92
- Add outro event for quest "Chimaeric Horn" Closes #21784
2018-04-06DB/Quest: Satyr HoovesZenoX92
- Add outro event for quest "Satyr Hooves" Closes #21783
2018-04-06DB/Quest: Brutal ArmorZenoX92
- Add outro event for quest "Brutal Armor" Closes #21782
2018-04-06DB/Gossip: Tirion FordringZenoX92
- Tirion Fordring should show a different gossip text if player has taken the quest "Redemption". Closes #21781
2018-04-06DB/Texts: Augustus the Touchedtkrokli
- Augustus the Touched should say some texts every few minutes. Closes #21780
2018-04-04Core/Player: partial revert of m_items handling as it's cause of a exploitariel-
Closes #21760
2018-04-04DB/Vendor: link some Arena vendors to the seasonGooyeth
Closes #21749
2018-04-04DB/Gameobject: Joseph Redpath's MonumentZenoX92
Closes #21769
2018-04-04DB/Gossip: Ambassador SunsorrowZenoX92
Coses #21768
2018-04-04DB/Gossip: Champion Cyssa DawnroseZenoX92
Closes #21767
2018-04-04DB/Quest: The So-Called Mark of the LightbringerZenoX92
#21766
2018-04-04DB/Texts: Missing "Enrage" emote text for some creaturesZenoX92
Closes #21735
2018-04-04DB/Quest: Corrupted SabersZenoX92
Closes #21734
2018-04-04DB/Waypoints: Scarlet SmithZenoX92
Closes #21733
2018-04-04DB/Waypoints: Deathspeaker SelendreZenoX92
Closes #21732
2018-04-03Core/Spells: Fix UNIT_CREATED_BY_SPELL in SPELL_EFFECT_SUMMON (#21756)Keader
2018-04-03Core/Spell: build fixariel-
2018-04-03Core/Spells: all bleed effects should ignore armorariel-
Closes #21759
2018-04-03Update characters_database.sqlGooyeth
2018-04-03Delete 9999_99_99_99_characters.sqlGooyeth
2018-04-03adding bracesGooyeth
2018-04-03cosmetic changeGooyeth
2018-04-03Fix buildGooyeth
2018-04-03Adding atrribute custom SPELL_ATTR0_CU_LIQUID_AURAGooyeth
2018-04-03improved fixGooyeth
2018-04-03tab2spaceGooyeth
2018-04-03Core/Spells: don't save Magma aura.Gooyeth
2018-04-02Core/Misc: whitespace/tab cleanupariel-
2018-04-03Update World.cppAokromes
2018-04-02Update World.cppJorTurFer
The command .ban character may insert the ban first, and update with the unban. This change fix it
2018-04-02Object.cpp: TC_LOG_ERROR grammar improvementtkrokli
Bad English grammar previously used in the error log: "Attempt get value from non-existed value field" After the change: "Attempt to get value from non-existing value field"
2018-04-02travis fix, ebc96af follow-upTreeston
2018-04-01crash fix follow-upTreeston
2018-04-01Core/Object: Bump hover delta handling on nearpoints downstack into ↵Treeston
GetNearPoint2D (from movement generators); functionality should be unchanged
2018-04-01you saw nothing, and have no evidence against meTreeston
2018-04-01fb39980 follow-upTreeston
2018-04-01Core/Position: Refactor GetAngle -> GetAbsoluteAngle because code clarity is ↵Treeston
good.
2018-04-01Core/Position: code style cleanup of position.h; no change in functionality.Treeston
2018-04-01Core/Database: Add columns on *_banned (#21748)Gooyeth
* Add columns on ban character query * Add columns on ban account query