aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-11DB/Loot: Sunstrider Isle loot fixupAokromes
closes #30338 by malcrom
2024-10-11Scripts/CoS: Do not permabind players upon completing Mal'Ganis encounter on ↵Gildor
normal difficulty (#30339)
2024-10-10DB/Spell: Update Portals to Blasted Lands spell target position Aokromes
closes #30335 by CraftedRO
2024-10-10DB/Gameobject: Missing Battered Chest, Ghostlands GO 2849Aokromes
closes #30283 by malcrom.
2024-10-10DB/Gameobject: All missing Battered chest from starting zones with ↵Aokromes
poolingAll missing Battered chest from starting zones with pooling closes #30270 by malcrom
2024-10-10DB/Creature: Replace wrong fixed orientation value with default NULLAokromes
closes #30332 by CraftedRO
2024-10-10DB/Creature: Add waypoints to Archmage XylemAokromes
closes #30328 by CraftedRO
2024-10-10DB/Creature: Add waypoints to TideressAokromes
closes #30327 by CraftedRO
2024-10-10DB/Creature: Add waypoints to ZoraAokromes
closes #30331 by CraftedRO
2024-10-10DB/Creature: Add waypoints to TreeboleAokromes
closes #30330 by CraftedRO
2024-10-10DB/Creature: Add waypoints to Vile StingAokromes
closes #30326 by CraftedRO
2024-10-10DB/Creature: Add waypoints to FoulmaneAokromes
closes #30325 by CraftedRO
2024-10-10DB/Creature: Add waypoints to Alshirr BanebreathAokromes
closes #30324 by CraftedRO
2024-10-10DB/Creature: Add waypoints to Rex Ashil Aokromes
closes #30323 by CraftedRO
2024-10-10DB/Creature: Add waypoints to Murderous BlisterpawAokromes
closes #30322 by CraftedRO
2024-10-10DB/Creature: Add waypoints to Greater Firebird Aokromes
closes #30321 by CraftedRO
2024-10-10DB/Gameobject: Add 4 missing gameobjects in ThunderbluffAokromes
closes #30333 by CraftedRO
2024-10-09Core/Objects: Fixed uninitialized variables in FindCreatureOptionsShauren
(cherry picked from commit c76d96edfb27cfd76c52a6e3b4d072b0b5826957)
2024-10-09Core/Objects: Switch to using designated initializers instead of chaining ↵Shauren
functions for FindCreatureOptions (cherry picked from commit 1acaed2af4690d488365d9969d2c360bd8e7f233)
2024-10-07DB/Creature: Add waypoints to Harb FoulmountainAokromes
closes #30278 by CraftedRO
2024-10-07DB/Loot: Proper loot for starting zone battered chest Aokromes
closes #30288 by malcrom
2024-10-06Scripts/Spells: Implement Titanium Seal of Dalaran (#30291)Odyssey
2024-10-05Core/Players: Allow delayed teleports to be executed even when not alive ↵Gildor
(#30228)
2024-10-05Player/Emotes: Fix infinite dance and read map animationDekadence
Thx to @Kinzcool and @SeTM for the info This closes #10067 (cherry picked from commit 57ceeae828f94557e865f5a903a2914e1ce3dfea)
2024-10-05Core/Entities: Fixed m_stringIds[0] invalidation when reloading ↵Shauren
creature_template with a gm command (cherry picked from commit bec5bdb61b1b78ae7f750019b9a187b489ebb496)
2024-10-05Core/Entities: Added possibility to inherit StringIds from other entities ↵ModoX
(#29908) * also implicitly do so for personal summons (cherry picked from commit 88bbd27f8d007dca17bb0d244fcf7e753506734e)
2024-10-05Core/Entities: nopch build fixModoX
(cherry picked from commit 58839b7c18f4d0662ee407887ec1323040420d5a)
2024-10-05Core/Entities: Update StringId assignment to use StringIdTypeModoX
(cherry picked from commit 9959a1373a1851e484ddef9268d98b116c5d8241)
2024-10-05Core/Entities: Added GetStringId helper methodsModoX
(cherry picked from commit 5cea37153eb6675bf0a25320a1c11cd0ec4969b6)
2024-10-05Core/Objects: Added GameObject type parameter to FindGameObjectOptions (#29356)Jeremy
(cherry picked from commit 52102a6395bc6244bdcfa55e357425bd5c9aefc4)
2024-10-05Core/GameObjects: Added stringid to gameobjectsShauren
(cherry picked from commit 845f61e0a969891b14e1f182fadd29af347a1a3f)
2024-10-05Core/Objects: Unify GameObjectSearcher, UnitSearcher, CreatureSearcher and ↵Shauren
PlayerSearcher classes into one common implementation (cherry picked from commit 526b16fea41fb69a302fdebe8a727e175949f04b)
2024-10-05Core/Objects: Unify WorldObjectSearcher classes into one common implementationShauren
(cherry picked from commit 261eb201bf107cef441d9b075e8f23bf0edfbaf0)
2024-10-05Core/Creatures: Fix logic when searching for nearby creatures by StringId ↵Odyssey
(#28669) (cherry picked from commit 795edfaf98e065b8eaa76683e0cd1a4211b0847d)
2024-10-05Core/Creatures: Implement StringId for Creatures, a custom identifier to ↵Seyden
make finding specific creatures in script easier (#28500) Allows targeting specific spawns without hardcoding guids or find a bunch of different creatures with a single search Co-authored-by: Shauren <shauren.trinity@gmail.com> (cherry picked from commit 61c51b76c00d932a9180bc6781a244dc18375ef7)
2024-10-05Core/Objects: Implement FindNearestCreatureWithOptions helper function (#28488)Seyden
Co-authored-by: Shauren <shauren.trinity@gmail.com> (cherry picked from commit 9ab0679781ba65bc278203ee01d1169114c64033)
2024-10-05Core/Object: Implement FindNearestCreatureWithAura (#28410)Teleqraph
* Game/Object: Implement NearestCreatureEntryWithLiveStateAndAuraInObjectRangeCheck class and FindNearestCreatureWithAura method * moved arguments (cherry picked from commit 9a3e29d416162a84dd6a11c5e248f5f65e98a604)
2024-10-05Core/Objects: Pass privateObjectOwner guid directly to SummonCreature functionsShauren
(cherry picked from commit 33b3ebcae67870f704d86d30aa357781b33bb411)
2024-10-05Core/Objects: Refactor private object checks into separate functionShauren
(cherry picked from commit f21270b987211041b95d6befa7192d313692920d)
2024-10-05Core/Objects: Move personal summon handling from TemporarySummon/GameObject ↵Matan Shukry
to WorldObject and check it using dedicated guid field (cherry picked from commit 1082a6645e96c611b3145b5d6208fc4db6e4b2d3)
2024-10-04Replace wotlk_classic with cata_classic in build status badges in README ↵CraftedRO
(#30309)
2024-10-03Core/Players: Prevent creation of characters with duplicate namesShauren
Closes #30299 (cherry picked from commit 49ab2bbe3883749594fe92a752e1d618c625d1b6)
2024-10-02DB/Loot: Fix thorium ore prospection sometimes resulting in 0 itemsAokromes
closes #30284 by meji46
2024-09-30Core/Objects: Corrected TYPEMASK_SEER value incorrectly changed in ↵Shauren
0dcff2624e6df1c27d7a4d6a66ebcc0b2d698413, fixes not finding mind controlled players (cherry picked from commit 0d496b14d54d723090ea36760ee0e8d47e53891c)
2024-09-30Core/Units: Fixed crashes in Unit::GetDebugInfo if called in the destructor ↵Shauren
(the only callers are assertion failures so it will still crash but not before printing error message)
2024-09-29DB/Conditions: Fix The Aldor and Scryers flightmasters reputation requirementAokromes
closes #30285 by Odyssey
2024-09-29DB/Misc: Fix Alliance GY when dying in Thunder BluffAokromes
closes #30272 by CraftedRO
2024-09-26DB: Remove unsigned floats and recreate views with utf8mb4 in auth databaseShauren
2024-09-23Core/Maps: Do not allow entering an instance if the player is not alive and ↵Gildor
does not have the corpse inside or in inner instance (#30229)
2024-09-14DB/QUEST: The Barrens, missing and corrected quest emotesAokromes
closes #30239 by Jonne733