aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-15DB/Locales: Add missing esES & esMX quest locales (Part 93)Cerveciento
Closes #25850
2021-01-15DB/Locales: Add missing esES & esMX quest locales (Part 92)Cerveciento
Closes #25846
2021-01-15DB/Quest: Arathi Basin questsoffl
Closes #25845
2021-01-15DB/Loot: Remove clam meat from creature lootoffl
Closes #25844
2021-01-15DB/Creature: Remove UNIT_FLAG_STUNNED in more casesoffl
Ref #25764
2021-01-15DB/Creature: Remove UNIT_FLAG_NON_ATTACKABLE part 2offl
Ref #25764
2021-01-15DB/Creature: Update stats of some creaturesoffl
2021-01-14Core/Spells: Correct swapped TARGET_UNIT_NEARBY_ALLY and ↵xvwyh
TARGET_UNIT_NEARBY_PARTY (#25837) * Update SharedDefines.h * Update SpellInfo.cpp
2021-01-14Update LootMgr.cpp (#25849)Trond B. Krokli
Typo correction for console & log output `>> Loaded reference loot templates in %u ms` `refence` --> `reference`
2021-01-13DB/Creature: Fix typo in 7a774e94d04cb2b6150222f4798de987917b04caoffl
Kodo can't sit
2021-01-13DB/Locales: Add missing esES & esMX quest locales (Part 91)Cerveciento
Closes #25841
2021-01-13DB/Locales: Add missing esES & esMX quest locales (Part 90)Cerveciento
Closes #25840
2021-01-13DB/Locales: Add missing esES & esMX quest locales (Part 89)Cerveciento
Closes #25839
2021-01-13DB/Creature: Remove incorrectly spawned 2x Shadowmoon Retainer (22102)illfated
Closes #25838
2021-01-13DB/Creature: Remove UNIT_FLAG_UNK_29 part 2offl
Ref #25764
2021-01-11DB/Locales: Add some missing item deDE localesalpharius
Closes #25830
2021-01-11DB/Locales: Add missing / update deDE quest locales (Wetlands)alpharius
Closes #25827
2021-01-11DB/Locales: Add missing / update deDE quest locales (Loch Modan)alpharius
Closes #25826
2021-01-11DB/Creature: Remove UNIT_FLAG_UNK_29 part 1offl
Ref #25764 Do not apply serverside spell for master
2021-01-11DB/Creature: Remove UNIT_FLAG_NON_ATTACKABLE part 1offl
Ref #25764
2021-01-10Scripts/Diremaul - Dire Maul crystal and forcefield fix (#25332)Jinnaix
* Scripts/Diremaul Diremaul Crystal and Forcefield fix * Apply suggestions from code review Apply suggestions Co-authored-by: MaxtorCoder <warsongkiller.s8@gmail.com> * Fix stuff * _private member * use std array instead of c-arrays and standartized guid container namings * Process feedback * finalize * blubb * small changes * whoops * Process feedback * Missing include * Process feedback * Apply suggestions from code review Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> * remove unused field Co-authored-by: MaxtorCoder <warsongkiller.s8@gmail.com> Co-authored-by: Ovah <dreadkiller@gmx.de> Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2021-01-10Core/Unit: Fix movement hiccups in water (#24020)Giacomo Pozzoni
* Core/Unit: Allow to define Units which can enter water but cannot swim Allow to define Units which can enter water but cannot swim, i.e. crabs walking at the bottom of a sea. * Add UNIT_FLAG_SWIMMING to creatures when entering combat * Fix charmed creatures not entering water * Always allow Creatures controlled by players to enter water * Add swimming flag when possessing a unit and remove it properly at the end, even if the creature engaged combat before and after. When adding/removing UNIT_FLAG_SWIMMING manually calling Creature::RefreshSwimmingFlag(true) might be required.
2021-01-10DB/Creature: Remove remaining UNIT_FLAG_PACIFIED part 1offl
Ref #25764
2021-01-10DB/Creature: Remove UNIT_FLAG_NOT_ATTACKABLE_1offl
Ref #25764
2021-01-08Split all addon chat logs into separate log streams (#25816)Kyle Phelps
* Split all addon chat logs into separate log streams * Add missing channels (cherry picked from commit ee6e71bbd3338042a3bb56574e7952df52a69f19) # Conflicts: # src/server/scripts/World/chat_log.cpp
2021-01-08Scripts/Utgarde Pinnacle: Svala Sorrowgrave Intro and Ritual of the Sword ↵wotlk-enthusiast
(#24503) * Scripts/Svala SorrowGrave - Fix broken intro event and Ritual of the Sword * Added missing header for non-PCH build. * Added error checking for Svala's targeting, and tightened up the timing on the intro event. * Update WorldDB\Creature_Template_Movement for Svala * Fix movement during intro and ritual event * Rename SQL file for merge Co-authored-by: Carbenium <carbenium@outlook.com>
2021-01-08DB/Locales: Add missing esES & esMX quest locales (Part 88)Cerveciento
Closes #25821
2021-01-08DB/Locales: Add missing esES & esMX quest locales (Part 87)Cerveciento
Closes #25820
2021-01-08DB/Locales: Add missing / update deDE quest localesalpharius
Closes #25810
2021-01-08DB/Creature: Remove difference between difficulties in case of HoverHeight & ↵offl
gossip menu
2021-01-08DB/Creature: Finish replacing UNIT_FLAG_IMMUNE by aurasoffl
2021-01-08DB/Creature: Remove UNIT_FLAG_RENAME 2offl
2021-01-08DB/Creature: Remove UNIT_FLAG_RENAMEoffl
Ref #25764 Definitely should not be stored in DB
2021-01-08DB/Creature: Update stats of some creaturesoffl
2021-01-08DB/Creature: Add UNIT_FLAG2_UNK1 (CREATURE_DIFFICULTYFLAGS_2_HIDE_BODY)offl
2021-01-08DB/Creature: Add UNIT_FLAG2_DISABLE_TURN ↵offl
(CREATURE_DIFFICULTYFLAGS_3_DISABLE_TURN)
2021-01-06Scripts/Spells: Implement effect "Party Time" & Add Rejuvenation when eating ↵Mikhail Redko
Deviate Fish (#25802) * Scripts/Spells: Implement effect "Party Time" & Add Rejuvenation when eating Deviate Fish * Rename XXXX_XX_XX_XX_world.sql to 2021_01_06_08_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2021-01-06Scripts/Spells: Implement hunter pet talent "Improved Cower" (#25804)Mikhail Redko
* Scripts/Spells: Implement hunter pet talent "Improved Cower" Closes #25600 * Rename XXXX_XX_XX_XX_world.sql to 2021_01_06_07_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2021-01-06DB/Creature: Remove UNIT_FLAG_PVP since no longer usedoffl
Ref #25764
2021-01-06DB/Creature: Remove serverside unit flags from creature tableoffl
Ref 1f4b5c2f5646c6eaae336b54a762868a71cddb67
2021-01-06DB/Locales: Add missing esES & esMX quest locales (Part 86)Cerveciento
Closes #25805
2021-01-06DB/Creature: Update stats of some creaturesoffl
2021-01-06DB/Creature: Replace UNIT_FLAG_CONFUSED by aurasoffl
2021-01-06DB/Creature: Update stats & auras of some creaturesoffl
2021-01-06DB/Creature: Replace various unit flags by aurasoffl
2021-01-04Core/Warden: Max packet size 500 -> 450Treeston
2021-01-04Core/Misc: Remove unneeded null-terminator after switch from wchar_t to ↵Mikhail Redko
std::wstring in 309851e. Fixes creation characters with declined russian names (#25797) Closes #23775
2021-01-04DB/Creature: Remove UNIT_FLAG_REMOVE_CLIENT_CONTROLoffl
Ref #25764
2021-01-04DB/Creature: Restore incorrectly removed movement statesoffl
Ref 6d3c01732d27daa4507bd93dc8109b0a955b1dc8
2021-01-04DB/Quest: Remove NULL as string in CompletionTextCerveciento
Closes #25799