aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-14DB/SAI: A Righteous SermonDr-J
Fix bad target for script for move to position which was using target 1 instead of 8 which was causing npc to walk through wall and dissapear on quest accept (cherry picked from commit e263654c77fbbe94f3af2d462aaf203c9c4f6ec8)
2020-06-14Scripts/Events: Add missing line for "Love is in the air" boss fight (#19521)TecDian
(cherry picked from commit 4b8644d6e6581f13dcb2a965ce77a846017c1431)
2020-06-14Core/Gossip: Fix gossip bug on modify money (#19551)Rochet2
(cherry picked from commit 6e3a48c873079cc33655b48777c5a0c86ba70bb2)
2020-06-14Core/Unit: don't clear low health aura states on deathariel-
- Confirmed with sniffs, healthless states aren't cleared - Prevents some procs from happening Closes #19754 (cherry picked from commit 05b42eef7efbd545ca33e478eb1cc2c807ebe71e)
2020-06-14DB/GameObjects: Add missing gobs for map 450, 560, 329Kittnz
Mostly chairs and random stuff (cherry picked from commit d04bc1339a9c846ca27681d21116b6355a4e486a)
2020-06-14DB/Gameobject: Add a missing cosmetic Yellow TeleportKillyana
(cherry picked from commit cadea4f183c955df86c9d9fc76d801cba8868e3f)
2020-06-14DB/Creature: Arcatraz SentinelKillyana
Closes #10647 (cherry picked from commit e036d2232dae839973424707ca7d675fb75af930)
2020-06-14DB/Creature: Fallen Earthen WarriorKillyana
Closes #16559 (cherry picked from commit ccf75008deaefe43ab19062afebf9ef546c18cb9)
2020-06-14Core/Quests: Display quest objective explore completion messagexinef1
- Game client should show an on-screen message for explored quest objectives (AreaExploredOrEventHappens) when the objective has been completed. Closes #19543 (cherry picked from commit 538f60a880c4ace6a08bbc74fc175e878060adfe)
2020-06-14DB/Misc: Fix PK for gossip_menu_option_localeAokromes
(cherry picked from commit c06f0bea9a9fc39474f64dca6b6eb2ace56cf8fb)
2020-06-14Typo fixAokromes
(cherry picked from commit 9ae53d25779292b9c0a76d40dfa2e3f910fdeaf2)
2020-06-14Core/Entities: allow guardian pets to inherit spellmodsariel-
(cherry picked from commit 97e608b05302818170ab8ada03077b8dafc55af9)
2020-06-14Scripts/Commands: Update reload commands namesChazy Chaz
(cherry picked from commit 4843544c217800ba56b3084a8b1ca2fcf62cb091)
2020-06-14Core/Spells: change to the way the spell effect SPELL_EFFECT_JUMP workChaouki Dhib
(cherry picked from commit d625c0f619fa0bfee137070862132e6d9e3cb445)
2020-06-14Core/Creature: drop method SetPositionccrs
eeeevil, use UpdatePosition. It was there just for old scripts compatibility. (cherry picked from commit 17579f8d91e0dcc6990fe581de9ca51ed444b754)
2020-06-14Core/Transport: fix logic errorccrs
justStopped was always set true, but when transports spawn and remain stationary timer, _currentFrame->ArriveTime and _currentFrame->DepartureTime are set to 0, making justStopped always remain true and triggering incorrect calls. (cherry picked from commit dd2151cc7a6a92c4103560609517e32220e51950)
2020-06-14Core/Creature: IsMovementPreventedByCasting followupccrs
Handle correctly move allowed channels: IsChannelActive checks if channel phase has started (after cast if any) Must skip the other checks since all channels focus target. ref #19532 (cherry picked from commit b74264aef418a3c44e98a3cf9da692fd662e008d)
2020-06-14Core/Misc: Add .Size() to TypeUnorderedMapContainer for stats/debuggingShauren
2020-06-14Core/Entities: Add a missing includeCarbenium
2020-06-14Tools/vmap extractor: Various fixesShauren
* Fixed output file name case normalization - exclude names built from file ids (starting with FILE) * Skip antiportal WMO groups Closes #23972 Closes #24798
2020-06-13Core/Items: Implemented corruption and corruption resistance statsShauren
2020-06-12Core/DataStores: Fix loading hotfixes deleting records for db2s not loaded ↵funjoker
by worldserver (#24783) * Also load WorldStateExpression.db2
2020-06-12Core/Spells: Implement using different difficulty data from all spell ↵Shauren
related db2s, not just SpellEffect and SpellPower
2020-06-09Core/Auras: Defined unknown aura typeShauren
2020-06-08Core/PacketIO: Fixed receiving and sending db2 hotfix packetsShauren
2020-06-07Core/Items: Fixed generating default bonuses based on contextShauren
2020-06-07DB/Hotfixes: Add hotfixes from build 34601funjoker
Closes #24750
2020-06-06Core/DataStores: Allow custom hotfixes (VerifiedBuild <= 0, has loading ↵Shauren
priority) to coexist with sniffed data (VerifiedBuild > 0)
2020-06-05Core/Items: Implemented new bonus type (extra ItemEffect)Shauren
2020-06-04SQL: Add VerifiedBuild to hotfix_blob and hotfix_datafunjoker
Closes #24752
2020-06-04Core: Updated allowed build to 8.3.0.34601Shauren
2020-06-04Core/Misc: Ensure that query used for .reload creature_template command ↵Shauren
always matches the one used for loading during startup
2020-06-03Fix GCC buildShauren
2020-06-01Core/DataStores: Fixed loading hotfixes crash when compiled with strict ↵Shauren
database type checking Closes #24716
2020-05-31Fix warningsShauren
2020-05-31Core/Battlegrounds: Queue updatesShauren
* Fixed battleground queues for battlegrounds with id higher than 255 * Fixed queue display ingame after entering bg * Fixed ingame display after leaving bg queue * Fixed bg scoreboard
2020-05-30Build system: Removed hard requirement on BOOST_ROOT being set as ↵Shauren
environment variable, it can now be also passed as command line argument to cmake and fix compile warning with boost 1.73
2020-05-30Build system: Print found git version when warning about it being too oldShauren
2020-05-27Core/PacketIO: Fixed BattlefieldStatusHeader structure and QueueID values ↵Shauren
for other battleground types
2020-05-24Core/Maps: Improvements to terrain swap handlingShauren
* Fixed memory leak when unloading grids * Handle child maps being entered * Allow chaining more child maps (Draenor -> Tanaan Jungle -> Tanaan Jungle - No Hubs Phase)
2020-05-23CI/GitHub: Add another Pull Request labeler as cron jobjackpoz
2020-05-23CI/GitHub: Remove PR GitHub Action because of current limitationsjackpoz
GitHub Actions triggered when creating a Pull Request receive a read-only token that makes them useless when trying to do anything on GitHub. Useful links: - https://github.com/actions/first-interaction/issues/10 - https://github.com/actions/labeler/issues/12 - https://github.com/actions/labeler#pull-request-labeler
2020-05-23CI/GitHub: Rename jobsjackpoz
2020-05-22DB/GameObject: Fix Gob state from the previous commitKillyana
2020-05-22DB/Spawn: Add missing spawns to Ruins of GilneasKillyana
2020-05-22CI/GitHub: Fix github actions syntaxjackpoz
2020-05-22CI/GitHub: Fix github actions syntaxGiacomo Pozzoni
2020-05-21Core/Misc: GCC build and warning fixesShauren
2020-05-21CI/GitHub: Add action to label pull requestsjackpoz
2020-05-20Core/Misc: Add extra ByteBuffer and WorldPacket constructors allowing to set ↵Shauren
size immediately