aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-16Core/DBUpdater: Changed autoupdater created databases to use utf8mb4 instead ↵Shauren
of utf8mb3 (cherry picked from commit 65e787d18be898532363fea3f8847fa4d7f21192)
2024-02-16DB/Creature: Add SAI to some Obsidian Sanctum trash mobsAokromes
closes #28518 by CraftedRO
2024-02-16DB/Creature: Add and update scripts to some creaturesAokromes
closes #28906 by CraftedRO
2024-02-16DB/WorldEvent - Love is in the Air Aokromes
closes #29484 Co-authored-by: Jinnaix <jinnaix@users.noreply.github.com>
2024-02-16DB/Creature: Update Honor Hold ArcherAokromes
closes by CraftedRO
2024-02-16DB/Creature: Fix some dberrorsAokromes
closes #29653 by CraftedRO
2024-02-16DB/Quest: Fix quest Cleansing the ScarAokromes
closes #29219 by CraftedRO
2024-02-16DB/QUEST: Death knight starting zone, missing flagAokromes
closes #29315 by Jonne733
2024-02-15move 2024_02_15_00_world.sql to proper placeAokromes
2024-02-15DB/Quest: Love is in the Air/You've Been Served quest progress & completionAokromes
closes #29704 by Legoso
2024-02-15Core/SAI: Fixed SMART_ACTION_MOVE_TO_POS using target coordinates as ↵Shauren
destination if requested WorldObject target was not found (cherry picked from commit 888ccd1e4421b83411cb00365c26b19234e1e46e) # Conflicts: # src/server/game/AI/SmartScripts/SmartScript.cpp
2024-02-14Core/Instances: Name unknown EncounterFrameType ↵Shauren
ENCOUNTER_FRAME_PHASE_SHIFT_CHANGED
2024-02-14DB/Creature: Quartermaster Vaskess shoud repairAokromes
closes #29699 by CraftedRO
2024-02-14DB/Quest: make Blessing of Zim'Torga / Zim'Rhuk repeatablesAokromes
closes #29471 by Jildor
2024-02-14DB/Quest: adjust minimum reputation value required Aokromes
for quests of The Ashen Verdict rings (Friendly) closes #29216 by Jildor
2024-02-13Core/MMAPs: Sprinkle master branch thread safety on mmap loading codeShauren
2024-02-13Core/Players: Improvements for talent reset logic. (#29580)Mykhailo Redko
* Clean up Player::ResetTalents() from unnecessary logic, such as withdrawing money. Move it to more suitable places. * Implemented SMSG_TALENTS_INVOLUNTARILY_RESET and use it instead of old trinity_string. * Do not reset the accumulated talent reset cost if CONFIG_NO_RESET_TALENT_COST is enabled.
2024-02-13Core/Spells: Implement visual aura duration of Rogue talents Overkill and ↵Gildor
Master of Subtlety (#29693)
2024-02-09Core/Spells: Immune a reflected spell if the original caster cannot be it's ↵Mykhailo Redko
target. (#29645)
2024-02-05DB/Channels: Allow name to be accent-sensitive (#29668)Gildor
2024-02-04Fix typo in Player.cpp (#29638)Jan125
copseReclaimDelay -> corpseReclaimDelay This should not break anything.
2024-01-26DB/Misc: Enable tavern in Shadow Vault (Icecrown). It should only work in ↵r4dish
phase 1. Closes #26292
2024-01-26Core/Conditions: Added conditions for AreaTriggers (AreaTrigger.dbc) (#27174)ModoX
Cherry-picked from 6ebd592
2024-01-24Core/PacketIO: Implemented CMSG_BUSY_TRADE and CMSG_IGNORE_TRADE (#29570)Mykhailo Redko
Closes #29308
2024-01-22Scripts/Commands: .account set seclevel command will update security level ↵Mykhailo Redko
for online session (#29600)
2024-01-21TDB 335.24011 - 2024/01/21TDB335.24011TDB Release
2024-01-20DB/Text: Delete two cata texts from dbAokromes
closes #29588 by CraftedRO
2024-01-14CircleCI: Enable creating docker images for wotlk_classicfunjoker
2024-01-14Fix sql nameShauren
2024-01-13Core/Spells: Kill incorrect attribute implementationShauren
2024-01-09Misc: Add wotlk_classic to readmefunjoker
2024-01-08Scripts/TempleOfAhnQiraj (#29571)Fraxinus94
Fix The Eye of C'thun spell Dark Glare not being updated visually with the correct orientation
2024-01-08Druid/Spell: Dash shoud only be usable in cat formAokromes
closes #28992 by CraftedRO
2024-01-06DB/RBAC: Link RBAC_PERM_IGNORE_IDLE_CONNECTION to correct root permission.r4dish
2024-01-06Scripts/Commands: Implemented .bg start and .bg stop commands.r4dish
2024-01-06Core/Misc: Add permission that allows player to be AFK on the battleground.r4dish
2024-01-06Core/Misc: Do not apply Deserter debuff to players teleported from the ↵r4dish
battleground by gm command (.appear/.summon).
2024-01-06Core/RBAC: Add permission that prevents getting a battleground deserter debuff.r4dish
2024-01-04Scripts/Bloodmyst Isle: Add missing Legoso Talk target (fixes $n) (#29554)Demolitionist Legoso
Updates #21586
2023-12-30Core/Misc: Reserve trinity_string ids 1997-1998 for master branchMeji
2023-12-28Core/Items: Fix BuyItemFromVendorSlot slot validation (#29511)HelloKitty
Closes #29510
2023-12-13Core/Creatures: Update HomePosition upon ExitVehicle only if the creature ↵Gildor
was inside a vehicle (#29491)
2023-12-11Core/Cells: Improve cell copy constructor and argument passing codegen (now ↵Shauren
fully done through a single register)
2023-12-11Core/Cells: align Cell.data.Part fields by 8 bits and enlarge Cell structure ↵Gosha
to 8 bytes 8-bits align removes unneded shift operations
2023-12-07Core/Auction House: Added missing nullptr check in ↵Shauren
AuctionHouseMgr::SendAuctionSalePendingMail (cherry picked from commit d9e4eccf925a183692330eb621951739e9083d85) # Conflicts: # src/server/game/AuctionHouse/AuctionHouseMgr.cpp
2023-12-05Build: Fixed finding openssl 3.2 on windowsShauren
(cherry picked from commit 94aed6896873179b284b8b1911590ed9587466d6)
2023-12-03Core/Misc: PackedGuid refactoring to remove ByteBuffer.h include from ObjectGuidShauren
2023-12-03Core/Items: Fixed soulbound tradeable items not being properly update once ↵Kelno
every second (#29416) In the current code they were updated only if the difftime went above 1 second.
2023-12-03DB/Locales: Goblin TransponderAokromes
remove incorrect description closes #29477 by Jildor
2023-12-02SQL: Move to correct directoryShauren