aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-30DB/Utgarde Pinnacle: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit 3ed77df4733064e64f1c7b38bf0820910ce08408)
2022-09-30DB/Utgarde Keep: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit ee978871b3e3c89b53ad6b2b6f4d87212a5cffdd)
2022-09-30DB/Zul'aman: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit 31bd5a4dd28257b1da5096eb4c5d319d959f5610)
2022-09-30DB/Black Temple: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit 423ff30539427d5964a35ca603ed464d736e829b)
2022-09-30DB/Auchenai Crypts: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit 5df222f0258aac8515d28385bf57f8ac637c99d5)
2022-09-30DB/Mana-Tombs: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit 4af85482068de5fcd604701b8ef3f0d2b31f138d)
2022-09-30DB/Sethekk Halls: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit 58568f68771701c6d865ac94b2ce403a39fb80b9)
2022-09-30DB/Shadow Labyrinth: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit 647de4039edaef56abc76438c366fae216c19702)
2022-09-30DB/The Mechanar: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit e4d489f1e7a7098be166b2a95a46ec07f1209f0c)
2022-09-30DB/The Botanica: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit 2e0c1710ff5464c6d8e165d60d1042fa287a1bb3)
2022-09-30DB/The Arcatraz: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit 403825750d4a40f78a955fbafb254d33203139ab)
2022-09-30DB/Serpentshrine Cavern: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit e7e860111d31cd880cf1ed0b79414c4ccca69f5e)
2022-09-30Scripts/Serpentshrine Cavern: Move to BossAIShauren
(cherry picked from commit 400d7e20d02e6d821fa1997146202c7ebb64dcd4)
2022-09-30DB/The Slave Pens: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit c0c8c3bf5d3a7f63fced17a7e8518a81a850e47f)
2022-09-30DB/The Steamvault: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit 1a2b6a24d29f0a19cd424ff90debc2d67c75039e)
2022-09-30DB/Shattered Halls: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit f982e566a71e320f2c88bac06eeabaebed14ba84)
2022-09-30Core/Commands: Allow gameobject/gameobject_template chat links as input to ↵Shauren
.go gameobject commands
2022-09-30Misc: Add workflow badgefunjoker
2022-09-30Misc: Use shield style badgefunjoker
2022-09-30Misc: Replace TravisCI badge with CircleCI in README funjoker
2022-09-30DB/Hotfixes: Update hotfix database to build 45745funjoker
2022-09-30DB/Naxxramas: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit 9cac8d88cff2211ecffa024d89efe8059c61e2c7)
2022-09-29DB/Karazhan: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit cc6e0bfeb44181f93b44d83bde9c057425b2d861)
2022-09-29DB/Ahn'Qiraj Temple: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit 059419584eae791d9aab2f35a40f244c367078ca)
2022-09-29DB/Molten Core: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit cb7ac758c4f928cb23e5fe728133cd1a9834f36d)
2022-09-29Core/World: Include more details about MaxCoreStuckTime asserts (#28188)Giacomo Pozzoni
* Core/World: Include more details about MaxCoreStuckTime asserts Include more details about MaxCoreStuckTime asserts that might help find why FreezeDetector gets triggered with idle MapThreads * Codestyle fix (cherry picked from commit de4920de81a495ed8d6b04cf68f3912c74921f48)
2022-09-29Scripts/Battle for Mount Hyjal:Fix wrong npc text,trash movment,archimode ↵lee
last phase (#27910) * Fix wrong npc text,trash movment,archimode last phase 1.Fix wrong npc text for Jania,Thrall,Tyrande. 2.Change Hyjal trash movement from walk to run. 3.Fix archimode drain worldtree event. 4.Fix archimode below 10% hp phase.Case Protection of elune on player. * fix code style fix code style * fix wrong type * Revert "fix wrong type" This reverts commit 204c45f7d76cb8f7e3a444db1d7bebb341ad931c. * fix wrong type * Update boss_archimonde.cpp * add missing Creature Text * fix code style * Update hyjalAI.cpp * do some work to prevent respawn mobs in combat * remove dup yell at alliance base * fix code style * fix SPELL_METEOR unvisiable when spawn Giant Infernal * change to DoCastSelf * hide archimonde doomfire spirit visual * fix code style * fix SQL warning when startup server * fix code style * move SetRun out of constructor * remove target list * move setRun * fix code style * Change npctext ID to high ID.Fill text into Creature Text Change npctext ID to high ID. Fill text into Creature Text. * Remove Magic Numbers * change npctext high ID * fix change high npc_text id in code * remove setCanFly,add flight state to db * change npc_text id * change npc yell condition after second boss dead * update npc_text IDs taken from sniff file. Updated IDs taken from sniff file provided by Aokromes. * remove MoveInLineOfSight * move protection_of_elune immuity effect to spell script * move worldtree channel target to db Move worldtree channel target to db Fix wrong position and movement_type of worldtree channel target * update wrong npc_text IDs in code * remove CastProtectionOfElune * remove SetVisible(false),change flags_txtra of doomfire(18095) and doomfire_spirit(18104) * update sql * fix compile error * revent spawntime,move guards say slay and say death to db * Move code from Initialize() to Reset() Move code from Initialize() to Reset() Move code from Initialize() to Reset() Update boss_archimonde.cpp * remove unneeeary ->AI() * Update hyjal_trash.cpp * Update src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp * Update src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjalAI.cpp * Rename 9999_99_99_world.sql to 2022_09_11_00_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> (cherry picked from commit fea9de5b1707a268e8a3131b5707aa908866257c)
2022-09-29Core/Auras: Fixed requireImmunityPurgesEffectAttribute logic for school ↵Shauren
immunities Closes #28237 (cherry picked from commit a55a566602c323fc6950994d87c55552531e8688)
2022-09-29Scripts/Events: Ironforge hourly bell event correction (#28234)M'Dic
Changes go_bells script to play the BellTollDwarfGnome once at every hour. References: https://www.reddit.com/r/classicwow/comments/ou0rw5/question_what_is_that_super_loud_bellowing/ cherry-pick commit (Hourly bell: Dwarf horn sound should only play once vmangos/core#1569) Co-authored-by: schell244 <9536270+schell244@users.noreply.github.com> (cherry picked from commit 5ec5e1e1d0bfd586f934de7716ac88abaaa972b1)
2022-09-29Core/Players: Fixed pvp talents being removed and immediately readded from ↵Shauren
players when entering/leaving Orgrimmar and Stormwind
2022-09-29DB/Phase: Add PhaseId to Portal to Oribos in StormwindNaddley
Closes #28292
2022-09-24Core/PacketIO: Fixed loading PreloadPos in character enum packet (#28285)DeadMouse
2022-09-24Core/Units: Set UNIT_FLAG2_UNTARGETABLE_BY_CLIENT as allowed flag for ↵Meji
database column (#28281)
2022-09-23Core: Updated allowed build to 9.2.7.45745ModoX
2022-09-22DB/Spawns: Updated Brewfest spawns at the doors of StormwindNaddley
Closes #28269
2022-09-21Scripts/Silverpine: Implemented quest The Warchief Cometh (questid 26965) ↵Teleqraph
(#28251)
2022-09-21DB/Spawns: Added spawns for phase 264 in Forsaken High Command / Silverpine ↵Teleqraph
Forest Closes #28245
2022-09-20DB/Quests: Added questchain for Silverpine Forest up to Lordaeron (questid ↵Teleqraph
27098) Closes #28244
2022-09-20DB/Spawns: Added Harpy Roost spawns in NPE/Exiles ReachNaddley
Closes #28241
2022-09-20DB/Spawns: Updated Uthers Tomb to Battle for AzerothNaddley
Closes #28238
2022-09-19Core/Spells: Fix glyph of stars (druid) (#28258)Aqua Deus
2022-09-19Core/Items: Added correct context and bonus calculation for character ↵Meji
loadout items (#28242)
2022-09-19Core/Misc: Changed string formatting functions to accept std::string_view as ↵Shauren
format argument instead being templated on it to slightly improve compile times and reduce executable size
2022-09-18Core/Player: Extend action button value to uint64 to be able to hold battle ↵Shauren
pet guids
2022-09-18Core/Player: Allow companion action buttons to be savedMeji
2022-09-18Core/Loot: Refactored Player::SendLoot to accept Loot object directlyShauren
2022-09-18DB/Hotfixes: Update hotfixes to build 45338funjoker
2022-09-18Core/Loot: Move loot generation out of Player::SendLootShauren
2022-09-17Core/Loot: Simplify loot containersShauren
* Unify items and quest_items * Drop PlayerQuestItems and PlayerNonQuestNonFFAConditionalItems
2022-09-16Core/Loot: Move loot rolls from Group to LootShauren
* Partial port of cmangos/mangos-wotlk@ffdf9a05d67a04c3c0304e9b021807fa5b867583